From 25433bcc04d192c7a19ce2eb53cd692ac3151a3b Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 20 Feb 2017 08:49:56 +0000 Subject: increased version to 3.6.0beta1. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3545 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 13 +++++++++++++ LICENSE | 2 +- NEWS | 14 ++++++++++++++ README | 2 +- README.ja | 2 +- configure.ac | 16 ++++++++-------- nsis/sylpheed-defs.nsh | 4 ++-- 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 + Copyright(C) 1999-2017 Hiroyuki Yamamoto 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 + Copyright(C) 1999-2017 Hiroyuki Yamamoto 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} -- cgit v1.2.3