aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-26 08:44:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-26 08:44:27 +0000
commit01ee9f70b0f84ad6b10a7c2c6eb6f6ee481d7a21 (patch)
treef381a2cbbba240214350c79d9c206eb782335b27
parent3a254cc8b898a595f4fe542291ea32a07788d0db (diff)
updated NEWS and configure.in.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1506 ee746299-78ed-0310-b773-934348b2243d
-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