From f7c3580478601e3a77dc864e5a1d91c1edad5187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 7 Mar 2018 05:31:03 +0100 Subject: New upstream version 0.9.9 --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a09ef60e..747198c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2018-02-28 Daiki Ueno + + * version.sh: Bump version number and date. + * README: Update version. + +2018-02-02 Bruno Haible + + Update after gnulib changed. + * NEWS: Mention the multithread-safety fix from gnulib module 'malloca'. + +2018-01-27 Bruno Haible + + Rename some file. + * INSTALL.windows: Renamed from README.windows. + * Makefile.am (EXTRA_DIST): Update. + * doc/libunistring.texi (Installation): Likewise. + +2017-12-10 Bruno Haible + + Documentation updates. + Mostly based on feedback by Richard Stallman . + * doc/wchar_t.texi: New file, extracted from doc/libunistring.texi. + * doc/Makefile.am (libunistring_TEXINFOS): Add it. + * doc/libunistring.texi: Move "The wchar_t mess" section to an appendix. + * doc/unitypes.texi: Explain difference between uint32_t and ucs4_t. + * doc/unistr.texi (Elementary string functions, + Elementary string functions on NUL terminated strings): Add subsection + structure. + * doc/unictype.texi (Object oriented API): Explain each general category + once only. + * doc/unistdio.texi, doc/uninorm.texi, doc/unicase.texi: Small changes. + 2017-11-30 Daiki Ueno * version.sh: Bump version number and date. -- cgit v1.2.3 From 7b65dbd4ebade81d504cfe5e681292a58ad1fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Jun 2018 04:18:55 +0200 Subject: New upstream version 0.9.10 --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 747198c9..a6155943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2018-05-17 Bruno Haible + + Prepare for 0.9.10 release. + * version.sh: Bump version number, date, gnulib version. + * README: Update version. + +2018-05-17 Bruno Haible + + doc: Fix @menu structure (regression from 2017-12-10). + * doc/libunistring.texi (Introduction): Fix @menu. + +2018-05-17 Bruno Haible + + Allow use of automake-1.16. + * autogen.sh: Update comments. + +2018-04-07 Bruno Haible + + Implement the documented functions u*_casing_*_context. + Reported by Genki Sky . + * autogen.sh (GNULIB_MODULES): Add unicase/u*-prefix-context, + unicase/u*-suffix-context. + * lib/unicase/.gitignore: Update. + * gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool. + * NEWS: Mention the change. + +2018-03-27 Bruno Haible + + Doc tweaks. + * README: Don't recommend to use --prefix=/usr/local, as it produces + problems with GCC (since GCC's treatment of /usr/local/include and + /usr/local/lib is inconsistent by default). + +2011-01-29 Bruno Haible + + * m4/woe32-dll.m4: Add a comment. + 2018-02-28 Daiki Ueno * version.sh: Bump version number and date. -- cgit v1.2.3