Update to version 0.0.7

- Add examples for list_consolefonts()
- Add a list_timezones() function
- Add functions languageId() and territoryId()
- Fix some translations of language names to get unique results returned by languageId()
This commit is contained in:
Mike FABIAN 2013-07-04 19:33:21 +02:00
parent 68f3010691
commit ea69db1999
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/langtable-0.0.4.tar.gz
/langtable-0.0.5.tar.gz
/langtable-0.0.6.tar.gz
/langtable-0.0.7.tar.gz

View File

@ -1,5 +1,5 @@
Name: langtable
Version: 0.0.6
Version: 0.0.7
Release: 1%{?dist}
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
Group: Development/Tools
@ -68,6 +68,13 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/territor
%{_datadir}/langtable/*.xml.gz
%changelog
* Thu Jul 04 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.7-1
- Update to 0.0.7
- Add examples for list_consolefonts()
- Add a list_timezones() function
- Add functions languageId() and territoryId()
- Fix some translations of language names to get unique results returned by languageId()
* Wed Jun 12 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.6-1
- Update to 0.0.6
- Add RelaxNG schemas for the XML files (Vratislav Podzimek <vpodzime@redhat.com>)

View File

@ -1 +1 @@
72434a8cb284c6e1cdbfce510b702d5c langtable-0.0.6.tar.gz
2d22ce5994e1be1bb4276daa82736e63 langtable-0.0.7.tar.gz