itstool/itstool.changes
Dominique Leuenberger ab804fb655 Accepting request 536558 from GNOME:Next
- Switch to python3 version:
  + Add python3-base BuildRequires: unlike python2, py3 is not
    implicit in the buildroot yet.
  + Export PYTHON=python3 before configure.
  + Replace libxml2-python (Build)?Requires with
    python3-libxml2-python.

- Update to version 2.0.4:
  + Fixed a massive performance issue.
- Add itstool-2.0.4-no-freedoc.patch: Do not free xmlDocs, avoid
  crashes (gh#itstool/itstool#17).

- Update to version 2.0.3:
  + Added:
    - Python 3 support. Keeping Python 2 support for now.
    - --path option for extra paths for ITS files.
  + Fixed:
    - --keep-entities mode after some libxml2 changes.
    - UTF-8 handling for translated attributes.
  + Don't error out (except under -s) for mismatched placeholders.

OBS-URL: https://build.opensuse.org/request/show/536558
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=24
2017-10-30 10:35:03 +00:00

136 lines
5.1 KiB
Plaintext

-------------------------------------------------------------------
Tue Oct 24 14:17:44 UTC 2017 - dimstar@opensuse.org
- Switch to python3 version:
+ Add python3-base BuildRequires: unlike python2, py3 is not
implicit in the buildroot yet.
+ Export PYTHON=python3 before configure.
+ Replace libxml2-python (Build)?Requires with
python3-libxml2-python.
-------------------------------------------------------------------
Tue Oct 24 13:56:35 UTC 2017 - dimstar@opensuse.org
- Update to version 2.0.4:
+ Fixed a massive performance issue.
- Add itstool-2.0.4-no-freedoc.patch: Do not free xmlDocs, avoid
crashes (gh#itstool/itstool#17).
-------------------------------------------------------------------
Thu Oct 5 23:06:10 UTC 2017 - luc14n0@linuxmail.org
- Update to version 2.0.3:
+ Added:
- Python 3 support. Keeping Python 2 support for now.
- --path option for extra paths for ITS files.
+ Fixed:
- --keep-entities mode after some libxml2 changes.
- UTF-8 handling for translated attributes.
+ Don't error out (except under -s) for mismatched placeholders.
-------------------------------------------------------------------
Tue Dec 24 19:28:51 UTC 2013 - dimstar@opensuse.org
- Update to version 2.0.2:
+ Fixed crash in locale filter and drop rule (bgo#715116).
+ Don't hardcode python path (fdo#72533).
+ Updated man page.
- Drop itstool-fix-crash.patch: fixed upstream.
- No longer replace the shebang in itstool and itstool.in: the
upstream provided solution sets it based on configure's findings.
-------------------------------------------------------------------
Mon Nov 25 08:50:55 UTC 2013 - dimstar@opensuse.org
- Add itstool-fix-crash.patch: Fixed crash in locale filter and
drop rule (bgo#715116).
-------------------------------------------------------------------
Sun Nov 24 12:53:53 UTC 2013 - dimstar@opensuse.org
- Update to version 2.0.1:
+ Reworked default ITS rules for better performance.
-------------------------------------------------------------------
Thu Nov 7 20:18:27 UTC 2013 - dimstar@opensuse.org
- Update to version 2.0.0:
+ Support for ITS 2.0 Preserve Space data category.
+ Support for ITS 2.0 Locale Filter data category.
+ Support for ITS 2.0 External Resource data category.
+ Support for ITS 2.0 ID Value data category.
+ Support for ITS 2.0 parameters, including user overrides.
+ Support for ITS 2.0 local withinText attribute.
+ Fixed handling of localization note inheritance.
+ Fixed handling of namespace prefixes on elements.
+ Added option to retain entity references in PO files.
+ Added option to load external DTDs.
+ Added built-in rules for DocBook 5.
+ Updated built-in rules to use ITS 2.0 Preserve Space and
External Resource instead of 1.x custom extensions.
+ Excluded editor remarks and comments in built-in DocBook and
Mallard rules with Locale Filter.
+ Made all DocBook *info children not within text in built-in
rules.
-------------------------------------------------------------------
Wed Jun 27 19:22:43 UTC 2012 - dimstar@opensuse.org
- Update to version 1.2.0:
+ Added new "join mode" for multilingual XML formats.
+ Correctly handle ITS version attribute.
+ Better handling of multiple localization notes.
+ XML path markers are now in dedicated comments.
+ Show language code when failing to get translation from PO.
+ Added more regression tests.
-------------------------------------------------------------------
Mon May 14 07:49:11 UTC 2012 - vuntz@opensuse.org
- Update to version 1.1.3:
+ Handle UTF-8 in attribute values
+ Don't output non-translatable external ref messages
+ Better error handling
-------------------------------------------------------------------
Tue Mar 6 13:46:28 UTC 2012 - coolo@suse.com
- Remove python BuildRequires and %py_requires: we only need a
minimal python, which libxml2-python will bring in both cases;
and we don't need a specific version of python.
-------------------------------------------------------------------
Sun Feb 5 22:16:33 UTC 2012 - dimstar@opensuse.org
- Update to version 1.1.2:
+ Better handling of XML errors in PO files.
-------------------------------------------------------------------
Tue Sep 20 07:09:11 UTC 2011 - vuntz@opensuse.org
- Update to version 1.1.1:
+ Catch XML parsing errors and exit with error code
+ Fixed placeholder translation when it contains sub-elements
+ Improved autogen.sh for out of tree compilations
-------------------------------------------------------------------
Tue Jun 28 11:22:55 CEST 2011 - dimstar@opensuse.org
- Update to version 1.1.0:
+ Added itst:context to set msgctxt
+ Added itst:drop to drop context from translations
+ Allow XML attribute to be translated
+ Allow locNotePointer to return a string
+ Allow localization notes to be space-preserving
+ Allow both XLink and child rules on its:rules
+ Fixed Unicode encoding/decoding errors
+ Added automated test suite
+ Added a man page
+ Python 3 fixes
-------------------------------------------------------------------
Tue May 24 07:52:11 UTC 2011 - dimstar@opensuse.org
- Initial package, version 1.0.1