- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=9
This commit is contained in:
parent
0c3d731b96
commit
42dd90d229
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc57a8761e6e06e6b56e28a270ec5990e1eeb639bfbd4bebaf79801a3f8645f1
|
||||
size 42314
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 08:30:23 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: perl-YAML-Tiny
|
||||
Version: 1.48
|
||||
Version: 1.50
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name YAML-Tiny
|
||||
|
Loading…
Reference in New Issue
Block a user