[libdbix-class-perl] 01/01: Add deprecation warning to debian/NEWS.

gregor herrmann gregoa at debian.org
Sat Oct 25 15:10:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbix-class-perl.

commit 9cf5dd8a70bd141014a238418a81e963ad8160d7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 25 17:08:15 2014 +0200

    Add deprecation warning to debian/NEWS.
---
 debian/NEWS | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/debian/NEWS b/debian/NEWS
index e0ef74b..ea67896 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,6 +1,31 @@
+libdbix-class-perl (0.082810-1) unstable; urgency=medium
+
+  From upstream Changes (0.082801):
+  
+  * Notable Changes and Deprecations
+      - DBIC::FilterColumn now properly bypasses \'' and \[] literals, just
+        like the rest of DBIC
+      - DBIC::FilterColumn "from_storage" handler is now invoked on NULLs
+        returned from storage
+      - find() now throws an exception if some of the supplied values are
+        managed by DBIC::FilterColumn (RT#95054)
+      - Custom condition relationships are now invoked with a slightly
+        different signature (existing coderefs will continue to work)
+      - Add extra custom condition coderef attribute 'foreign_values'
+        to allow for proper reverse-relationship-like behavior
+        (i.e. $result->set_from_related($custom_rel, $foreign_result_object)
+      - When in a transaction, DBIC::Ordered now seamlesly handles result
+        objects that went out of sync with the storage (RT#96499)
+      - CDBICompat::columns() now supports adding columns through supplied
+        Class::DBI::Column instances (GH#52)
+      - Deprecate { col1 => col2 } expressions in manual {from} structures
+        (at some point of time manual {from} will be deprecated entirely)
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 25 Oct 2014 17:06:59 +0200
+
 libdbix-class-perl (0.08270-1) unstable; urgency=medium
 
-  From upstream Changes:  
+  From upstream Changes:
 
   * Notable Changes and Deprecations
     - Explicitly deprecate combination of distinct and selecting a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-perl.git



More information about the Pkg-perl-cvs-commits mailing list