aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS13
-rw-r--r--configure.in2
-rw-r--r--libsylph/libsylph-0.def5
4 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e683e60e..43c9a570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-05
+
+ * version 3.2.0beta8
+
2012-05-31
* libsylph/session.[ch]
diff --git a/NEWS b/NEWS
index 542910a2..ba53dd63 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
Changes of Sylpheed
+* 3.2.0beta8 (development)
+
+ * Address autocomplete drop-down list was fixed (#52).
+ * Line-space for auto-wrapped lines now reflects the line-space setting
+ (#64).
+ * The encoding of Japanese manual was changed to UTF-8 to prevent display
+ failure on some browsers.
+ * DNS lookup error is now distinguished from other connection errors.
+ * Some minor fixes for IMAP were made.
+ * Other minor fixes were made.
+ * Win32: an option to play sound when new messages arrive was added.
+ * Win32: the launch of Windows installer became faster.
+
* 3.2.0beta7 (development)
New features
diff --git a/configure.in b/configure.in
index 3fae301e..33c67544 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=beta8
-BUILD_REVISION=1134
+BUILD_REVISION=1135
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
diff --git a/libsylph/libsylph-0.def b/libsylph/libsylph-0.def
index 78fd5072..8ff563a2 100644
--- a/libsylph/libsylph-0.def
+++ b/libsylph/libsylph-0.def
@@ -699,3 +699,8 @@ EXPORTS
to_human_readable_buf @ 697
folder_item_is_trash @ 698
play_sound @ 699
+ session_get_error @ 700
+ sock_new @ 701
+ sock_info_connect @ 702
+ sock_info_connect_async_thread @ 703
+ sock_info_connect_async_thread_wait @ 704