summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2017-11-30 08:23:06 +0100
committerDaiki Ueno <ueno@gnu.org>2017-11-30 08:23:06 +0100
commit1a8096e8ee78f563e33777e5e584cd09ed517b2d (patch)
treefada8753ef8e6a89a1a0affda48f728e9652ca57
parent96e9c9f373080e9bba5a27e7d7a9aa3f50bcad3f (diff)
downloadlibunistring-1a8096e8ee78f563e33777e5e584cd09ed517b2d.tar.gz
Prepare for 0.9.8 releasev0.9.8
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--lib/Makefile.am4
-rw-r--r--version.sh6
4 files changed, 20 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0007f38..a09ef60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-11-30 Daiki Ueno <ueno@gnu.org>
+
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * NEWS: Mention 0.9.8 changes.
+ * lib/Makefile.am (LTV_CURRENT, LTV_AGE): Bump for
+ uc_grapheme_breaks.
+
2017-11-27 Daiki Ueno <ueno@gnu.org>
uniwbrk: Define new word break property values
diff --git a/NEWS b/NEWS
index e114e42..b422ca8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+New in 0.9.8:
+* The data tables and line breaking algorithm have been updated to Unicode
+ version 9.0.0.
+* In the include file unigbrk.h, the function uc_grapheme_breaks has
+ been added to accommodate the new UAX#29 rules involving 3 or more
+ consecutive characters.
+
New in 0.9.7:
* The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2"
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1e13235..11cdb1b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -314,9 +314,9 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1
# Libtool's library version information for libunistring.
# See the libtool documentation, section "Library interface versions".
-LTV_CURRENT=2
+LTV_CURRENT=3
LTV_REVISION=0
-LTV_AGE=0
+LTV_AGE=1
# How to build libunistring.la.
libunistring_la_LDFLAGS += \
diff --git a/version.sh b/version.sh
index 37dff7c..809c80e 100644
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
# Version number and release date.
-VERSION_NUMBER=0.9.7
-RELEASE_DATE=2016-12-02 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.9.8
+RELEASE_DATE=2017-11-30 # in "date +%Y-%m-%d" format
# Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=31a08abd323ebffea3d4fb2d5a66f801fe8b3031
+GNULIB_GIT_COMMIT=82edd0e68b9e88fb24c1d32ad815083f66fae1ef