aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.in4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4ab0aec4..ce9cc591 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
Changes of Sylpheed
+* 3.3.0beta2 (development)
+
+ * The ability of opening external rfc822 message files (.eml) was added.
+ * Sylpheed now accepts mailto: and file: URL without command-line option.
+ * The option to specify the position of the attach tool button was added.
+ * The header labels on the header view now have tooltips.
+ * A minor memory leak related to tooltips was fixed.
+
* 3.3.0beta1 (development)
* Attached files are now placed first on the message view.
diff --git a/configure.in b/configure.in
index fa2e28d4..e9a1c36f 100644
--- a/configure.in
+++ b/configure.in
@@ -9,8 +9,8 @@ MINOR_VERSION=3
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta1
-BUILD_REVISION=1138
+EXTRA_VERSION=beta2
+BUILD_REVISION=1139
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release