summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--version.sh6
3 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cf04ae4..c521761 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-16 Daiki Ueno <ueno@gnu.org>
+
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * NEWS: Mention 0.9.5 changes.
+
2014-09-01 Daiki Ueno <ueno@gnu.org>
* Version 0.9.4 released.
diff --git a/NEWS b/NEWS
index fbcc453..b308f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+New in 0.9.5:
+* The data tables and line breaking algorithm have been updated to Unicode
+ version 7.0.0.
+* In the include file uniname.h, the function unicode_name_character
+ has been extended to look for name aliases.
+
New in 0.9.4:
* The data tables and line breaking algorithm have been updated to Unicode
version 6.0.0.
diff --git a/version.sh b/version.sh
index c7ec491..8b2d11e 100644
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
# Version number and release date.
-VERSION_NUMBER=0.9.4
-RELEASE_DATE=2014-08-12 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.9.5
+RELEASE_DATE=2015-02-16 # in "date +%Y-%m-%d" format
# Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=a6c54be167bd5be41013a254b4e6ba840420a1d0
+GNULIB_GIT_COMMIT=784023c966667c8014acd4c3296f7da7418224f8