Subject: CVS commit: pkgsrc/textproc/p5-YAML-Syck
To: None <pkgsrc-changes@netbsd.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2007 09:39:27
Module Name: pkgsrc
Committed By: hiramatsu
Date: Wed Apr 25 09:39:27 UTC 2007
Modified Files:
pkgsrc/textproc/p5-YAML-Syck: Makefile distinfo
Log Message:
Updated to 0.85.
Changes from 0.72:
[Changes for 0.85 (JSON::Syck 0.24) - 2007-04-20]
* Strings containing both single quotes and newlines were incorrectly
quoted with backslash-escaped single quotes. This is a regression
introduced in YAML::Syck 0.84.
Reported by: Agent Zhang
[Changes for 0.84 (JSON::Syck 0.23) - 2007-04-02]
* New $YAML::Syck::SingleQuote flag: When it is set to true, Dump will
always emit quotes instead of bare strings.
Requested by: Ingo Bax
* When $JSON::Syck::SingleQuote is set to true, special characters such as
\r\n are still escaped as usual, because JavaScript allows the same form
of escaping in strings with either quotes.
Reported by: Dobrica Pavlinusic
[Changes for 0.83 (JSON::Syck 0.22) - 2007-02-05]
* Under JSON::Syck, as well as YAML::Syck when $ImplicitTyping is set to
true, integer numbers larger than an unsigned integer (>=4294967296 on
32-bit platforms) was erroneously loaded as 0.
Reported by: Markus W・rle
[Changes for 0.82 (JSON::Syck 0.21) - 2007-01-26]
* Bytestrings containing no high bit bytes are no longer dumped as "!binary".
[Changes for 0.81 (JSON::Syck 0.21) - 2007-01-26]
* Support for loading Base64-encoded "!binary" type.
* Support for dumping non-unicode bytes containing high bits as
Base64-encoded "!binary" type.
* JSON::Syck now raises an exception, instead of segfaults,
when dumping a circular structure.
[Changes for 0.80 (JSON::Syck 0.20) - 2007-01-26]
* LICENSING CHANGE: This compilation and all individual files in it
(except for the bundled libsyck code) are now under the permissive
"MIT" license. See the COPYRIGHT section in README for the new terms.
* Load("!! []") no longer segfaults due to empty tag names.
* Load("!!Foo []") now blesses into "Foo", not "Foo::\0".
* Load("!!perl/scalar 123") is now \123, not 123.
* Load("!!perl/scalar:Foo ~") is now \"Foo", not undef.
* Dump(bless(\$undef, 'Foo')) is now "!!perl/scalar:Foo ~", not "~".
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-YAML-Syck/Makefile \
pkgsrc/textproc/p5-YAML-Syck/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.