summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-24 17:37:17 +0100
committerBruno Haible <bruno@clisp.org>2019-12-24 17:37:17 +0100
commit1053be140a818f95b7410044510990c67cac5d8b (patch)
tree41428c6393b79f939a32ba3f43b4c50089e123b4 /NEWS
parent4b195524ce6fe08837aee0ae7198c4582afdd07d (diff)
downloadgettext-1053be140a818f95b7410044510990c67cac5d8b.tar.gz
Update after gnulib changed.
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Add setlocale-null. * gettext-runtime/intl/localcharset.h: Update from gnulib. * gettext-runtime/intl/localcharset.c: Likewise. * gettext-runtime/intl/localename.c: Likewise. * gettext-runtime/intl/setlocale_null.h: New file, from gnulib. * gettext-runtime/intl/arg-nonnull.h: New file, from gnulib. * gettext-runtime/intl/setlocale_null.c: New file, from gnulib. * gettext-runtime/intl/setlocale-lock.c: New file, from gnulib. * gettext-runtime/intl/lock.h: Update from gnulib. * gettext-runtime/intl/lock.c: Likewise. * gettext-runtime/intl/threadlib.c: Likewise. * gettext-runtime/intl/vasnprintf.c: Likewise. * gettext-runtime/intl/verify.h: Likewise. * gettext-runtime/intl/Makefile.am (EXTRA_DIST): Add arg-nonnull.h, setlocale_null.h. (LIBINTLSOURCES): Add setlocale-lock.c, setlocale_null.c. (setlocale-lock.lo, setlocale_null.lo): New rules. (localename.lo, setlocale-lock.lo, setlocale_null.lo): Update dependencies. * Makefile.am (distcheck-hook): Check the new files in gettext-runtime/intl/. * gettext-runtime/libasprintf/vasnprintf.c: Update from gnulib. * gettext-tools/libgettextpo/Makefile.am (DEFS): Define OMIT_SETLOCALE_LOCK. * gettext-runtime/NEWS: Mention the multithread-safety fix in localcharset.c. * NEWS: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 67a97a58d..5d62acb5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.21 - September 2019
+Version 0.21 - December 2019
* Programming languages support:
- Shell:
@@ -25,11 +25,12 @@ Version 0.21 - September 2019
- The interpretation of the language preferences on macOS has been improved,
especially in the case where a system locale does not exist for the
combination of the selected primary language and the selected territory.
+ - Fixed a multithread-safety bug on Cygwin and native Windows.
* Libtextstyle:
- Added support for emitting hyperlinks.
- New API for doing formatted output.
- - The example programs support the NO_COLOR environment variable,
+ - The example programs support the NO_COLOR environment variable.
Version 0.20.1 - May 2019