aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS13
-rw-r--r--configure.in4
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d45b0f61..18212d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-29
+
+ * version 3.4.0beta7
+
2013-11-28
* libsylph/md5.c: MD5Final(): zero-clear the whole MD5Context struct
diff --git a/NEWS b/NEWS
index 34f89f8c..f8d6f54e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
Changes of Sylpheed
+* 3.4.0beta7 (development)
+
+ * Win32: the tray icon is recreated when explorer.exe crashes now.
+ * The bug that 'File - Folder - Move folder...' menu didn't work was
+ fixed.
+ * The bug that MIME nest level restriction was not working was fixed.
+ * Many defects discovered by Coverity Scan were fixed:
+ - FILE handle resource leaks
+ - memory leaks
+ - possible buffer overrun
+ - strict error checks
+ - correct null pointer checks
+
* 3.4.0beta6 (development)
* Icon theme feature was added.
diff --git a/configure.in b/configure.in
index 8baf8ff5..dcb6b48c 100644
--- a/configure.in
+++ b/configure.in
@@ -9,8 +9,8 @@ MINOR_VERSION=4
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta6
-BUILD_REVISION=1151
+EXTRA_VERSION=beta7
+BUILD_REVISION=1152
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release