aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.in6
2 files changed, 17 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 700e34fe..5d53d78f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
Changes of Sylpheed
+* 2.4.0beta1 (development)
+
+ * The automatic filtering of new messages in INBOX folder of IMAP4 was
+ implemented.
+ * The customization of the toolbars was implemented.
+ * The option to toggle window on trayicon click was added.
+ * Junk mails are now filtered when incorporating from local mbox.
+ * UTF-8 is forced for headers instead of substituting characters if the
+ code conversion for them failed.
+ * The crash of the text view when switching MIME parts was fixed.
+ * Win32: the socket buffer size was increased to improve the performance
+ of network communication.
+ * Win32: GTK+ and GLib was updated to the latest version.
+
* 2.3.0 (stable)
* The Japanese manual was updated.
diff --git a/configure.in b/configure.in
index 016e4687..bdab124e 100644
--- a/configure.in
+++ b/configure.in
@@ -5,11 +5,11 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=2
-MINOR_VERSION=3
-MICRO_VERSION=99
+MINOR_VERSION=4
+MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=+svn
+EXTRA_VERSION=beta1
BUILD_REVISION=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION