about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTAMUKI Shoichi <tamuki@linet.gr.jp>2019-04-02 16:46:55 +0900
committerTAMUKI Shoichi <tamuki@linet.gr.jp>2019-04-02 16:46:55 +0900
commit466afec30896585b60c2106df7a722a86247c9f3 (patch)
tree30e2ea30761f5bc47ca6324210e9a5b66fd93670 /ChangeLog
parent84aea16929f310625a52bf9c3db3341f56970ab0 (diff)
downloadglibc-466afec30896585b60c2106df7a722a86247c9f3.tar.gz
glibc-466afec30896585b60c2106df7a722a86247c9f3.tar.xz
glibc-466afec30896585b60c2106df7a722a86247c9f3.zip
ja_JP locale: Add entry for the new Japanese era [BZ #22964]
The Japanese era name will be changed on May 1, 2019.  The Japanese
government made a preliminary announcement on April 1, 2019.

The glibc ja_JP locale must be updated to include the new era name for
strftime's alternative year format support.

Checked on x86_64-linux-gnu.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

ChangeLog:

	[BZ #22964]
	* localedata/locales/ja_JP (LC_TIME): Add entry for the new Japanese
	era.
	* time/tst-strftime2.c (dates): Add 2019-04-30 and 2019-05-01.
	(mkreftable): Add rules for the new Japanese era and the new dates.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87eac8e7cd..d57abef5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 2019-04-02  TAMUKI Shoichi  <tamuki@linet.gr.jp>
+
+	[BZ #22964]
+	* localedata/locales/ja_JP (LC_TIME): Add entry for the new Japanese
+	era.
+	* time/tst-strftime2.c (dates): Add 2019-04-30 and 2019-05-01.
+	(mkreftable): Add rules for the new Japanese era and the new dates.
+
+2019-04-02  TAMUKI Shoichi  <tamuki@linet.gr.jp>
 	    Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	* time/tst-strftime2.c (date_t): Explicitly define the type.