[libcatalyst-action-rest-perl] 05/06: Add debian/NEWS entry about the changes regarding the YAML and HTML parsers.
gregor herrmann
gregoa at debian.org
Tue Sep 17 17:56:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcatalyst-action-rest-perl.
commit 8eb31edc8c55dd63d3d17a7b305930d8982474b6
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Sep 17 19:52:05 2013 +0200
Add debian/NEWS entry about the changes regarding the YAML and HTML parsers.
---
debian/NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/debian/NEWS b/debian/NEWS
index 7ac1aba..5fb1d1d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,43 @@
+libcatalyst-action-rest-perl (1.12-1) unstable; urgency=low
+
+ From upstream Changes:
+
+ WARNING BACK COMPAT BREAKAGE FOLLOWS
+
+ Removed The YAML and HTML parser from the distro. You
+ should install these if you actually use them. They are listed as
+ optional dependencies going forward. [0]
+
+ This is possibly a breaking change, but necessary for security and
+ considered acceptable since those formats have not generally
+ become preferred for web services.
+
+ In addition, the default de/serialization mappings for HTML and YAML
+ have been removed. You can add that back by adding the following to
+ you Configuration for the subclass of Catalyst::Controller::REST -
+
+ package Foo::Controller::Bar;
+
+ use Moose;
+ use namespace::autoclean;
+
+ BEGIN { extends 'Catalyst::Controller::REST' }
+ __PACKAGE__->config(
+ 'map' => {
+ 'text/html' => 'YAML::HTML',
+ 'text/x-yaml' => 'YAML',
+ },
+ );
+
+ You should do this if you are using these de/serialization formats.
+
+ ---
+
+ [0] Translated into Debian terms:
+ libhtml-parser-perl and libyaml-syck-perl are now in Recommends.
+
+ -- gregor herrmann <gregoa at debian.org> Tue, 17 Sep 2013 19:49:03 +0200
+
libcatalyst-action-rest-perl (1.11-1) unstable; urgency=low
From upstream Changes:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-action-rest-perl.git
More information about the Pkg-perl-cvs-commits
mailing list