summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS3
-rw-r--r--README2
-rw-r--r--version.sh6
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 <ueno@gnu.org>
+
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * NEWS: Mention 0.9.7 changes.
+
2016-12-02 Bruno Haible <bruno@clisp.org>
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