r66473 - in /trunk/libdbd-sqlite3-perl/debian: NEWS changelog copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 26 22:10:10 UTC 2010


Author: jawnsy-guest
Date: Sun Dec 26 22:10:03 2010
New Revision: 66473

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66473
Log:
* New upstream release
* Refresh copyright information

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

Modified: trunk/libdbd-sqlite3-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/NEWS?rev=66473&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/NEWS (original)
+++ trunk/libdbd-sqlite3-perl/debian/NEWS Sun Dec 26 22:10:03 2010
@@ -1,3 +1,14 @@
+libdbd-sqlite3-perl (1.31-1) UNRELEASED; urgency=low
+
+  The following changes may break older applications:
+
+  * Fix corruption of BLOB data stored in utf8 columns; this data
+    is now stored as bytes even if the flag is set (RT#54721)
+  * Support for FTS3 tokenizers added; compilation flags now use
+    the recommended -DSQLITE_ENABLE_FTS3_PARENTHESIS
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 26 Dec 2010 17:20:38 -0500
+
 libdbd-sqlite3-perl (1.27-1) unstable; urgency=low
 
   The following changes may break older applications:

Modified: trunk/libdbd-sqlite3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/changelog?rev=66473&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite3-perl/debian/changelog Sun Dec 26 22:10:03 2010
@@ -1,4 +1,8 @@
 libdbd-sqlite3-perl (1.31-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Refresh copyright information
 
   [ Salvatore Bonaccorso ]
   * Update my email address.
@@ -6,10 +10,7 @@
   [ Ansgar Burchardt ]
   * Update my email address.
 
-  [ Jonathan Yu ]
-  * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 20:15:26 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 26 Dec 2010 17:11:56 -0500
 
 libdbd-sqlite3-perl (1.29-3) unstable; urgency=low
 

Modified: trunk/libdbd-sqlite3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/copyright?rev=66473&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/copyright (original)
+++ trunk/libdbd-sqlite3-perl/debian/copyright Sun Dec 26 22:10:03 2010
@@ -4,11 +4,11 @@
 Name: DBD-SQLite
 
 Files: *
-Copyright: 2002 - 2007 Matt Sergeant
- Some parts copyright 2008 Francis J. Lacoste and Wolfgang Sourdeau.
- Some parts copyright 2008 - 2010 Adam Kennedy.
- Some parts derived from DBD::SQLite::Amalgamation copyright 2008 Audrey
- Tang.
+Copyright: 2002-2007, Matt Sergeant <matt at sergeant.org>
+ 2008, Francis J. Lacoste <flacoste at logreport.org>
+ 2008, Wolfgang Sourdeau <wolfgang at logreport.org>
+ 2008-2010, Adam Kennedy <adamk at cpan.org>
+ 2008, Audrey Tang <cpan at audreyt.org>
 License: Artistic or GPL-1+
 
 Files: ./[a-z]*.c, ./[a-z]*.h
@@ -25,6 +25,11 @@
 Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
  2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
  1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
+
+Files: inc/Test/NoWarnings.pm
+Copyright: 2003-2007, Fergal Daly <fergal at esatclear.ie>
+ 2010, Adam Kennedy <adamk at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -47,8 +52,8 @@
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -56,5 +61,6 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+




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