From 44a3eaeba04ef78835ca741592c376428ada5f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 Dec 2017 10:30:25 +0100 Subject: New upstream version 0.9.8 --- ChangeLog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f605e3a..a09ef60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2017-11-30 Daiki Ueno + + * 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 + + uniwbrk: Define new word break property values + * doc/uniwbrk.texi (Word break property): Document WBP_RI, WBP_DQ, + WBP_SQ, WBP_HL, WBP_ZWJ, WBP_EB, WBP_EM, WBP_GAZ, and WBP_EBG. + +2017-11-27 Daiki Ueno + + unigbrk: Import new module unigbrk/uc-grapheme-breaks + * autogen.sh (GNULIB_MODULES): Pull unigbrk/uc-grapheme-breaks. + * doc/unigbrk.texi (Grapheme cluster breaks in a string): Mention + the limitations of *_grapheme_next and *_grapheme_prev functions + and suggest *_grapheme_breaks instead. + (Grapheme cluster break property): Document newly added + properties; mention the limitations of uc_is_grapheme_break and + suggest to use uc_grapheme_breaks instead. + +2017-11-18 Bruno Haible + + Clarify the effect of uc_canonical_decomposition. + Prompted by a report by DaeHyun Sung . + * doc/uninorm.texi (Decomposition of characters): Clarify. + * doc/libunistring.texi: Bump copyright year. + +2017-10-21 Bruno Haible + + Upgrade to newer libtool. + * m4/libtool.m4: Update from libtool-2.4.6, with modifications. + 2017-10-21 Bruno Haible + Fix -export-symbols and -export-symbols-regex support on + Solaris 11.3. + * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Adjust symcode for + Solaris. + 2009-04-23 Bruno Haible + Fix recognition of "nm" command. + * m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when + compiling for mingw in a cygwin environment. + 2008-04-06 Bruno Haible + * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use + CONFIG_SHELL; don't assume that the Makefile.in will set SHELL + to ${CONFIG_SHELL}. + * m4/ltoptions.m4: Likewise. + * m4/ltsugar.m4: Likewise. + * m4/ltversion.m4: Likewise. + * m4/lt~obsolete.m4: Likewise. + * build-aux/ltmain.sh: Likewise. + +2017-07-15 Bruno Haible + + Get rid of autom4te.cache directory (left over from autoconf, automake). + * autogen.sh: Remove autom4te.cache directory. + +2017-06-20 Bruno Haible + + Avoid collision between the generated and the + platform's original . + Reported by Dennis Clarke in + . + * lib/stdbool.mini.h: Update from stdbool.in.h from current gnulib. Use + compiler dependent conditionals to determine whether should + be included. + +2017-01-10 Bruno Haible + + Modernize URLs. + * README: Prefer https over http or ftp URLs. + * DEPENDENCIES: Likewise. + +2016-12-26 Bruno Haible + + Clarify which version of texinfo.tex is used. + * autogen.sh (TEXINFO_VERSION): New variable. + +2016-12-10 Bruno Haible + + Make the generated work for GCC >= 4.5 + when GCC is not the system's default compiler. + * lib/Makefile.am (unistring/stdint.h): When the compiler is + GCC >= 4.5, include its file. + Reported by Marcin Cieślak and analyzed by Krzysztof Malinowski + at . + 2016-12-02 Daiki Ueno * version.sh: Bump version number and date. -- cgit v1.2.3