summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-06-23 10:28:37 +0900
committerDaiki Ueno <ueno@gnu.org>2015-06-23 10:28:55 +0900
commit70bae6274fc09272aaf00d2cbfc02f912d3821fb (patch)
treeca3c2edccdbcf56a3794308481c14955b10bdb3d /NEWS
parent63f1018df77e1ff9a6adf7c2f32edaadb876b67e (diff)
downloadexternal_gettext-70bae6274fc09272aaf00d2cbfc02f912d3821fb.zip
external_gettext-70bae6274fc09272aaf00d2cbfc02f912d3821fb.tar.gz
external_gettext-70bae6274fc09272aaf00d2cbfc02f912d3821fb.tar.bz2
NEWS: Adjust for 0.19.5 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2f090f5..f69ac9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.19.5 - unreleased
+Version 0.19.5 - June 2015
* xgettext now has a feature to perform syntax checks on msgid, which
could enforce common styles of translatable strings, such as to
@@ -11,7 +11,7 @@ Version 0.19.5 - unreleased
newline character to filter input and trims it from the filter
output. This would allow filter programs to be more POSIX friendly.
-* The base Unicode standard is now updated to 7.0.0. This
+* The base Unicode standard is now updated to 8.0.0. This
particularly improves "\N{...}" notation handling of xgettext for
Perl and Python.