[libdbd-sqlite3-perl] 02/05: Add debian/NEWS entry about possibly breaking changes

Salvatore Bonaccorso carnil at debian.org
Sun Feb 14 16:04:08 UTC 2016


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

carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit 14f4216f1d9c7b3386c76d350ad6c8b274a7cf10
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Feb 14 16:57:09 2016 +0100

    Add debian/NEWS entry about possibly breaking changes
---
 debian/NEWS | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index 32b6ca6..ff0a89d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,21 @@
+libdbd-sqlite3-perl (1.50-1) unstable; urgency=medium
+
+  From upstream changes:
+
+    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
+    - Updated to SQLite 3.10.0.
+      Because of the addition of LIKE/GLOB/REGEXP support on
+      virtual tables, previous ::PerlData virtual table got broken.
+      This is hopefully fixed by adding strlike/strglob functions
+      to DBD::SQLite but if you use this virtual table, please
+      test it carefully.
+    - Now you can make a database connection read-only if you
+      turn on the ReadOnly attribute when you connect. (RT #110439)
+      If you set it after you connect to a database, DBD::SQLite
+      warns because the database doesn't actually become read-only.
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 14 Feb 2016 16:55:23 +0100
+
 libdbd-sqlite3-perl (1.46-1) unstable; urgency=medium
 
   From upstream changes:

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



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