1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
libclass-dbi-pg-perl (0.06-1) unstable; urgency=low
* New upstream release
* New upstream author - debian/copyright and debian/watch updated
appropriately.
* No longer need to use a patch for Multi-column primary keys
support. Build-dependency on dpatch no longer required.
-- Stephen Quinney <stephen@jadevine.org.uk> Sun, 5 Dec 2004 17:04:26 +0000
libclass-dbi-pg-perl (0.03-2) unstable; urgency=low
* Applied a patch from http://use.perl.org/~Fletch/journal/18634. This
allows Class::DBI::Pg to handle Multi-column primary keys. Thanks to
Edward Betts for pointing me to this patch, closes: #267487.
* debian/rules - Tidied and improved a bit
* debian/control - Moved to debian policy 3.6.1.1
-- Stephen Quinney <stephen@jadevine.org.uk> Sat, 28 Aug 2004 11:20:17 +0100
libclass-dbi-pg-perl (0.03-1) unstable; urgency=low
* New upstream release - proper fix to support dropped columns.
* Specified the minimum required versions for some of the dependencies.
* Updated to debian policy 3.6.1.0
-- Stephen Quinney <stephen@jadevine.org.uk> Thu, 18 Sep 2003 16:46:49 +0100
libclass-dbi-pg-perl (0.02-2) unstable; urgency=low
* Fix the SQL query, that looks up columns of a table, which was picking
up dropped columns in versions of PostgreSQL 7.3 and greater.
-- Stephen Quinney <stephen@jadevine.org.uk> Thu, 24 Jul 2003 17:19:41 +0100
libclass-dbi-pg-perl (0.02-1) unstable; urgency=low
* Initial Release, closes: #202291.
-- Stephen Quinney <stephen@jadevine.org.uk> Sun, 6 Jul 2003 09:24:32 +0100
|