summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog93
1 files changed, 93 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cc411..92c53c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2010-05-02 Bruno Haible <bruno@clisp.org>
+
+ * Version 0.9.3 released.
+
+2010-05-02 Bruno Haible <bruno@clisp.org>
+
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * lib/Makefile.am (LTV_*): Update to 1:2:1.
+
+2010-05-02 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool.
+
+2010-03-30 Bruno Haible <bruno@clisp.org>
+
+ * README.woe32: Update for Cygwin 1.7.x.
+
+2010-03-29 Bruno Haible <bruno@clisp.org>
+
+ Undo last change, not needed any more.
+ * configure.ac: Remove LT_LANG([C++]) invocation.
+
+2010-03-12 Bruno Haible <bruno@clisp.org>
+
+ Fix libtool failure with gnulib C++ tests.
+ * configure.ac: Add LT_LANG([C++]) invocation.
+ Reported by Ludovic Courtès <ludo@gnu.org>.
+
+2010-01-10 Bruno Haible <bruno@clisp.org>
+
+ * doc/unistr.texi (Elementary string functions on NUL terminated
+ strings): Change description of u*_stpncpy return value to be
+ consistent with stpncpy in glibc.
+
+2010-01-01 Bruno Haible <bruno@clisp.org>
+
+ * Version 0.9.2.1 released.
+
+2010-01-01 Bruno Haible <bruno@clisp.org>
+
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * doc/libunistring.texi: Update copyright year.
+ * lib/libunistring.rc: Likewise.
+
+2009-12-26 Bruno Haible <bruno@clisp.org>
+
+ * Version 0.9.2 released.
+
+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>
+
+ * lib/Makefile.am (EXTRA_DIST): Add unistring/cdefs.in.h.
+
+2009-12-24 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib added module 'unused-parameter'.
+ * gnulib-local/lib/unistr.h.diff: Replace the #include of
+ "unused-parameter.h".
+ * lib/unistring/cdefs.in.h: Renamed from lib/unistring/cdefs.h. Replace
+ the _UNUSED_PARAMETER_ with a placeholder for _GL_UNUSED_PARAMETER.
+ * lib/Makefile.am (unistring/cdefs.h): New rule.
+ (BUILT_SOURCES, MOSTLYCLEANFILES, CLEANFILES): Augment.
+
+2009-12-12 Bruno Haible <bruno@clisp.org>
+
+ * lib/libunistring.rc: Untabify.
+ * woe32dll/export.h: Likewise.
+
+2009-12-09 Bruno Haible <bruno@clisp.org>
+
+ Ensure _UNUSED_PARAMETER_ is defined in the public header files.
+ * lib/unistring/cdefs.h: New file, based on gnulib/m4/gnulib-common.m4.
+ * lib/Makefile.am (nobase_nodist_include_HEADERS): Add it.
+ * gnulib-local/lib/unistr.h.diff: Include unistring/cdefs.h.
+ Reported by Mike Gran <spk121@yahoo.com>.
+
+2009-09-01 Bruno Haible <bruno@clisp.org>
+
+ * README.woe32: Put the -mno-cygwin option into CC and CXX.
+ Recommended by Paolo Bonzini and Eric Blake.
+
2009-08-17 Bruno Haible <bruno@clisp.org>
* Version 0.9.1.1 released.