diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.ja | 4 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 21 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2005-12-26 + * version 2.2.0beta2 + +2005-12-26 + * libsylph/pop.[ch]: prevent duplicate retrieval after incomplete session. diff --git a/ChangeLog.ja b/ChangeLog.ja index 341896d6..096d56be 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,9 @@ 2005-12-26 + * version 2.2.0beta2 + +2005-12-26 + * libsylph/pop.[ch]: セッションが完了しなかった後重複して受信するのを 回避するようにした。 @@ -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 |