aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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