aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-30 05:10:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-30 05:10:38 +0000
commit1cdd5534c8136a72ec3035ac531c9188f8271a55 (patch)
tree8d822d94cecad8c7abf1c822f447d7635392efc7
parente617f183e36bb3f52af0c8e024c18728a9bb491e (diff)
updated version to 3.2.0beta1.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2922 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--NEWS33
-rw-r--r--configure.in14
3 files changed, 44 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b0a3cbf6..bcaac7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-06-30
+ * version 3.2.0beta1
+
+2011-06-30
+
* libsylph/socket.c: my_getaddrinfo(): removed redundant zero clear.
2011-06-30
diff --git a/NEWS b/NEWS
index bdf12ed8..6c2fc000 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,38 @@
Changes of Sylpheed
+* 3.2.0beta1 (development)
+
+ New features
+
+ * Each attachments on the message view now have graphical label and
+ popup menu.
+ * Win32: IPv6 support on Windows XP or later was enabled again.
+ (This time, it will also work on Windows 2000 (IPv4 only support))
+
+ Improvements
+
+ * Number of maximum characters per line of configuration files was
+ increased.
+ * Compose window will not be closed if saving of message to outbox
+ failed.
+ * Sender's e-mail address became not guessable from generated Message-Id.
+ * New plug-in APIs were added.
+
+ Bugfixes
+
+ * The crash bug that was caused by offline switch while IMAP session was
+ active was fixed.
+ * Queue control headers are removed when moving messages from queue
+ folders to trash.
+ * Duplicated keyboard accelerators on some dialogs were fixed.
+ * Fixed a memory leak.
+
+ Other changes
+
+ * Many alloca() calls were removed.
+ * Win32: the updater executables were not included in the zip version
+ anymore to prevent incorrect update.
+
* 3.1.1 (stable)
* The column width of the address book will be saved now.
diff --git a/configure.in b/configure.in
index 66ae804d..f77dda9e 100644
--- a/configure.in
+++ b/configure.in
@@ -5,16 +5,16 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=3
-MINOR_VERSION=1
-MICRO_VERSION=1
-INTERFACE_AGE=1
-BINARY_AGE=1
-EXTRA_VERSION=
-BUILD_REVISION=1119
+MINOR_VERSION=2
+MICRO_VERSION=0
+INTERFACE_AGE=0
+BINARY_AGE=0
+EXTRA_VERSION=beta1
+BUILD_REVISION=1120
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
-dnl DEVEL_VERSION=1
+DEVEL_VERSION=1
dnl set $target
AC_CANONICAL_SYSTEM