From 885925d3e082d72c3ec1575d2b41e93ad80d88d8 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 29 Nov 2013 02:34:39 +0000 Subject: updated to 3.4.0beta7. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3311 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ NEWS | 13 +++++++++++++ configure.in | 4 ++-- 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 -- cgit v1.2.3