Update to version 0.0.18

- Add anp
- Do not fail if a timezone id part cannot be found in the database (Vratislav Podzimek reported that error)
This commit is contained in:
Mike FABIAN 2013-11-04 12:58:26 +01:00
parent 0a1c4107c8
commit 373f6cfb7b
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/langtable-0.0.15.tar.gz
/langtable-0.0.16.tar.gz
/langtable-0.0.17.tar.gz
/langtable-0.0.18.tar.gz

View File

@ -5,7 +5,7 @@
%endif
Name: langtable
Version: 0.0.17
Version: 0.0.18
Release: 1%{?dist}
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
Group: Development/Tools
@ -121,6 +121,10 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/territor
%{_datadir}/langtable/*.xml.gz
%changelog
* Mon Nov 04 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.18-1
- Add anp
- Do not fail if a timezone id part cannot be found in the database (Vratislav Podzimek reported that error)
* Tue Oct 22 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.17-1
- Add “be(oss)” as a possible keyboard layout for language nl (Resolves: rhbz#885345)

View File

@ -1 +1 @@
463b0b41d4870fd8c9511df07ed27d21 langtable-0.0.17.tar.gz
a8cc7f0689231f2a08a98800974f2813 langtable-0.0.18.tar.gz