From 86fbb5bb80043fc0004cefa1d28b45782ce70e9f Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 10 Aug 2011 06:58:04 +0000 Subject: updated NEWS. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2935 ee746299-78ed-0310-b773-934348b2243d --- NEWS | 10 ++++++++++ configure.in | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6c2fc000..d55db8bb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ Changes of Sylpheed +* 3.2.0beta2 (development) + + * The performance of reading cache files was improved by using memory + mapped file (requires GTK+ >= 2.8). + * 'Account Preferences - Advanced - Put deleted messages in' account + setting actually works now. + * Style colors are used for attachment label widgets now. + * The text color of quick search on dark themes was fixed. + * The HTML parser was fixed. + * 3.2.0beta1 (development) New features diff --git a/configure.in b/configure.in index f77dda9e..836a44e0 100644 --- a/configure.in +++ b/configure.in @@ -9,8 +9,8 @@ MINOR_VERSION=2 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta1 -BUILD_REVISION=1120 +EXTRA_VERSION=beta2 +BUILD_REVISION=1121 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -- cgit v1.2.3