diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ Changes of Sylpheed +* 2.2.5 (stable) + + * The character corruption and crash bug when using Japanese half-width + kana on sending messages was fixed. + * The execution failure when using the accessibility module was fixed. + * The bug that new/unread count becoming negative value was fixed. + * The bug that bold face was disabled in the folder selection dialog + with GLib 2.10 and Pango 1.12 was fixed. + * The incorrect progressbar display when expired messages exist was fixed. + * 2.2.4 (stable) * MIME filename encoding with RFC 2231 parameter value extension was diff --git a/configure.in b/configure.in index 595586bf..a0c145df 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=2 MINOR_VERSION=2 -MICRO_VERSION=4 +MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=0 EXTRA_VERSION= |