summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-26 17:22:49 +0100
committerBruno Haible <bruno@clisp.org>2009-12-26 17:39:57 +0100
commita1c4245eaec6bcdf39cd9f2722222e16230adceb (patch)
tree9a1109a0e6cbbdb1a805e79c21171e3fb5a0caa8
parent4491f9c1b8899880bf1a15ebc1cf411a89389df6 (diff)
downloadlibunistring-a1c4245eaec6bcdf39cd9f2722222e16230adceb.tar.gz
Prepare for release 0.9.2.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
-rw-r--r--README2
-rw-r--r--lib/Makefile.am2
-rw-r--r--version.sh6
5 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index aca740f..e0dd20d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-12-26 Bruno Haible <bruno@clisp.org>
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * lib/Makefile.am (LTV_*): Update to 1:1:1.
+ * NEWS: Mention what changed.
+
+2009-12-26 Bruno Haible <bruno@clisp.org>
+
* lib/libunistring.rc: Update.
2009-12-26 Bruno Haible <bruno@clisp.org>
diff --git a/NEWS b/NEWS
index bc52e97..958dc90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+New in 0.9.2:
+* The function uc_locale_language now uses the locale of the current thread,
+ if a thread-specific locale has been set.
+
New in 0.9.1:
* In the include file unicase.h, functions for case mapping of substrings have
been added.
diff --git a/README b/README
index 691a09c..22983d5 100644
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ The documentation is under another license; see in the documentation.
Download
--------
- http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.1.1.tar.gz
+ http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.2.tar.gz
Homepage
--------
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1237f94..28d82fe 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -302,7 +302,7 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1
# Libtool's library version information for libunistring.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=1
-LTV_REVISION=0
+LTV_REVISION=1
LTV_AGE=1
# How to build libunistring.la.
diff --git a/version.sh b/version.sh
index f46d94c..99e9ff5 100644
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
# Version number and release date.
-VERSION_NUMBER=0.9.1.1
-RELEASE_DATE=2009-08-17 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.9.2
+RELEASE_DATE=2009-12-26 # in "date +%Y-%m-%d" format
# Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=077d9afeabe70728bec79f7ea9eff0264a7fccdc
+GNULIB_GIT_COMMIT=a93454a87ee0ea0bcd92ea55c1eb87330119d438