2015-05-13 16:56:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 13 13:07:52 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.67
|
|
|
|
see /usr/share/doc/packages/perl-YAML-Tiny/Changes
|
|
|
|
|
|
|
|
1.67 2015-05-12 00:10:24Z
|
|
|
|
|
|
|
|
[FIXED]
|
|
|
|
|
|
|
|
- instead of erroring on duplicate keys found in a hash (introduced in
|
|
|
|
version 1.63), now we only warn. This fixes an issue in Strawberry Perl
|
|
|
|
(via CPAN::Meta::YAML) when parsing a configuration file.
|
|
|
|
|
|
|
|
[CHANGED]
|
|
|
|
|
|
|
|
- Updated File::Temp test prereq to 0.19 for 'newdir'
|
|
|
|
|
2014-02-09 16:45:00 +01:00
|
|
|
-------------------------------------------------------------------
|
2015-04-15 07:07:22 +02:00
|
|
|
Tue Apr 14 17:39:05 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.66
|
|
|
|
see /usr/share/doc/packages/perl-YAML-Tiny/Changes
|
|
|
|
|
|
|
|
1.66 2015-03-16 22:26:30Z
|
|
|
|
|
|
|
|
[CHANGED]
|
|
|
|
|
|
|
|
- removed bundled Test::TempDir::Tiny to rely on File::Temp
|
|
|
|
for temporary directories during testing
|
|
|
|
|
|
|
|
1.65 2015-03-13 23:02:34Z
|
|
|
|
|
|
|
|
[CHANGED]
|
|
|
|
|
|
|
|
- artifacts left behind from testing are now cleaned up (GH#34)
|
|
|
|
|
|
|
|
1.64 2014-10-08 02:56:30Z
|
|
|
|
|
|
|
|
[CHANGED]
|
|
|
|
|
|
|
|
- remove silencing of any errors encountered while loading
|
|
|
|
Scalar::Util (GH#33, Graham Knop)
|
|
|
|
- now using JSON::MaybeXS in tests instead of JSON.pm
|
|
|
|
|
|
|
|
1.63 2014-06-11 21:58:18Z
|
|
|
|
|
|
|
|
[FIXED]
|
|
|
|
|
|
|
|
- incorrect error messages fixed, when $@ is clobbered when Carp
|
|
|
|
wasn't loaded (GH#30, GH#31, Hilko Bengen)
|
|
|
|
|
|
|
|
[CHANGED]
|
|
|
|
|
|
|
|
- now checking for, and erroring on, duplicate keys found in a hash
|
|
|
|
(GH#32, Hilko Bengen)
|
|
|
|
|
|
|
|
1.62 2014-03-16 12:28:44Z
|
|
|
|
|
|
|
|
[FIXED]
|
|
|
|
|
|
|
|
- fix handling of trailing colon in key name (RT#92916, H.Merijn
|
|
|
|
Brand)
|
|
|
|
|
|
|
|
1.61 2014-02-24 16:59:49Z
|
|
|
|
|
|
|
|
[FIXED]
|
|
|
|
|
|
|
|
- fixed a test for VMS (RT#93297, Craig Berry)
|
|
|
|
|
|
|
|
1.60 2014-02-13 20:31:56Z
|
|
|
|
|
|
|
|
- shipping 1.59 as stable, with no changes.
|
|
|
|
|
|
|
|
1.59 2014-02-06 03:10:35Z (TRIAL RELEASE)
|
|
|
|
|
|
|
|
[CHANGED]
|
|
|
|
|
|
|
|
- numeric values are now quoted whenever they've been used as a string
|
|
|
|
(fixes inconsistent behaviour seen with numeric values, due to
|
|
|
|
differences between the XS and pure-perl variants of Data::Dumper).
|
|
|
|
(github issue #24)
|
|
|
|
- numeric hash keys are now always quoted.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-02-09 16:45:00 +01:00
|
|
|
Sun Feb 9 13:31:12 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.58
|
|
|
|
[INCOMPATIBLE CHANGE]
|
|
|
|
|
|
|
|
- 1.57 omitted a change entry for the following change:
|
|
|
|
|
|
|
|
- Previously, YAML::Tiny was sloppy about file encodings. It is
|
|
|
|
now strict. The 'read' method and 'LoadFile' function expect
|
|
|
|
UTF-8 encoded files. The 'write' method and 'DumpFile' function
|
|
|
|
produce UTF-8 encoded files. The 'read_string' and
|
|
|
|
'write_string' methods and the 'Load' and 'Dump' functions
|
|
|
|
expect or generate (decoded) character data.
|
|
|
|
|
|
|
|
- Previously, some errors would throw exceptions and some would
|
|
|
|
return the error condition in $YAML::Tiny::errstr. Now all
|
|
|
|
errors throw exceptions. Use of $errstr and the errstr method
|
|
|
|
are deprecated. (David Golden)
|
|
|
|
|
|
|
|
[FIXED]
|
|
|
|
|
|
|
|
- Fixed write method to encode YAML file with UTF-8 (David Golden)
|
|
|
|
- Improved SYNOPSIS and documentation of new (David Golden)
|
|
|
|
|
|
|
|
[TESTING]
|
|
|
|
|
|
|
|
- Tests have been cleaned up and reorganized. Test coverage
|
|
|
|
has been significnatly improved. (Ingy döt Net, David Golden,
|
|
|
|
Jim Keenan, Karen Etheridge)
|
|
|
|
|
2013-10-04 17:24:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:11:14 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.56
|
|
|
|
- read_string documentation error fixed (RT#74409, thanks Tim Heaney!)
|
|
|
|
- re-release with fixed compile test
|
|
|
|
- again packaging with ExtUtils::MakeMaker
|
|
|
|
- convert to Dist::Zilla
|
|
|
|
- Updated format to conform to CPAN::Changes::Spec
|
|
|
|
- really fixed metadata
|
|
|
|
- updated repository metadata to reflect move to github
|
|
|
|
|
2012-05-23 15:02:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 23 13:00:00 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.51
|
|
|
|
- The fix described in 1.48 was incorrect. Removing an additional
|
|
|
|
if $@ to fix it properly.
|
|
|
|
- Make the Scalar::Util version check resistant to bugs caused by
|
|
|
|
development versions.
|
|
|
|
|
2011-11-18 14:22:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 13:20:44 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 1.50
|
|
|
|
- Major bug fix, all code that writes arbitrary data should upgrade.
|
|
|
|
- Simple scalars with no whitespace but ending in a colon like ABC: were
|
|
|
|
not being quoted, which results in the parser confusing it with a
|
|
|
|
mapping key and crashing.
|
|
|
|
|
|
|
|
- No functional changes.
|
|
|
|
- Don't depend on the YAML modules in RELEASE_TESTING, as it can
|
|
|
|
pollute the advisory META.yml.
|
|
|
|
|
2011-04-04 10:31:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 4 08:30:23 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated to 1.48
|
|
|
|
- Fix to the refaddr compatibility where Scalar::Util is installed
|
|
|
|
but is older than 1.18.
|
|
|
|
- No functional changes
|
|
|
|
- Only depend on the YAML implementations when we are release testing
|
|
|
|
- No functional changes
|
|
|
|
- Moving to a production release now CPAN Testers is green again
|
|
|
|
- Adding experimental support for exception->errstr conversion
|
|
|
|
- Updating test suite yaml_error to not expect exceptions
|
|
|
|
- Added support for trailing line comments (INGY)
|
|
|
|
- Added checks for some characters that are illegal or reserved
|
|
|
|
in plain scalars (INGY)
|
|
|
|
- Minor cleaning up of some out of date POD (ADAMK)
|
|
|
|
- Updated AUTOMATED_TESTING dependencies to new versions (ADAMK)
|
|
|
|
|
2010-12-02 14:23:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 2 12:51:46 UTC 2010 - seife@opensuse.org
|
|
|
|
|
|
|
|
- add perl-macros as requires (for perl_requires macro)
|
|
|
|
|
2010-12-01 14:58:43 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:36:26 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-29 20:01:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:32:31 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
2010-08-26 13:27:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 26 11:27:03 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial package (1.44)
|
|
|
|
|