aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-08-28 02:58:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-08-28 02:58:59 +0000
commit2e7d504d5191b25b5d53c3da4a43ec7bd8856c7b (patch)
treea5c5c6c9a5f3b670747512789d188c5c09ef886a
parentdecf4794b3ae42a88161255ce11f9af30eb4f069 (diff)
made 3.4.0beta5 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3275 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
-rw-r--r--configure.in4
-rw-r--r--nsis/sylpheed-defs.nsh4
4 files changed, 17 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bfcd6879..b8766be9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-08-28
+ * version 3.4.0beta5
+
+2013-08-28
+
* configure.in
po/eu.po: added Basque translation.
diff --git a/NEWS b/NEWS
index 2e38da10..b9fc1cdd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
Changes of Sylpheed
+* 3.4.0beta5 (development)
+
+ * Basque translation was added.
+ * Escaped special characters in HTML links are now properly unescaped
+ (#120).
+ * IMAP: parsing of folder names that contain brackets was fixed.
+ * Config.guess and config.sub included in the tarball were updated.
+ * The order of templates became stable.
+
* 3.4.0beta4 (development)
* The feature to save message as plain text was added.
diff --git a/configure.in b/configure.in
index 779e6b11..4094c954 100644
--- a/configure.in
+++ b/configure.in
@@ -9,8 +9,8 @@ MINOR_VERSION=4
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta4
-BUILD_REVISION=1148
+EXTRA_VERSION=beta5
+BUILD_REVISION=1149
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
index 33a614e6..8cd4a27e 100644
--- a/nsis/sylpheed-defs.nsh
+++ b/nsis/sylpheed-defs.nsh
@@ -1,7 +1,7 @@
;!define SYLPHEED_PRO
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.4beta2"
+!define PRODUCT_VERSION "3.4beta5"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
@@ -19,7 +19,7 @@
!ifdef SYLPHEED_PRO
!define INST_NAME "Sylpheed Pro"
-!define INST_VERSION "2.2"
+!define INST_VERSION "2.2.1"
!define INST_FILENAME "Sylpheed_Pro"
!else
!define INST_NAME ${PRODUCT_NAME}