From 873aa4f61ca1cb0d331a547d138b57ded067a44c Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 2 Dec 2016 17:19:48 +0100 Subject: Prepapre for release 0.9.7 --- ChangeLog | 6 ++++++ NEWS | 3 +++ README | 2 +- version.sh | 6 +++--- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9bc479..1f605e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-12-02 Daiki Ueno + + * version.sh: Bump version number and date. + * README: Update version. + * NEWS: Mention 0.9.7 changes. + 2016-12-02 Bruno Haible Change license to LGPLv3+ or GPLv2. diff --git a/NEWS b/NEWS index 1c7b49b..e114e42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +New in 0.9.7: +* The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2" + New in 0.9.6: * The data tables and line breaking algorithm have been updated to Unicode version 8.0.0. diff --git a/README b/README index 633824f..bfa1bbf 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ The documentation is under another license; see in the documentation. Download -------- - http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.6.tar.gz + http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.gz Homepage -------- diff --git a/version.sh b/version.sh index ccddf09..37dff7c 100644 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ # Version number and release date. -VERSION_NUMBER=0.9.6 -RELEASE_DATE=2015-07-08 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.9.7 +RELEASE_DATE=2016-12-02 # in "date +%Y-%m-%d" format # Version of gnulib that was used in this release. -GNULIB_GIT_COMMIT=9b6679dcac7631a9d75adfbcfdfb9004362f3d18 +GNULIB_GIT_COMMIT=31a08abd323ebffea3d4fb2d5a66f801fe8b3031 -- cgit v1.2.1