Add NEWS.Developer

This commit is contained in:
luoyaoming 2024-06-12 22:52:11 +08:00 committed by openkylin-cibot
parent 2ad13146b6
commit a2dc4bd3f1
2 changed files with 22 additions and 0 deletions

16
debian/NEWS.Developer vendored Normal file
View File

@ -0,0 +1,16 @@
libdbi-perl (1.631-1) unstable; urgency=medium
NOTE: This release changes the handle passed to Callbacks from being an
'inner' handle to being an 'outer' handle. If you have code that makes use
of Callbacks, ensure that you understand what this change means and review
your callback code.
-- gregor herrmann <gregoa@debian.org> Sat, 15 Feb 2014 23:38:30 +0100
libdbi-perl (1.630-1) unstable; urgency=low
NOTE: This release enables PrintWarn setting by default, regardless of the
value of the warnings switch (-w, use warnings, $WARNING, $^W).
Applications using DBI may generate more log messages than before.
-- Damyan Ivanov <dmn@debian.org> Tue, 05 Nov 2013 15:04:06 +0200

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libdbi-perl (1.643-ok4) nile; urgency=medium
* Add NEWS.Developer.
-- Luoyaoming <luoyaoming@kylinos.cn> Wed, 12 Jun 2024 22:51:18 +0800
libdbi-perl (1.643-ok3) nile; urgency=medium
* No change rebuild