diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-08-29 09:24:17 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-08-29 09:24:17 +0000 |
commit | e2682cce5c268253592c9596b464988d0d71ce86 (patch) | |
tree | 7e364fc5a9836aa1e7723f81dc2280bd0964fa63 | |
parent | 9219a26e184d7b6e4b378fbb2dc621963dff4b72 (diff) |
updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3157 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ Changes of Sylpheed +* 3.3.0beta2 (development) + + * The ability of opening external rfc822 message files (.eml) was added. + * Sylpheed now accepts mailto: and file: URL without command-line option. + * The option to specify the position of the attach tool button was added. + * The header labels on the header view now have tooltips. + * A minor memory leak related to tooltips was fixed. + * 3.3.0beta1 (development) * Attached files are now placed first on the message view. diff --git a/configure.in b/configure.in index fa2e28d4..e9a1c36f 100644 --- a/configure.in +++ b/configure.in @@ -9,8 +9,8 @@ MINOR_VERSION=3 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta1 -BUILD_REVISION=1138 +EXTRA_VERSION=beta2 +BUILD_REVISION=1139 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release |