Imported Upstream version 3.73
[platform/upstream/iso-codes.git] / ChangeLog
index bbca59a..80ca9ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,804 @@
+iso-codes 3.73
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Tue, 3 Jan 2017
+
+  [ ISO 3166-2 ]
+  * Remove CZ- prefix from parent code for Czechia.
+
+
+iso-codes 3.72
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Thu, 8 Dec 2016
+
+  [ ISO 3166-2 ]
+  * Update from iso.org for Great Britain. Thanks to Vitali Yakavenka
+    for the bug report. Closes: alioth#315563
+
+  [ ISO 3166-2 translations ]
+  * German by Dr. Tobias Quathamer
+
+
+iso-codes 3.71
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Tue, 15 Nov 2016
+
+  [ ISO 3166-1 ]
+  * Add short name of Czechia. Thanks to Jiri Bohac for the bug report
+    and patch. Closes: alioth#315551
+
+  [ ISO 3166-2 ]
+  * Update from iso.org for Czechia
+
+  [ ISO 3166-1 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+  * Czech by Jiri Bohac
+  * German by Jiri Bohac
+  * French by Jiri Bohac
+
+  [ ISO 3166-2 translations ]
+  * German by Dr. Tobias Quathamer
+
+  [ ISO 4217 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+
+
+iso-codes 3.70
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Mon, 29 Aug 2016
+
+  [ ISO 3166-2 ]
+  * Update name for ES-SS to Gipuzkoa, thanks to Albert Cervera
+    for the bug report. Closes: alioth#315433
+
+  [ ISO 3166-2 translations ]
+  * German by Dr. Tobias Quathamer
+  * Spanish by Dr. Tobias Quathamer
+  * French by Dr. Tobias Quathamer
+
+  [ ISO 639-2 translations ]
+  * Swedish by Anders Jonsson (TP)
+
+  [ ISO 3166-1 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+
+
+iso-codes 3.69
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Tue, 2 Aug 2016
+
+  [ ISO 3166-2 ]
+  * Fix typo for PH-NEC (Negros Occidental), thanks to Anders Jonsson
+    for the bug report.
+  * Update name for ES-BI to "Bizkaia", thanks to Albert Cervera
+    for the bug report. Closes: alioth#315432
+
+  [ ISO 3166-2 translations ]
+  * Swedish by Josef Andersson (TP)
+  * French by Christian Perrier
+  * German by Dr. Tobias Quathamer
+
+  [ ISO 3166-1 translations ]
+  * French by Christian Perrier
+
+  [ ISO 15924 translations ]
+  * French by Christian Perrier
+
+  [ ISO 4217 translations ]
+  * Croatian by Božidar Putanec (TP)
+
+
+iso-codes 3.68
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Mon, 2 May 2016
+
+  [ ISO 3166-1 ]
+  * Change long name of GM (ISO-3166 change as of 2016-03-31)
+
+  [ ISO 3166-2 ]
+  * Add changes for Lao (ISO 3166-2 change as of 2015-11-27).
+    Thanks to Cédric Krier for the bug report and patch.
+    Closes: alioth#315352
+
+  [ ISO 3166-2 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * German by Dr. Tobias Quathamer
+
+  [ ISO 3166-1 translations ]
+  * Brazilian Portuguese by Rafael Fontenelle (TP)
+  * French by Christian Perrier
+  * German by Dr. Tobias Quathamer
+  * Thai by Theppitak Karoonboonyanan
+
+  [ ISO 639-3 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+
+  [ ISO 639-2 translations ]
+  * Thai by Theppitak Karoonboonyanan
+  * German by Dr. Tobias Quathamer
+
+  [ ISO 15924 translations ]
+  * German by Dr. Tobias Quathamer
+
+  [ ISO 4217 translations ]
+  * German by Dr. Tobias Quathamer
+
+
+iso-codes 3.67
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Fri, 1 Apr 2016
+
+  [ General ]
+  * The data is now included in JSON files.
+  * The XML files are deprecated and should not be used for new
+    projects. However, they are kept in sync with the JSON data
+    for now.
+  * The gettext domains have been renamed to better match the
+    actual ISO number:
+    - ISO 639-2: Renamed from iso_639 to iso_639-2
+    - ISO 639-3: Renamed from iso_639_3 to iso_639-3
+    - ISO 639-5: Renamed from iso_639_5 to iso_639-5
+    - ISO 3166-1: Renamed from iso_3166 to iso_3166-1
+    - ISO 3166-2: Renamed from iso_3166_2 to iso_3166-2
+    All previously used gettext domains are linked to the new
+    domain names, so that this transition should be smooth for
+    programs using those domain names.
+  * A new ISO standard has been included, ISO 3166-3. The gettext
+    domain is called iso_3166-3. Basically, this is a split of the
+    old domain iso_3166 into iso_3166-1 and iso_3166-3, because
+    the old domain iso_3166 contained both standards. However, the
+    standard ISO 3166-3 was more or less inaccessible.
+  * The standard ISO 4217 (currency names) now includes only the
+    currently used currencies. Entries of withdrawn currencies are
+    no longer included.
+  * The standard ISO 639-5 now includes only the language families
+    which are part of the official standard. The previously
+    included languages were not part of the standard and have been
+    removed. This reduced the number of language families from
+    about 1900 to about 110.
+  * ISO 639-3 has finally been updated from the latest upstream
+    sources. Closes: #711025
+
+  [ ISO 3166-1 translations ]
+  * Croatian by Božidar Putanec from TP
+
+
+iso-codes 3.66
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Wed, 2 Mar 2016
+
+  [ General ]
+  * Start distributing JSON data files in /usr/share/iso-codes/json
+
+  [ ISO 639-5 translations ]
+  * Dutch by Freek de Kruijf (TP)
+
+
+iso-codes 3.65
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Tue, 2 Feb 2016
+
+  [ ISO 3166 translations ]
+  * Bulgarian by Damyan Ivanov (TP)
+
+  [ ISO 4217 translations ]
+  * Greek by Vangelis Skarmoutsos (TP)
+
+
+iso-codes 3.64
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Sun, 3 Jan 2016
+
+  [ ISO 3166-2 translations ]
+  * Thai by Theppitak Karoonboonyanan
+  * Fixed Russian translation of "Egypt". Thanks to Aleksandr Sorokin
+    Closes: alioth#315251
+  * Serbian by Мирослав Николић (TP)
+
+  [ ISO 15924 translations ]
+  * Thai by Theppitak Karoonboonyanan
+
+  [ ISO 4217 translations ]
+  * Russian by Yuri Kozlov (TP)
+  * Slovenian by Primož Peterlin (TP)
+  * Serbian by Мирослав Николић (TP)
+
+  [ ISO 3166 translations ]
+  * Fix Language headers. Thanks to Hugo Peixoto
+    Closes: alioth#315269
+  * Serbian by Мирослав Николић (TP)
+
+
+iso-codes 3.63
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Sun, 1 Nov 2015
+
+  [ ISO 639 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+
+  [ ISO 639-3 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+
+
+iso-codes 3.62
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Thu, 1 Oct 2015
+
+  [ ISO 639-3 translations ]
+  * Russian by Dmitry Sivachenko (TP)
+  * Turkish by Volkan Gezer (TP)
+
+  [ ISO 639 translations ]
+  * Turkish by Volkan Gezer (TP)
+
+
+iso-codes 3.61
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Tue, 1 Sep 2015
+
+  [ ISO 639 translations ]
+  * Thai by Theppitak Karoonboonyanan
+
+  [ ISO 639-3 translations ]
+  * Thai by Theppitak Karoonboonyanan
+
+  [ ISO 3166 translations ]
+  * Turkish by Atila KOÇ. Closes: #796207
+  * Hebrew by Lior Kaplan
+  * Korean by Changwoo Ryu (TP)
+  * Danish by Joe Hansen (TP)
+  * Icelandic by Sveinn í Felli (TP)
+  * Slovak by Ivan Masár
+
+  [ ISO 4217 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Swedish by Anders Jonsson (TP)
+  * Norwegian Bokmaal by Hans Fredrik Nordhaug (TP)
+  * Danish by Joe Hansen (TP)
+  * Icelandic by Sveinn í Felli (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Hungarian by Balázs Úr (TP)
+
+  [ ISO 3166-2 translations ]
+  * Danish by Joe Hansen (TP)
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 15924 translations ]
+  * Swedish by Anders Jonsson (TP)
+
+
+iso-codes 3.60
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Sun, 2 Aug 2015
+
+  [ ISO 4217 ]
+  * Correct name for AOK (Angolan Kwanza), spotted by
+    Anders Jonsson. Thanks!
+
+  [ ISO 4217 translations ]
+  * French by Christian Perrier
+  * Thai by Theppitak Karoonboonyanan
+  * Swedish by Anders Jonsson (TP)
+
+  [ ISO 639-5 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 639-3 translations ]
+  * Polish by Jakub Bogusz (TP)
+  * Russian by Dmitry Sivachenko (TP)
+  * Ukrainian by Yuri Chornoivan (TP)
+
+  [ ISO 3166 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Esperanto by Edmund GRIMLEY EVANS (TP)
+  * Hungarian by Balázs Úr (TP)
+  * Italian by Milo Casagrande (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Russian by Yuri Kozlov (TP)
+  * Norwegian Bokmaal by Hans Fredrik Nordhaug (TP)
+
+  [ ISO 639 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Catalan by Jordi Mas i Hernàndez (TP)
+
+  [ ISO 3166-2 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+
+iso-codes 3.59
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Wed, 1 Jul 2015
+
+  [ ISO 639 translations ]
+  * Turkish by Volkan Gezer (TP)
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Russian by Dmitry Sivachenko (TP)
+
+  [ ISO 3166 translations ]
+  * French by Christian Perrier
+  * German by Dr. Tobias Quathamer
+  * Thai by Theppitak Karoonboonyanan
+  * Belarusian by Viktar Siarheichyk. Closes: #789278
+
+  [ ISO 639-3 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Dutch by Freek de Kruijf (TP)
+  * Russian by Dmitry Sivachenko (TP)
+  * Turkish by Volkan Gezer (TP)
+
+  [ ISO 639-5 translations ]
+  * Dutch by Freek de Kruijf (TP)
+
+  [ ISO 15924 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+
+  [ ISO 4217 translations ]
+  * Russian by Dmitry Sivachenko (TP)
+
+
+iso-codes 3.58
+--------------
+Dr. Tobias Quathamer <toddy@debian.org>
+Mon, 8 Jun 2015
+
+  [ General ]
+  * Update autotools files
+
+  [ ISO 3166 ]
+  * Add "Tanzania" as common name for the state. Thanks to
+    Jack Bates for the suggestion.
+
+  [ ISO 3166 translations ]
+  * Turkish by Mert Dirik and Atila KOÇ. Closes: #769312
+  * Slovak by Ivan Masár
+  * Kazakh by Baurzhan Muftakhidinov. Closes: #782649
+
+  [ ISO 3166-2 translations ]
+  * Slovak by Ivan Masár
+  * Danish by Joe Hansen (TP)
+
+  [ ISO 639 translations ]
+  * Slovak by Ivan Masár
+
+  [ ISO 639-3 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 639-5 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 4217 translations ]
+  * Greek by Vangelis Skarmoutsos (TP)
+
+
+iso-codes 3.57
+--------------
+Tobias Quathamer <toddy@debian.org>
+Fri, 24 Oct 2014
+
+  [ ISO 639-3 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 639-5 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 3166-2 translations ]
+  * Danish by Joe Hansen (TP)
+
+
+iso-codes 3.56
+--------------
+Tobias Quathamer <toddy@debian.org>
+Mon, 1 Sep 2014
+
+  [ ISO 3166-2 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 639-3 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Bulgarian by Roumen Petrov (TP)
+
+  [ ISO 639-5 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 639 translations ]
+  * Bulgarian by Roumen Petrov (TP)
+
+
+iso-codes 3.55
+--------------
+Tobias Quathamer <toddy@debian.org>
+Wed, 2 Jul 2014
+
+  [ ISO 639-5 translations ]
+  * German by Mario Blättermann
+
+  [ ISO 639-3 translations ]
+  * Italian by Milo Casagrande (TP)
+
+
+iso-codes 3.54
+--------------
+Tobias Quathamer <toddy@debian.org>
+Sun, 1 Jun 2014
+
+  [ ISO 639 translations ]
+  * Turkish by Volkan Gezer (TP)
+
+  [ ISO 3166-2 translations ]
+  * Polish by Jakub Bogusz (TP)
+  * Japanese by victory.deb@gmail.com. Closes: #746533
+
+  [ ISO 15924 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Danish by Joe Hansen (TP)
+
+  [ ISO 639-5 translations ]
+  * Dutch by Freek de Kruijf (TP)
+
+
+iso-codes 3.53
+--------------
+Tobias Quathamer <toddy@debian.org>
+Thu, 1 May 2014
+
+  [ ISO 3166-2 ]
+  * Fixed code for BH-AK (Bahamas/Acklins)
+    Closes: alioth:#314648
+  * Complete Japanese translation of Maryland
+    Closes: #746533
+
+  [ ISO 639 translations ]
+  * German by Mario Blättermann (TP)
+  * Turkish by Volkan Gezer (TP)
+  * Serbian by Мирослав Николић (TP)
+  * Latvian by Rihards Prieditis (TP)
+
+  [ ISO 3166 translations ]
+  * German by Tobias Quathamer
+  * Bulgarian by Damyan Ivanov (TP)
+  * Serbian by Мирослав Николић (TP)
+  * Latvian by Rihards Prieditis (TP)
+
+  [ ISO 3166-2 translations ]
+  * Thai by Theppitak Karoonboonyanan
+  * German by Mario Blättermann (TP)
+  * Serbian by Мирослав Николић (TP)
+
+  [ ISO 4217 translations ]
+  * German by Mario Blättermann (TP)
+
+  [ ISO 15924 translations ]
+  * German by Mario Blättermann (TP)
+  * Serbian by Мирослав Николић (TP)
+  * Latvian by Rihards Prieditis (TP)
+
+  [ ISO 639-5 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Serbian by Мирослав Николић (TP)
+
+  [ ISO 639-3 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Italian by Milo Casagrande (TP)
+
+
+iso-codes 3.52
+--------------
+Tobias Quathamer <toddy@debian.org>
+Tue, 1 Apr 2014
+
+  [ ISO 639-5 ]
+  * New addition of ISO 639-5 (language families and groups).
+    Thanks to Pander <pander@opentaal.org>.
+
+  [ ISO 3166 translations ]
+  * Galician by Jorge Barreiro (TP)
+
+  [ ISO 15924 translations ]
+  * Hungarian by Balázs Úr (TP)
+
+
+iso-codes 3.51
+--------------
+Tobias Quathamer <toddy@debian.org>
+Tue, 4 Feb 2014
+
+  [ ISO 3166 translations ]
+  * Swedish by Mick Ohrberg (TP)
+  * Indonesian by Andhika Padmawan (TP)
+  * Czech by Miroslav Kure
+
+  [ ISO 15924 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Indonesian by Andhika Padmawan (TP)
+
+  [ ISO 639-3 translations ]
+  * Greek by Vangelis Skarmoutsos (TP)
+
+  [ ISO 639 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+  * Czech by Miroslav Kure
+
+  [ ISO 3166-2 translations ]
+  * Indonesian by Andhika Padmawan (TP)
+
+
+iso-codes 3.50
+--------------
+Tobias Quathamer <toddy@debian.org>
+Wed, 1 Jan 2014
+
+  [ ISO 639 translations ]
+  * Thai by Theppitak Karoonboonyanan
+  * Bengali by Nasir Khan Saikat (TP)
+  * Turkish updated by Dmitry Sivachenko
+
+  [ ISO 639-3 translations ]
+  * Thai by Theppitak Karoonboonyanan
+  * Italian by Milo Casagrande (TP)
+
+  [ ISO 15924 translations ]
+  * Russian by Yuri Kozlov (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Icelandic by Sveinn í Felli (TP)
+  * Italian by Milo Casagrande (TP)
+
+  [ ISO 3166 translations ]
+  * Brazilian Portuguese by Rafael Ferreira (TP)
+  * Slovenian by Primož Peterlin (TP)
+  * Bengali by Nasir Khan (TP)
+
+
+iso-codes 3.49
+--------------
+Tobias Quathamer <toddy@debian.org>
+Thu, 5 Dec 2013
+
+  [ General ]
+  * Rename all tt.po files to tt@iqtelif.po. The Tatar translations
+    use the latin script, which is specified with the modifier @iqtelif.
+    Thanks to Mike FABIAN for the bug report. Closes: alioth#314422.
+  * Add sed script to convert latin Tatar into cyrillic Tatar. The
+    converted translations are named tt.po.
+
+  [ ISO 15924 ]
+  * Update ISO-15924 as of 2013-10-12 and 2012-11-01 changes:
+    - Modified Mend
+    - Added Modi, Pauc, Sidd, Ahom, Hatr, Mult
+
+  [ ISO 15924 translations ]
+  * French by Christian Perrier
+
+  [ ISO 639-3 translations ]
+  * Bulgarian by Roumen Petrov (TP)
+
+  [ ISO 639 translations ]
+  * Bulgarian by Roumen Petrov (TP)
+
+
+iso-codes 3.48
+--------------
+Tobias Quathamer <toddy@debian.org>
+Fri, 1 Nov 2013
+
+  [ ISO 3166 translations ]
+  * Korean by Changwoo Ryu (TP)
+  * Belarusian by Ihar Hrachyshka (TP)
+
+  [ ISO 15924 translations ]
+  * Esperanto by Felipe Castro (TP)
+
+  [ ISO 639-3 translations ]
+  * Polish by Jakub Bogusz (TP)
+
+  [ ISO 639 translations ]
+  * Belarusian by Ihar Hrachyshka (TP)
+  * Turkish updated by Dmitry Sivachenko
+
+
+iso-codes 3.47
+--------------
+Tobias Quathamer <toddy@debian.org>
+Tue, 1 Oct 2013
+
+  [ ISO 3166 translations ]
+  * Esperanto by Edmund GRIMLEY EVANS (TP)
+  * Danish by Joe Hansen (TP)
+  * Chinese (traditional) by Wei-Lun Chao (TP)
+  * Norwegian Bokmaal by Hans Fredrik Nordhaug (TP)
+  * Dutch by Freek de Kruijf (TP)
+  * Chinese (simplified) by LI Daobing (TP)
+
+  [ ISO 639-3 translations ]
+  * Italian by Milo Casagrande (TP)
+
+
+iso-codes 3.46
+--------------
+Tobias Quathamer <toddy@debian.org>
+Sun, 1 Sep 2013
+
+  [ ISO 3166 translations ]
+  * Armenian by Sugar Labs. Closes: alioth#314344
+  * Japanese by victory. Closes: alioth#314386
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Hungarian by Kalman Kemenczy (TP)
+  * Interlingua by Nik Kalach (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Icelandic by Sveinn í Felli (TP)
+  * Russian by Yuri Kozlov (TP)
+  * Italian by Milo Casagrande (TP)
+  * Japanese by Yasuaki Taniguchi (TP)
+  * Vietnamese by Hai-Nam Nguyen
+
+  [ ISO 639-3 translations ]
+  * Dutch by Freek de Kruijf (TP)
+
+  [ ISO 3166-2 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Japanese by Yasuaki Taniguchi (TP)
+
+
+iso-codes 3.45
+--------------
+Tobias Quathamer <toddy@debian.org>
+Thu, 1 Aug 2013
+
+  [ ISO 3166 ]
+  * Update ISO-3166 after publication of ISO-3166 maintenance agency
+    Newsletter VI-16 dated 2013-07-11:
+    - Name change for Somalia
+
+  [ ISO 3166 translations ]
+  * Maori by Sugar Labs. Closes: alioth#314331
+  * French by Christian Perrier
+  * Thai by Theppitak Karoonboonyanan
+  * Portuguese by Miguel Figueiredo. Closes: #717003
+  * Russian by Yuri Kozlov (TP)
+  * Danish by Joe Hansen (TP)
+  * German by Tobias Quathamer
+
+  [ ISO 639-3 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+
+  [ ISO 639 translations ]
+  * Danish by Joe Hansen (TP)
+  * Hungarian by Kalman Kemenczy (TP)
+
+
+iso-codes 3.44
+--------------
+Tobias Quathamer <toddy@debian.org>
+Tue, 2 Jul 2013
+
+  [ ISO 639-2 ]
+  * Update by SIL as of 2013-05-31.
+    The download file provided by SIL does no longer provide the
+    information about the "status" of a language. Therefore, the
+    values of this attribute in the XML file are obsolete and will
+    be removed in a future release of iso-codes.
+
+  [ ISO 3166-2 ]
+  * Fix country code for SH, SS regions. Closes: #712794
+
+  [ ISO 3166-2 translations ]
+  * Thai by Theppitak Karoonboonyanan
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Italian by Milo Casagrande (TP)
+  * Chinese (traditional) by Wei-Lun Chao (TP)
+
+  [ ISO 3166 translations ]
+  * Polish by Jakub Bogusz (TP)
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Hungarian by Kalman Kemenczy (TP)
+  * Icelandic by Sveinn í Felli (TP)
+  * Interlingua by Nik Kalach (TP)
+  * Italian by Milo Casagrande (TP)
+
+
+iso-codes 3.43
+--------------
+Tobias Quathamer <toddy@debian.org>
+Sat, 8 Jun 2013
+
+  [ ISO 3166 ]
+  * Update ISO-3166 after publication of ISO-3166 maintenance agency
+    Newsletter VI-15 dated 2013-05-10:
+    - Change name for Papua New Guinea
+
+  [ ISO 3166-2 ]
+  * Fix spelling of a Sewdish region: Jämtlande län -> Jämtlands län
+    Thanks to Joakim Lundborg for the patch
+    Closes: alioth#314289
+
+  [ ISO 3166 translations ]
+  * French by Christian Perrier
+  * Thai by Theppitak Karoonboonyanan
+  * Portuguese by Miguel Figueiredo
+  * German by Tobias Quathamer
+  * Icelandic by Sveinn í Felli (TP)
+  * Chinese (traditional) by Wei-Lun Chao (TP)
+
+  [ ISO 639 translations ]
+  * Icelandic by Sveinn í Felli (TP)
+  * Chinese (traditional) by Wei-Lun Chao (TP)
+  * Portuguese by Miguel Figueiredo. Closes: #711588
+
+  [ ISO 15924 translations ]
+  * Chinese (traditional) by Wei-Lun Chao (TP)
+
+  [ ISO 3166-2 translations ]
+  * Thai by Theppitak Karoonboonyanan
+
+
+iso-codes 3.42
+--------------
+Tobias Quathamer <toddy@debian.org>
+Mon, 6 May 2013
+
+  [ ISO 3166 translations ]
+  * Bulgarian (Damyan Ivanov). Closes: #701519
+  * Russian (Yuri Kozlov). Closes: #701528
+  * Welsh (Dafydd Tomos)
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Irish by Kevin Scannell (TP)
+  * Interlingua by Nik Kalach (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Russian by Yuri Kozlov (TP)
+  * Galician by Jorge Barreiro (TP)
+  * Slovenian by Primož Peterlin (TP)
+  * Dutch by Freek de Kruijf (TP)
+  * Korean by Changwoo Ryu (TP)
+  * Italian by Milo Casagrande (TP)
+  * Norwegian Bokmaal by Hans Fredrik Nordhaug (TP)
+  * Danish by Joe Hansen (TP)
+  * Esperanto by Edmund GRIMLEY EVANS (TP)
+  * Croatian by Tomislav Krznar (TP)
+
+  [ ISO 639 translations ]
+  * Ukrainian by Yuri Chornoivan (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Russian by Yuri Kozlov (TP)
+  * Slovenian by Primož Peterlin (TP)
+  * Dutch by Freek de Kruijf (TP)
+  * Korean by Changwoo Ryu (TP)
+  * Italian by Milo Casagrande (TP)
+  * Vietnamese by Hai-Nam Nguyen
+  * Esperanto by Edmund GRIMLEY EVANS (TP)
+  * Croatian by Tomislav Krznar (TP)
+
+  [ ISO 639-3 translations ]
+  * Dutch by Freek de Kruijf (TP)
+  * Polish by Jakub Bogusz (TP)
+  * Croatian by Tomislav Krznar (TP)
+
+  [ ISO 4217 translations ]
+  * Vietnamese by Hai-Nam Nguyen
+  * Croatian by Tomislav Krznar (TP)
+
+  [ ISO 15924 translations ]
+  * Chinese (traditional) by Wei-Lun Chao (TP)
+  * Interlingua by Nik Kalach (TP)
+
+
 iso-codes 3.41
 --------------
 Tobias Quathamer <toddy@debian.org>
@@ -3983,4 +4784,3 @@ i * iso_639
   * iso_639: Removed "Soth Ndebele" typo.
   * iso_639/af.po: New translations from Frikkie Thirion.
   * iso_639/hu.po: New translations from Andras Timar.
-