Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-XML-Generator
From: Wen Heping
Date: 2023-07-04 12:55:03
Message id: 20230704105503.D1249FA89@cvs.NetBSD.org
Log Message:
Update to 1.13
Upstream changes:
1.13 -- Sat Apr 29 21:45:32 ADT 2023
Production Release of 1.12 no changes.
[Significant Updates since 1.11]
Two fairly minor updates that should not impact anyone much.
Dropping support for 5.008 - if you really need it send a PR
to fix. There has been a longstanding "bug" that inserted
standalone in the xml declaration whether it was needed or not.
This makes it optional if it is not required for
externally-defined DTD or directly specified.
- 1a4e7a0 Update version for Release 1.13
- abb366d v1.12
1.12 -- Sat Apr 29 11:55:46 ADT 2023
[Significant Updates since 1.11]
Two fairly minor updates that should not impact anyone much.
Dropping support for 5.008 - if you really need it send a PR
to fix. There has been a longstanding "bug" that inserted
standalone in the xml declaration whether it was needed or not.
This makes it optional if it is not required for
externally-defined DTD or directly specified.
- 1a7defd Forgot to increment the number of tests
- 7a05609 Fix standalone bug
- aa3c19d Add autoprereqs
- a458ec3 Drop support for perl 5.008
- 85847a1 v1.11
1.11 -- Mon Apr 17 17:17:55 ADT 2023
[Significant Updates since 1.09]
Allow the xml tag attributes to be specified during construction
when conformance is not 'strict' by Wesley Schwengle (waterkip)
Release 1.10 for production
- 0ff9e8b Update for production release
- 85396bc Update Copyright year
- 30c95bf v1.10
1.10 -- Sun Apr 16 20:10:11 ADT 2023
[Significant Updates since 1.09]
Allow the xml tag attributes to be specified during construction
when conformance is not 'strict'
- efc7d9d Update for release
- 83b1699 Remove VERSION number from git repo
- a49e891 Add new xml option to constructor
- 4171530 v1.09
1.09 -- Fri Feb 18 23:06:27 AST 2022
- b31c19f Increment version
- 1a3fa9e Fix RT 49038: Doc bug - escaping
- d398d9c Fix dependency info
1.08 -- Thu Feb 17 20:00:24 AST 2022
[Significant Updates since 1.04]
- Fix RT 77323: escape all characters outside the normal ASCII range
- Fix RT 80273 v1.04 incorrectly escaping stringified inner tags
- Fix RT 70986 and provides test
- Move to Dist::Zilla to build
[Changes since 1.07]
- 6258a3b Update version number for release
- c9a09d4 v1.07
1.07 -- Thu Feb 17 16:58:42 AST 2022
- c70c220 Add .gitignore
- 124e36a Update version and Dist::Zilla settings
- 0f6ccd0 Fix some pod issues
1.06 -- Thu Feb 17 08:04:38 AST 2022
- 7c9d6d5 v1.06
- a676ff3 Merge pull request #1 from perl-net-saml2/distzilla
- d565282 Move to Dist::Zilla
1.05 Wed Feb 16 22:00:00 2022
- 1eb746e (tag: 1.05) Update for new release
- 0e895a0 Add github action
- f636f4b Fix RT 77323: escape all characters outside the normal ASCII range
- 423c2cf Fix RT 80273 v1.04 incorrectly escaping stringified inner tags
- 8ef1c52 Fixes RT 70986 and provides test
Files: