From a9fab1ffadefaf6df3e084d476c94f295a795d01 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Tue, 26 Sep 2006 18:58:29 +0000 Subject: [PATCH] 2.5.2 released --- ChangeLog | 7 +++++++ NEWS | 7 +++++++ README | 1 + RELEASE_NOTES | 12 +++--------- configure.ac | 4 ++-- 5 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index cad1a2fea..87fc8f353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-26 [colin] 2.5.2 + + * NEWS + * README + * RELEASE_NOTES + 2.5.2 released + 2006-09-26 [colin] 2.5.1cvs5 * src/matcher.c diff --git a/NEWS b/NEWS index f3a1068c3..7dfcedc83 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changes of the Sylpheed-Claws GTK2 branch +* 2.5.2 +------- + +* Bug fixes: + o bug #1023 (Sylpheed deletes too much messages) + o Crash in partial downloading + * 2.5.1 ------- diff --git a/README b/README index 2ebb99bb2..d82b5c2e3 100644 --- a/README +++ b/README @@ -697,6 +697,7 @@ http://sourceforge.net/tracker/?group_id=25528&atid=384601 GTK 2 Version ------------- +2006-09-26 2.5.2 2006-09-26 2.5.1 2006-09-25 2.5.0 2006-07-31 2.4.0 diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5bfcb84c3..6e47be38a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -26th September 2006 Sylpheed-Claws 2.5.1 +26th September 2006 Sylpheed-Claws 2.5.2 SYLPHEED-CLAWS RELEASE NOTES http://www.sylpheed-claws.net @@ -9,15 +9,9 @@ email client. New in this release: ~~~~~~~~~~~~~~~~~~~~ -* It is now possible to stop searches in message bodies - -* IMAP: Use UID SEARCH ALL instead of UID SEARCH UID 1:* in order - to fix speed issues with badly implemented servers - * Bug fixes: - o Fix multiple registering of SpamAssassin and Bogofilter - plugin after having changed their preferences, leading to - slowness or duplicated messages. + o bug #1023 (Sylpheed deletes too much messages) + o Crash in partial downloading For further details of the numbered bugs listed above consult http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi diff --git a/configure.ac b/configure.ac index 199aa4083..b1c2b1c48 100644 --- a/configure.ac +++ b/configure.ac @@ -8,10 +8,10 @@ PACKAGE=sylpheed-claws dnl version number MAJOR_VERSION=2 MINOR_VERSION=5 -MICRO_VERSION=1 +MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=5 +EXTRA_VERSION=0 EXTRA_RELEASE= EXTRA_GTK2_VERSION= -- 2.11.4.GIT