[libyaml-tiny-perl] 08/12: Document incompatible changes in debian/NEWS
Salvatore Bonaccorso
carnil at debian.org
Sat Feb 15 22:48:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libyaml-tiny-perl.
commit e95cdf31af6120d8de77d014fb89d0320f946b7f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sat Feb 15 23:34:37 2014 +0100
Document incompatible changes in debian/NEWS
---
debian/NEWS | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..0f69819
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,20 @@
+libyaml-tiny-perl (1.56-1) unstable; urgency=low
+
+ The following incompatible changes are contained within this new upstream
+ version:
+
+ [INCOMPATIBLE 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)
+
+ -- Salvatore Bonaccorso <carnil at debian.org> Sat, 15 Feb 2014 23:32:54 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list