aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-10 06:58:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-10 06:58:04 +0000
commit86fbb5bb80043fc0004cefa1d28b45782ce70e9f (patch)
treedb28ddc99241157f0187f062f35df1d1c2c066ad
parent0eb22497a036dd0f3ca3828c057c300c7bf9393b (diff)
updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2935 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--NEWS10
-rw-r--r--configure.in4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6c2fc000..d55db8bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Changes of Sylpheed
+* 3.2.0beta2 (development)
+
+ * The performance of reading cache files was improved by using memory
+ mapped file (requires GTK+ >= 2.8).
+ * 'Account Preferences - Advanced - Put deleted messages in' account
+ setting actually works now.
+ * Style colors are used for attachment label widgets now.
+ * The text color of quick search on dark themes was fixed.
+ * The HTML parser was fixed.
+
* 3.2.0beta1 (development)
New features
diff --git a/configure.in b/configure.in
index f77dda9e..836a44e0 100644
--- a/configure.in
+++ b/configure.in
@@ -9,8 +9,8 @@ MINOR_VERSION=2
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta1
-BUILD_REVISION=1120
+EXTRA_VERSION=beta2
+BUILD_REVISION=1121
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release