aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-20 08:49:56 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-20 08:49:56 +0000
commit25433bcc04d192c7a19ce2eb53cd692ac3151a3b (patch)
tree33d3a98fac791898468bd8bfc23c72c58eda17d4
parentdf7d3b97fed594a1e03bcbd5e6a6fcfcb8c662a4 (diff)
increased version to 3.6.0beta1.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3545 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog13
-rw-r--r--LICENSE2
-rw-r--r--NEWS14
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--configure.ac16
-rw-r--r--nsis/sylpheed-defs.nsh4
7 files changed, 40 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index d13d3024..4a90b8ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-02-20
+
+ * version 3.6.0beta1
+
+2017-02-20
+
+ * src/prefs_account_dialog.c: fixed sensitivity change of signature
+ settings.
+
+2017-02-20
+
+ * configure.ac: increased the version.
+
2017-02-17
* manual/ja/sylpheed.sgml: added 'Other features' section.
diff --git a/LICENSE b/LICENSE
index 9655a977..70f33af4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Sylpheed is Copyright 1999-2016 by Hiroyuki Yamamoto and
+Sylpheed is Copyright 1999-2017 by Hiroyuki Yamamoto and
Sylpheed Development Team, and distributed under the GNU GPL (COPYING).
Specific permission is granted for the GPLed code in this distribition to
diff --git a/NEWS b/NEWS
index 5bafcc1b..654c22de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
Changes of Sylpheed
+* 3.6.0beta1 (development)
+
+ * The feature to use multiple signatures in one account was added.
+ * The edit group dialog of the address book was improved to allow
+ multilple selection and display its available list with folder tree.
+ * The menu 'Tools - Open configuration/attachments folder' was added.
+ * The Japanese manual was updated.
+ * IMAP: SUBSCRIBE command is explicitly issued for a newly created folder
+ by CREATE.
+ * Unix: the search location of SSL certificates for OpenBSD was added
+ (#222).
+ * Win32: a notice about not removing user data in the installer was
+ modified.
+
* 3.5.1 (stable)
* New plug-in APIs to handle compose view were added.
diff --git a/README b/README
index 3fe08c0b..a6832837 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Sylpheed - lightweight and user-friendly e-mail client
- Copyright(C) 1999-2016 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2017 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/README.ja b/README.ja
index 5cd1ab0d..d5af2170 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2016 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2017 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index b8ce8d02..04f1cd37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,16 +5,16 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=3
-MINOR_VERSION=5
-MICRO_VERSION=1
-INTERFACE_AGE=1
-BINARY_AGE=1
-EXTRA_VERSION=
-BUILD_REVISION=1174
+MINOR_VERSION=6
+MICRO_VERSION=0
+INTERFACE_AGE=0
+BINARY_AGE=0
+EXTRA_VERSION=beta1
+BUILD_REVISION=1175
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
-dnl DEVEL_VERSION=1
+DEVEL_VERSION=1
dnl set $target
AC_CANONICAL_SYSTEM
@@ -44,7 +44,7 @@ dnl LT_CURRENT=`expr 1 + $MICRO_VERSION - $INTERFACE_AGE`
dnl LT_REVISION=$INTERFACE_AGE
dnl LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
LT_CURRENT=3
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=2
AC_SUBST(LT_RELEASE)
AC_SUBST(LT_CURRENT)
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
index 9e4fb63e..fec273d9 100644
--- a/nsis/sylpheed-defs.nsh
+++ b/nsis/sylpheed-defs.nsh
@@ -2,7 +2,7 @@
;!define HAVE_AUTOENC_PLUGIN
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.5.1"
+!define PRODUCT_VERSION "3.6beta1"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
@@ -20,7 +20,7 @@
!ifdef SYLPHEED_PRO
!define INST_NAME "Sylpheed Pro"
-!define INST_VERSION "2.5.1"
+!define INST_VERSION "2.6"
!define INST_FILENAME "Sylpheed_Pro"
!else
!define INST_NAME ${PRODUCT_NAME}