i18nspector/i18nspector.changes

121 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Sat Jun 15 20:23:08 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.10.
* Summary of tag changes:
+ Added:
- boilerplate-in-content-type
- conflict-marker-in-header-entry
- conflict-marker-in-translation
- duplicate-header-field-content-transfer-encoding
- duplicate-header-field-content-type
- duplicate-header-field-date
- duplicate-header-field-language
- duplicate-header-field-language-team
- duplicate-header-field-last-translator
- duplicate-header-field-mime-version
- duplicate-header-field-plural-forms
- duplicate-header-field-project-id-version
- duplicate-header-field-report-msgid-bugs-to
- fuzzy-header-entry
* Check for boilerplate (“charset=CHARSET”) in the Content-Type
header field.
* Check header field name syntax.
* Overhaul duplicate header field detection.
+ Emit duplicate-header-field only for non-standard fields.
Downgrade duplicate-header-field to minor/wild-guess.
+ Emit duplicate-header-field-$NAME for standard fields.
+ Don't trust values of standard header fields if duplicates
exist.
* Check for conflict markers (“#-#-#-#-# … #-#-#-#-#”).
* Check for fuzzy header entries.
* Fix a typo in the language-team-equal-to-last-translator
description.
* Post-process the manual page, so that it can be more easily
translated by po4a.
* If iconv(3) is available in the C standard library, use it to
implement encodings that are not implemented in the Python
standard library.
* Don't pass -s to iconv(1); it makes GNU iconv quieten errors,
and other implementations don't have this option at all.
* Improve the test suite:
+ Add new tests.
+ Make exception messages raised when a subprocess fails more
readable.
+ Make it possible to use a custom Python interpreter for “make
test”.
-------------------------------------------------------------------
Sun Jun 9 18:58:54 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.9.2.
* When emitting broken-encoding, don't output the whole file, but
only the undecodable bytes in a small context.
-------------------------------------------------------------------
Sat Jun 1 12:50:44 UTC 2013 - lazy.kent@opensuse.org
- Correct source UPL.
- Correct build dependencies.
-------------------------------------------------------------------
Sat May 25 19:58:18 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.9.1.
* Brown paper bag release.
* Don't complain about leading/trailing newlines in fuzzy
messages.
* Improve the test suite.
- Changes in 0.9.
* Summary of tag changes:
+ Added:
- inconsistent-leading-newlines
- inconsistent-trailing-newlines
* Check for inconsistent leading/trailing newlines in messages.
* Check for unusual characters also in plural translations.
* Add information about version and date to the manual page.
* Fix stripping delay annotations from terminfo capabilities.
- Changes in 0.8.3.
* Improve the test suite.
+ Skip some tests when run with (pseudo-)root privileges.
* Add “test” target to Makefile.
* Recognize “PROJECT VERSION” as boilerplate in the
Project-Id-Version header field.
- Drop i18nspector-0.8.2-run_tests.patch (fixed upstream).
-------------------------------------------------------------------
Wed May 1 08:04:52 UTC 2013 - lazy.kent@opensuse.org
- Run test suite (add i18nspector-0.8.2-run_tests.patch: add "test"
target to Makefile; BuildRequires: python3-curses, python3-nose,
python3-polib).
-------------------------------------------------------------------
Thu Apr 18 07:41:49 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.8.2.
* Make it possible to declare that a language has more than one
correct Plural-Forms.
* Add plural forms information for the following languages:
Belarusian, Bosnian, Croatian, Hungarian, Russian, Serbian,
Turkish, Ukrainian.
* Improve the test suite.
-------------------------------------------------------------------
Thu Feb 28 21:51:43 UTC 2013 - lazy.kent@opensuse.org
- Update to 0.8.1.
* Improve the documentation.
* Remove an incorrect assertion in the plural expression parser.
-------------------------------------------------------------------
Sun Feb 17 18:41:41 UTC 2013 - lazy.kent@opensuse.org
- Requires python3 for openSUSE < 12.3.
-------------------------------------------------------------------
Wed Feb 6 16:20:54 UTC 2013 - lazy.kent@opensuse.org
- Initial package created - 0.8.