r47736 - in /trunk/libdbd-sqlite3-perl/debian: NEWS changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Nov 24 15:41:51 UTC 2009


Author: jawnsy-guest
Date: Tue Nov 24 15:41:46 2009
New Revision: 47736

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47736
Log:
Added a NEWS entry detailing possible breakages

Added:
    trunk/libdbd-sqlite3-perl/debian/NEWS
Modified:
    trunk/libdbd-sqlite3-perl/debian/changelog

Added: trunk/libdbd-sqlite3-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/NEWS?rev=47736&op=file
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/NEWS (added)
+++ trunk/libdbd-sqlite3-perl/debian/NEWS Tue Nov 24 15:41:46 2009
@@ -1,0 +1,17 @@
+libdbd-sqlite3-perl (1.27-1) unstable; urgency=low
+
+  The following changes may break older applications:
+
+  * Development releases (never uploaded to Debian) saw some changes
+    with foreign key support. Foreign key support was enabled by
+    default but broke a lot of things, so is now disabled once again.
+    Please note that support may be enabled upstream in sqlite itself
+    so things that break should be fixed.
+
+    In the meantime, you can enable foreign keys with:
+      PRAGMA foreign_keys = ON
+  * Remove undocumented reset method (use $sth->finish instead)
+  * Fix $dbh->column_info to work according to the DBI spec (RT#49716)
+  * Fix $sth->primary_key_info to work according to DBI spec
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 24 Nov 2009 07:22:06 -0500

Modified: trunk/libdbd-sqlite3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/changelog?rev=47736&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite3-perl/debian/changelog Tue Nov 24 15:41:46 2009
@@ -1,16 +1,17 @@
-libdbd-sqlite3-perl (1.27-1) UNRELEASED; urgency=low
+libdbd-sqlite3-perl (1.27-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
   * Added myself to Uploaders and Copyright
   * Use perl (>= 5.10.1) for Pod::Simple 3.07 if available
   * Rewrite control description
+  * Added a NEWS entry detailing possible breakages
 
   [ Ryan Niebur ]
   * Add myself to Uploaders
   * refresh patch
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 24 Nov 2009 07:07:03 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 24 Nov 2009 07:23:06 -0500
 
 libdbd-sqlite3-perl (1.25-4) unstable; urgency=low
 




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