From a8568b719dce7dcd095e81863d264ac8004c4956 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 26 Dec 2005 08:18:33 +0000 Subject: updated NEWS. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@866 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ ChangeLog.ja | 4 ++++ NEWS | 12 ++++++++++++ configure.in | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1cf0459..e37cf5ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-26 + + * version 2.2.0beta2 + 2005-12-26 * libsylph/pop.[ch]: prevent duplicate retrieval after incomplete diff --git a/ChangeLog.ja b/ChangeLog.ja index 341896d6..096d56be 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,7 @@ +2005-12-26 + + * version 2.2.0beta2 + 2005-12-26 * libsylph/pop.[ch]: セッションが完了しなかった後重複して受信するのを diff --git a/NEWS b/NEWS index 3ba8994c..307b6ac1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ Changes of Sylpheed +* 2.2.0beta2 (development) + + * The forwarding of messages with attachments was modified. + * The bug that previously selected row was removed from the view instead + of currently selected one when deleting folders from the context menu + was fixed. + * The bug that messages with subject that includes characters that can't + be used for filename couldn't be attached was fixed. + * Windows-1252 was added for display encoding. + * After incomplete POP3 session, duplicate retrieval of messages doesn't + happen anymore. + * 2.2.0beta1 (development) * The major improvements of the search function were made. diff --git a/configure.in b/configure.in index 155ee6a0..c9a0f275 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ MINOR_VERSION=2 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta1 +EXTRA_VERSION=beta2 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target -- cgit v1.2.3