aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-28 07:56:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-28 07:56:57 +0000
commit38f6bc5794e7d4686cb30a82fe47e7a8052a089f (patch)
tree05db61f678e1420b5013535d060f9c1105966a06
parent84f02f03be6df32262e9202eb3142c7b191e4acd (diff)
made 3.2.0beta6 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3024 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--LICENSE2
-rw-r--r--NEWS13
-rw-r--r--README7
-rw-r--r--README.ja7
-rw-r--r--configure.in2
6 files changed, 21 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 0578cc65..c04c3818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-28
+
+ * version 3.2.0beta6
+
2012-02-21
* libsylph/Makefile.am
diff --git a/LICENSE b/LICENSE
index ec91f22c..9c5815a9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Sylpheed is Copyright 1999-2011 by Hiroyuki Yamamoto and
+Sylpheed is Copyright 1999-2012 by Hiroyuki Yamamoto and
Sylpheed Development Team, and distributed under the GNU GPL (COPYING).
Specific permission is granted for the GPLed code in this distribition to
diff --git a/NEWS b/NEWS
index 3308cc01..936e5516 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
Changes of Sylpheed
+* 3.2.0beta6 (development)
+
+ * The blinking period of the tray icon was extended to 10 seconds.
+ * New plug-in signals were added.
+ * 'Is shorter than' became the default for 'Age' filter condition.
+ * News (NNTP) now supports SOCKS proxy.
+ * A bug that filter settings were lost if Escape key was pressed
+ quickly on auto filter creation was fixed.
+ * Other bugfixes were made.
+ * Win32: OpenSSL was updated to 0.9.8t (security fix).
+ * Win32: included libpng library was updated to 1.2.47 (security fix).
+ * Win32: included curl executable was updated to 7.24.0.
+
* 3.2.0beta5 (development)
* The POP3 remote mailbox now supports SOCKS proxy.
diff --git a/README b/README
index 00d44dd0..7334490a 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Sylpheed - lightweight and user-friendly e-mail client
- Copyright(C) 1999-2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2012 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -243,11 +243,6 @@ You can check the newest version and information about Sylpheed at:
http://sylpheed.sraoss.jp/
-There is also the manual of Sylpheed written by
-Yoichi Imai <yoichi@silver-forest.com> on:
-
- http://y-imai.good-day.net/sylpheed/
-
The Sylpheed documentation in English and several other languages can be
obtained from:
diff --git a/README.ja b/README.ja
index 3e2bfcf6..72507a7d 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2012 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -257,11 +257,6 @@ mark_as_read_on_new_window 新しいウィンドウでメッセージを開いたときのみ
http://sylpheed.sraoss.jp/
-また、以下に 今井 陽一氏 <yoichi@silver-forest.com> 作の Sylpheed の
-マニュアルがあります。
-
- http://y-imai.good-day.net/sylpheed/
-
英語とその他の言語の Sylpheed のドキュメントは以下より入手できます。
http://sylpheeddoc.sourceforge.net/
diff --git a/configure.in b/configure.in
index b6dde8c2..edb0c42a 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=beta6
-BUILD_REVISION=1131
+BUILD_REVISION=1132
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release