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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829
|
libdbd-mysql-perl (4.041-2) unstable; urgency=medium
* Add regression-fix-float_type_conversion.patch to fix a regression in
the conversion of floats which under some circumstances simply
returned 0.
Thanks to Brian May for the bug report, and Pali Rohár for backporting
his fix to 4.041.
(Closes: #856064)
-- gregor herrmann <gregoa@debian.org> Sun, 26 Feb 2017 21:43:27 +0100
libdbd-mysql-perl (4.041-1) unstable; urgency=medium
* Team upload.
* New upstream version 4.041
- CVE-2016-1251: Fix use-after-free for repeated fetchrow_arrayref calls
when mysql_server_prepare=1
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 28 Nov 2016 22:24:54 +0100
libdbd-mysql-perl (4.040-1) unstable; urgency=medium
* Import upstream version 4.040.
Fixes "FTBFS on some architectures". (Closes: #844538)
-- gregor herrmann <gregoa@debian.org> Sat, 19 Nov 2016 21:58:35 +0100
libdbd-mysql-perl (4.039-1) unstable; urgency=medium
* Team upload.
* Import upstream version 4.039
- CVE-2016-1249: Fixes out-of-bounds read when using server side
prepared statements with an unaligned number of placeholders in
WHERE condition and output fields in SELECT expression.
(Closes: #844475)
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 16 Nov 2016 06:42:33 +0100
libdbd-mysql-perl (4.037-5) unstable; urgency=medium
* debian/tests/pkg-perl/smoke-setup: initialize MySQL server with
--no-defaults. Otherwise we end up with the data directory in the
wrong place. (Closes: #842167)
-- gregor herrmann <gregoa@debian.org> Thu, 27 Oct 2016 17:32:48 +0200
libdbd-mysql-perl (4.037-4) unstable; urgency=medium
* autopkgtest: fix smoke test for MySQL case.
MySQL 5.7 has deprecated the mysql_install_db command, rewritten it and
thrown away most command line options. Use `/usr/sbin/mysqld --initialize'
as the proposed alternative now.
Thanks to ci.debian.net.
-- gregor herrmann <gregoa@debian.org> Sat, 22 Oct 2016 14:29:59 +0200
libdbd-mysql-perl (4.037-3) unstable; urgency=medium
* Run dh_auto_configure under the C.UTF-8 locale.
This is a workaround for intermittent build failures caused by
ExtUtils::MakeMaker (see #835988) and Encode (see #835989).
-- gregor herrmann <gregoa@debian.org> Sat, 15 Oct 2016 15:27:25 +0200
libdbd-mysql-perl (4.037-2) unstable; urgency=medium
[ gregor herrmann ]
* Replace build dependency on libmysqlclient-dev with
default-libmysqlclient-dev. (Closes: #702280)
* Enable tests during build and autopkgtest.
[ Niko Tyni ]
* autopkgtest: run the test suite with both MariaDB and MySQL.
[ gregor herrmann ]
* debian/control: change Testsuite header.
We have an explicit test control file, not the default
autopkgtest-pkg-perl one.
Additionally add a lintian override for pkg-perl specific
nonteam-testsuite-header warning.
-- gregor herrmann <gregoa@debian.org> Sat, 15 Oct 2016 14:35:02 +0200
libdbd-mysql-perl (4.037-1) unstable; urgency=high
* Team upload.
* Import upstream version 4.037
- Addresses CVE-2016-1246: Possible buffer overflow in prepared
statements.
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 03 Oct 2016 16:39:02 +0200
libdbd-mysql-perl (4.036-1) unstable; urgency=medium
* Import upstream version 4.036.
* debian/rules: drop handling of t/mysql.mtest which was modified during
tests. The file is not included in the tarball anymore.
* Drop pod-whatis.patch. README.pod is gone.
-- gregor herrmann <gregoa@debian.org> Mon, 29 Aug 2016 20:51:29 +0200
libdbd-mysql-perl (4.035-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Import upstream version 4.035.
* Drop --ssl parameter from Makefile.PL call which is now the default.
* Remove unused --testuser switch from Makefile.PL call.
* Set bindnow linker flag in debian/rules.
* Examples are gone. Remove debian/libdbd-mysql-perl.examples and
override_dh_installexamples target from debian/rules.
* Update years of packaging copyright.
* Remove unused lintian override.
* Fix spelling mistake in long description. Thanks to lintian.
* Declare compliance with Debian Policy 3.9.8.
-- gregor herrmann <gregoa@debian.org> Sun, 24 Jul 2016 16:45:52 +0200
libdbd-mysql-perl (4.033-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Add debian/upstream/metadata.
* Import upstream version 4.033.
* Update pod-whatis.patch.
* Update years of upstream and packaging copyright.
* Update Homepage in debian/control.
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.
* Update lintian override (line number).
* debian/rules: drop removal of dbimon*. Seems to be gone.
-- gregor herrmann <gregoa@debian.org> Tue, 10 Nov 2015 21:00:38 +0100
libdbd-mysql-perl (4.028-2) unstable; urgency=medium
* debian/rules: Use $Config{vendorarch} to find perl library path for
removing stuff from the binary package.
-- gregor herrmann <gregoa@debian.org> Mon, 11 Aug 2014 18:08:14 +0200
libdbd-mysql-perl (4.028-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 4.028
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 02 Aug 2014 09:58:23 +0200
libdbd-mysql-perl (4.027-1) unstable; urgency=medium
* New upstream release.
* debian/copyright: add information about files with different copyright
holders.
* Add a patch to fix a POD issue.
-- gregor herrmann <gregoa@debian.org> Sun, 13 Apr 2014 18:17:51 +0200
libdbd-mysql-perl (4.026-1) unstable; urgency=medium
* debian/control: remove Nicholas Bamber from Uploaders on request of
the MIA team.
* New upstream release.
* Drop fix-whatis.patch, merged upstream.
* Update years of packaging copyright.
* Refresh lintian override (changed line number).
-- gregor herrmann <gregoa@debian.org> Sat, 15 Feb 2014 23:33:02 +0100
libdbd-mysql-perl (4.025-1) unstable; urgency=low
* Team upload
* Imported Upstream version 4.025
+ fixes misparsing of single quotes in comments (Closes: #311040)
* updated years of upstream copyright
* adapt lintian override about unbreakable line in manual
* drop trailing slash from metacpan URLs
* add a patch fixing bad whatis entry in README.pod
* claim conformance with Policy 3.9.5
-- Damyan Ivanov <dmn@debian.org> Wed, 06 Nov 2013 22:52:31 +0200
libdbd-mysql-perl (4.024-1) unstable; urgency=low
[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
[ Xavier Guimard ]
* Imported Upstream version 4.024
* Update lintian-overrides offset
* Remove patches now included in upstream
-- Xavier Guimard <x.guimard@free.fr> Tue, 01 Oct 2013 21:13:45 +0200
libdbd-mysql-perl (4.023-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Xavier Guimard ]
* Imported Upstream version 4.023
* Update debian/copyright years
* Bump Standards-Version to 3.9.4 (no changes).
* Correct copyright format error
* Adapt patches offsets
* Update spelling errors patch
-- Xavier Guimard <x.guimard@free.fr> Sun, 19 May 2013 18:35:08 +0200
libdbd-mysql-perl (4.021-1) unstable; urgency=low
* New upstream release.
* debian/copyright: update to Copyright-Format 1.0.
* Update years of packaging copyright.
* Use debhelper 9.20120312 to get all hardening flags.
* Bump Standards-Version to 3.9.3 (no changes).
* Refresh lintian override (line number).
* Refresh patches (offset, forward upstream).
-- gregor herrmann <gregoa@debian.org> Mon, 07 May 2012 18:09:52 +0200
libdbd-mysql-perl (4.020-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Fix typo in package description. (Closes: #626791)
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ gregor herrmann ]
* New upstream release.
* Refresh patches (offset).
* Update years of packaging copyright.
* Switch to debhelper 8.
-- gregor herrmann <gregoa@debian.org> Sat, 27 Aug 2011 17:59:52 +0200
libdbd-mysql-perl (4.019-1) unstable; urgency=low
* New upstream release
* Refreshed patches
-- Nicholas Bamber <nicholas@periapt.co.uk> Sat, 14 May 2011 22:52:18 +0100
libdbd-mysql-perl (4.018-1) unstable; urgency=low
[ Ansgar Burchardt ]
* New upstream release: 4.017
* Use perl_dbi addon for dh.
* Bump build-dependency on libdbi-perl to >= 1.612.
* Email change: Ansgar Burchardt -> ansgar@debian.org
[ Nicholas Bamber ]
* Added myself to Uploaders
* New upstream release: 4.018
* Raised standards version to 3.9.2
* Refreshed copyright
* Refreshed patches
* Removed version versioning of zlib1g-dev build dependency
* Fix permissions in examples directory
* Email change: Raphael Hertzog -> <hertzog@debian.org>
* Email change: gregor herrmann -> <gregoa@debian.org>
* Removed debian/clean and added rules to save and restore t/mysql.mtest
* Rewrote long description
* Stopped installing more bits of DBD::mysql::INSTALL and Bundle::DBD::mysql
[ gregor herrmann ]
* Email change: Tim Retout -> diocles@debian.org
-- Nicholas Bamber <nicholas@periapt.co.uk> Mon, 25 Apr 2011 20:51:48 +0100
libdbd-mysql-perl (4.016-1) unstable; urgency=low
* New upstream release.
-- Ansgar Burchardt <ansgar@43-1.org> Mon, 12 Jul 2010 19:29:27 +0900
libdbd-mysql-perl (4.015-1) unstable; urgency=low
* New upstream release.
+ Fix issues with placeholders in comments. (Closes: #580479, #584428)
* Bump Standards-Version to 3.9.0 (no changes).
-- Ansgar Burchardt <ansgar@43-1.org> Sat, 10 Jul 2010 21:55:39 +0900
libdbd-mysql-perl (4.014-1) unstable; urgency=low
* New upstream release.
* Add dependency on perl-dbdapi-* (see #577209).
+ Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* Add myself to Uploaders.
-- Ansgar Burchardt <ansgar@43-1.org> Sat, 24 Apr 2010 14:27:37 +0900
libdbd-mysql-perl (4.013-2) unstable; urgency=low
* Build against libdbi-perl 1.610.90-1
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Fri, 09 Apr 2010 12:03:50 +0200
libdbd-mysql-perl (4.013-1) unstable; urgency=low
[ Raphaël Hertzog ]
* Remove myself from Uploaders.
[ Tim Retout ]
* New upstream version.
* debian/control:
+ Remove versioning from perl Build-Depends.
+ Build-Depend on libmysqlclient-dev.
[ gregor herrmann ]
* Set Standards-Version to 3.8.4 (no changes).
* debian/control: remove leading article from short description.
* Refresh patch and add header.
* Convert to source format 3.0 (quilt). Remove quilt framework.
* debian/rules: convert to "dh".
* Refresh lintian override.
* Rename debhelper helper files in debian/ to $pkg.*.
* Add new patch to fix a spelling mistake.
* debian/copyright: use DEP5 format.
-- gregor herrmann <gregoa@debian.org> Sat, 06 Mar 2010 19:53:06 +0100
libdbd-mysql-perl (4.012-1) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Gunnar Wolf ]
* Added myself as an uploader
* New upstream release
* Standards-version → 3.8.2 (no changes needed)
* Added build-dependency on quilt
* Fixed POD to avoid manpage errors. Thanks, lintian!
-- Gunnar Wolf <gwolf@debian.org> Mon, 20 Jul 2009 12:36:01 +0200
libdbd-mysql-perl (4.011-1) unstable; urgency=low
[ Krzysztof Krzyżaniak (eloy) ]
* New upstream release
* debian/control: add me to Uploaders, update Standards-Version to 3.8.1
narrow dependency libdbi-perl to (>= 1.607) (closes: #504648)
* Update package to debhelper 7, update debian/rules
* create debian/examples
[ gregor herrmann ]
* New upstream release.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Tue, 28 Apr 2009 23:46:50 +0200
libdbd-mysql-perl (4.008-1) unstable; urgency=low
* New upstream release.
* Set Standards-Version to 3.8.0 (no changes).
* debian/control: wrap a long line.
* Don't install INSTALL.POD any more.
-- gregor herrmann <gregoa@debian.org> Sat, 23 Aug 2008 14:48:22 -0300
libdbd-mysql-perl (4.007-1) unstable; urgency=low
* New upstream release.
* debian/copyright: use version-independent upstream source URL.
* Refresh debian/rules, no functional changes, except:
- the only test which doesn't need a local MySQL server is enabled
- README isn't installed any more (only installation instructions)
* Add a lintian override for a warning concerning a long line in a manpage
which is caused by a long argument.
* Add /me to Uploaders.
-- gregor herrmann <gregoa@debian.org> Mon, 19 May 2008 20:49:44 +0200
libdbd-mysql-perl (4.006-1) unstable; urgency=low
[ Raphael Hertzog ]
* Move myself to Uploaders and put the team as Maintainer.
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* New upstream release.
* Set Standards-Version to 3.7.3 (no changes needed).
* debian/watch: use dist-based URL.
* debian/rules:
- use $(CURDIR) instead of calling pwd
- let install-stamp depend on build-stamp (instead of build)
- merge "rm"s in clean target
- add commented out test suite to build target and explain why it's not
enabled (needs a local MySQL server)
- remove call to sed that changed some characters in manpages (not
needed any more)
* debian/rules: delete /usr/share/perl5 only if it exists.
[ Roberto C. Sanchez ]
* Update to debhelper compatibility level 6.
-- Roberto C. Sanchez <roberto@connexer.com> Wed, 09 Jan 2008 22:56:37 -0500
libdbd-mysql-perl (4.005-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 14 Jul 2007 22:32:22 +0200
libdbd-mysql-perl (4.004-2) unstable; urgency=low
* Now builds with SSL support. Closes: #429065
Apparently it doesn't need libssl-dev in Build-Depends. It doesn't link
with the library, it just adds some more code that interacts with the
server.
* Add XS-Vcs-Browser fields in debian/control.
-- Raphael Hertzog <hertzog@debian.org> Fri, 15 Jun 2007 22:22:23 +0200
libdbd-mysql-perl (4.004-1) unstable; urgency=low
* New upstream release.
* Use debian/compat instead of DH_COMPAT.
* Updated copyright file and converted it to UTF8.
-- Raphael Hertzog <hertzog@debian.org> Tue, 03 Apr 2007 19:37:25 +0200
libdbd-mysql-perl (3.0008-1) unstable; urgency=low
* New upstream release.
* Don't ignore result of make distclean.
* Remove empty /usr/share/perl5 directory.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 19 Nov 2006 20:19:57 +0100
libdbd-mysql-perl (3.0007-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 9 Sep 2006 20:24:50 +0200
libdbd-mysql-perl (3.0006-1) unstable; urgency=low
* New upstream release.
* Set Debhelper Compatibility level to 5.
* Added examples from eg/ directory to doc/examples/.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 17 Jun 2006 14:42:37 +0200
libdbd-mysql-perl (3.0004-1) unstable; urgency=low
* New upstream release.
* Updated Standards-Version to 3.7.2.
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 May 2006 22:22:19 +0000
libdbd-mysql-perl (3.0002-2) unstable; urgency=low
* Now links with libmysqlclient15 for Mysql 5.x support. Closes: #343774
-- Raphael Hertzog <hertzog@debian.org> Tue, 20 Dec 2005 08:30:08 +0100
libdbd-mysql-perl (3.0002-1) unstable; urgency=low
* New upstream release. Closes: #318931
* Conforms to policy 3.6.2.
-- Raphael Hertzog <hertzog@debian.org> Fri, 12 Aug 2005 12:28:03 +0200
libdbd-mysql-perl (2.9007-1) unstable; urgency=low
* New upstream version.
* Now links with libmysqlclient14 for MySQL 4.1 support. Closes: #310483
* Thus Build-Depends on libmysqlclient14-dev.
-- Raphael Hertzog <hertzog@debian.org> Wed, 25 May 2005 06:59:22 +0000
libdbd-mysql-perl (2.9006-1) unstable; urgency=medium
* New upstream version. Closes: #293740
* This version has the fix for the mysql_auto_reconnect problem working only
once. Closes: #227857
-- Raphael Hertzog <hertzog@debian.org> Fri, 15 Apr 2005 10:56:34 +0200
libdbd-mysql-perl (2.9003-4) unstable; urgency=high
* Switch again to libmysqlclient12-dev. It looks like the license issues
are finally completely resolved.
Closes: #298091
* High urgency upload to make it quickly into sarge.
-- Raphael Hertzog <hertzog@debian.org> Mon, 7 Mar 2005 08:11:52 +0100
libdbd-mysql-perl (2.9003-3) unstable; urgency=high
* Link again libmysqlclient10-dev for sarge. Closes: #270769
* High urgency upload to make it quickly.
-- Raphael Hertzog <hertzog@debian.org> Thu, 9 Sep 2004 13:49:33 +0200
libdbd-mysql-perl (2.9003-2) unstable; urgency=low
* Link against the main MySQL library again. The exception clause
let people use the library in connection with other free software
licenses like the perl artistic one.
-- Raphael Hertzog <hertzog@debian.org> Wed, 24 Mar 2004 08:20:00 +0100
libdbd-mysql-perl (2.9003-1) unstable; urgency=low
* New upstream version.
-- Raphael Hertzog <hertzog@debian.org> Mon, 8 Dec 2003 13:47:35 +0000
libdbd-mysql-perl (2.1027-1) unstable; urgency=low
* New upstream version.
-- Raphael Hertzog <hertzog@debian.org> Mon, 9 Jun 2003 12:47:21 +0000
libdbd-mysql-perl (2.1026-3) unstable; urgency=medium
* Switch to use libmysqlclient10 which is LGPL. Updated build-depends
accordingly. Closes: #189164
Latest libmysqlclient is GPL-only and thus can't be used for
any project which is non-GPL. As DBD::mysql is probably used by dozen
of non-GPL programs I decided to link it against the last LGPL
version kindly resurrected by Steve Langasek:
https://alioth.debian.org/projects/libmysql-lgpl/
* Sorry if this does mean that you're going to lack some features
integrated in the latest libs, but you should whine against the
upstream decision to switch to GPL ...
-- Raphael Hertzog <hertzog@debian.org> Sun, 20 Apr 2003 13:28:50 +0000
libdbd-mysql-perl (2.1026-2) unstable; urgency=medium
* Updated section to perl.
* Recompile to correctly link with libmysqlclient12. Updated build-depends
to force build with libmysqlcient-dev (>= 4.0.12-3).
* Added libssl-dev to the build dependencies. Closes: #188851
-- Raphael Hertzog <hertzog@debian.org> Sun, 13 Apr 2003 15:53:30 +0000
libdbd-mysql-perl (2.1026-1) unstable; urgency=low
* New upstream release. Closes: #188539
* Recompiled with latest mysql lib.
-- Raphael Hertzog <hertzog@debian.org> Fri, 11 Apr 2003 17:20:47 +0200
libdbd-mysql-perl (2.1020-2) unstable; urgency=low
* Mysql->errno works now. Thanks to Nils Rennebarth.
Closes: #168967
* Uploaded to unstable since I've received no useful feedback
with experimental. Let's see if something breaks ...
-- Raphael Hertzog <hertzog@debian.org> Sun, 17 Nov 2002 01:41:03 +0100
libdbd-mysql-perl (2.1020-1) experimental; urgency=low
* New upstream version. Closes: #167286
* This is completely different codebase than the old module, thus I
prefer to upload to experimental first.
-- Raphael Hertzog <hertzog@debian.org> Sat, 2 Nov 2002 10:04:29 +0100
libdbd-mysql-perl (1.2219-6) unstable; urgency=low
* Updated the copyright notice. Closes: #157565
-- Raphael Hertzog <hertzog@debian.org> Mon, 26 Aug 2002 12:30:29 +0200
libdbd-mysql-perl (1.2219-5) unstable; urgency=low
* Compiled with perl 5.8.
-- Raphael Hertzog <hertzog@debian.org> Wed, 31 Jul 2002 18:22:04 +0000
libdbd-mysql-perl (1.2219-4) unstable; urgency=low
* More fixes wrt the insertid that is now long long. Closes: #147715
-- Raphael Hertzog <hertzog@debian.org> Wed, 22 May 2002 09:29:13 +0200
libdbd-mysql-perl (1.2219-3) unstable; urgency=low
* Patched the real dbdimp.c instead of the template. So the compilation
lost my change. :-(
-- Raphael Hertzog <hertzog@debian.org> Fri, 17 May 2002 16:41:44 +0200
libdbd-mysql-perl (1.2219-2) unstable; urgency=low
* Updated sprintf calls to match the type returned by
mysql_insert_id & mysql_affected_rows. Closes: #147092
-- Raphael Hertzog <hertzog@debian.org> Thu, 16 May 2002 00:54:04 +0200
libdbd-mysql-perl (1.2219-1) unstable; urgency=low
* New upstream release.
-- Raphael Hertzog <hertzog@debian.org> Tue, 30 Apr 2002 15:23:54 +0200
libdbd-mysql-perl (1.2216-2) unstable; urgency=medium
* Added zlib1g-dev to build depends. Closes: #100798
-- Raphael Hertzog <hertzog@debian.org> Thu, 14 Jun 2001 09:14:51 +0200
libdbd-mysql-perl (1.2216-1) unstable; urgency=medium
* New upstream version. Closes: #98682
-- Raphael Hertzog <hertzog@debian.org> Fri, 25 May 2001 22:12:57 +0200
libdbd-mysql-perl (1.2215-3) unstable; urgency=medium
* Adapted to the latest perl policy which brings back perl in its "perl"
package.
* Complies with policy 3.5.2.
-- Raphael Hertzog <hertzog@debian.org> Wed, 21 Feb 2001 22:09:53 +0100
libdbd-mysql-perl (1.2215-2) unstable; urgency=low
* Recompiled with perl-5.6. Closes: #77403
-- Raphael Hertzog <hertzog@debian.org> Sun, 19 Nov 2000 15:58:42 +0100
libdbd-mysql-perl (1.2215-1) unstable; urgency=low
* New upstream version.
* Recompiled with libmysqlclient10. Closes: #74423, #74496
* Hopefully, the sparc recompile will be ok this time. Closes: #71012
-- Raphael Hertzog <hertzog@debian.org> Sun, 19 Nov 2000 15:58:18 +0100
libdbd-mysql-perl (1.2214-1) unstable; urgency=low
* Non maintainer upload.
* New upstream version.
-- Guillaume Morin <gemorin@debian.org> Thu, 27 Jul 2000 15:29:49 +0200
libdbd-mysql-perl (1.2202-5) unstable; urgency=low
* Recompiled with libmysqlclient9. Closes: #66964
-- Raphael Hertzog <hertzog@debian.org> Thu, 13 Jul 2000 14:17:22 +0200
libdbd-mysql-perl (1.2202-4) unstable; urgency=low
* Removed dbimon.1 too. Closes: #47979
-- Raphael Hertzog <hertzog@debian.org> Tue, 26 Oct 1999 00:10:22 +0200
libdbd-mysql-perl (1.2202-3) unstable; urgency=low
* Removed unuseful /usr/bin/dbimon. Closes: #45071
-- Raphael Hertzog <hertzog@debian.org> Fri, 17 Sep 1999 14:43:17 +0200
libdbd-mysql-perl (1.2202-2) unstable; urgency=low
* Policy 3.0.1 compliance. Built with debhelper 2.0.40.
-- Raphael Hertzog <hertzog@debian.org> Thu, 9 Sep 1999 12:06:37 +0200
libdbd-mysql-perl (1.2202-1) unstable; urgency=low
* New maintainer.
* New upstream version.
* libdbd-msql-perl and libdbd-mysql-perl have now separate source
packages.
* libdbd-mysql-perl is now in main.
* Acknowledged the previous NMU. Closes: #41533, #35545, #36665
Closes: #36790, #40524, #38430 (in gnudip)
-- Raphael Hertzog <rhertzog@hrnet.fr> Fri, 30 Jul 1999 14:34:51 +0200
msql-mysql-modules (1.2017-1.1) unstable; urgency=low
* NMU for the perl upgrade. Closes: #41527, #41533
* Corrected the rules files to conform to perl policy 1.0.1.
* Upgraded standards-version to 2.5.1.
* Compiled with perl-5.005.
* Compiled with the latest mysql libs. Closes: #35545, #36665, #36790, #40524
* Moved libdbd-mysql-perl to main since it doesn't depend on anything
non-free. Closes: #38430 in the gnudip package ...
* In fact moved the source to main and libdbd-msql-perl to contrib ...
-- Raphael Hertzog <rhertzog@hrnet.fr> Tue, 20 Jul 1999 23:30:17 +0200
msql-mysql-modules (1.2017-1) unstable; urgency=low
* New upstream version.
* Rebuild for new mysql layout. Fixes: #35345, #36665, #36790
* Comment-out #include <common/portability.h> as this is for a msql
we don't have..
-- Ben Gertzfield <che@debian.org> Thu, 13 May 1999 12:28:11 -0700
msql-mysql-modules (1.2012-1) unstable; urgency=low
* New upstream version.
* Bumped dependancy on libdbi-perl to >= 1.02-1 for upgrade
purposes.
-- Ben Gertzfield <che@debian.org> Mon, 28 Dec 1998 15:41:28 -0800
msql-mysql-modules (1.2005-1) unstable; urgency=low
* New upstream version. Note that 1.2003-2 wasn't uploaded due
to a problem with upper-case letters in the source name.
-- Ben Gertzfield <che@debian.org> Tue, 13 Oct 1998 13:19:17 -0700
msql-mysql-modules (1.2003-2) unstable; urgency=low
* The msql and mysql DBD drivers have always been in the same source;
Martin Schulze convinced me to merge them back together properly.
Msql-Mysql-modules is the real name of the upstream source.
* Now makes the libdbd-msql-perl package as well as the libdbd-mysql-perl
package.
-- Ben Gertzfield <che@debian.org> Fri, 25 Sep 1998 12:09:40 -0700
libdbd-mysql-perl (1.2003-1) unstable; urgency=low
* New upstream version, recompiled against libdbi-perl 1.02.
* Upgraded Standards-Version to 2.4.0.0.
* Removed call to dh_du in debian/rules.
* Made build not ask any interactive questions with the kludge
IN_MYSQL_DISTRIBUTION=true .
* Changed rm debian/tmp/usr/lib/perl5/DBD/mSQL.pm to rm -f just
in case it's still there some day.
* Made the upstream ChangeLog be installed as
/usr/doc/libdbi-mysql-perl/changelog
-- Ben Gertzfield <che@debian.org> Thu, 24 Sep 1998 12:01:58 -0700
libdbd-mysql-perl (1.1832-1) unstable; urgency=low
* New upstream version.
* Now dynamically linked against mysql libraries.
-- Ben Gertzfield <che@debian.org> Wed, 15 Jul 1998 23:23:31 -0700
libdbd-mysql-perl (1.1827-1) unstable; urgency=low
* New upstream version.
-- Ben Gertzfield <che@debian.org> Wed, 4 Mar 1998 01:12:07 -0800
libdbd-mysql-perl (1.1826-2) unstable; urgency=low
* Removed call to dh_makeshlibs. Heh. Whoops. Fixes lintian warning.
* Rebuilt with debhelper 0.60, fixes bad permission lintian warnings.
* Added in patch from mdorman@law.miami.edu to fix building on Alpha.
Fixes bug #18072.
-- Ben Gertzfield <che@debian.org> Wed, 11 Feb 1998 13:27:54 -0800
libdbd-mysql-perl (1.1826-1) unstable; urgency=low
* New upstream version.
* Added in upstream changelog. Fixes bug #17511.
-- Ben Gertzfield <che@debian.org> Sun, 1 Feb 1998 11:53:23 -0800
libdbd-mysql-perl (1.1821-2) unstable; urgency=low
* Removed msql files mistakenly left in the package, bug #16784.
-- Ben Gertzfield <che@debian.org> Wed, 7 Jan 1998 20:23:57 -0800
libdbd-mysql-perl (1.1821-1) unstable; urgency=low
* New maintainer.
* New upstream version.
* Compiled to work with new libdbi-perl.
-- Ben Gertzfield <che@debian.org> Mon, 29 Dec 1997 13:55:12 -0800
libdbd-mysql-perl (1.65-2) unstable; urgency=low
* New maintainer
* Move to contrib
-- Scott Hanson <shanson@debian.org> Mon, 27 Oct 1997 08:44:44 +0100
libdbd-mysql-perl (1.65-1) unstable; urgency=low
* New upstream version
* Recompiled with libc6, mysql 3.20.29, and perl 5.004.02
* Upgraded to Standards Version 2.3.0.0
* Fixed description
-- Christian Schwarz <schwarz@debian.org> Thu, 11 Sep 1997 22:01:45 +0200
libdbd-mysql-perl (1.63.1-1) unstable; urgency=low
* New upstream version.
-- Christian Schwarz <schwarz@debian.org> Sat, 3 May 1997 17:29:12 +0200
libdbd-mysql-perl (1.1-1) unstable; urgency=low
* Initial Release.
-- Christian Schwarz <schwarz@debian.org> Sun, 13 Apr 1997 22:51:11 +0200
Local variables:
mode: debian-changelog
End:
|