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

gregoa pushed a change to branch master
in repository libdbd-mysql-perl.

      from  ce00293   releasing package libdbd-mysql-perl version 4.035-1
      adds  662f472   Improved test 55utf8mb4.t
      adds  f7f38b9   appveyor: ci builds on Windows, just like Travis!
      adds  e13377f   Skip conattr test on clients < 5.6
      adds  714b026   Add changelog, up version number
      adds  87f074d   Mention how to make the module have SSL enabled
      adds  90a5ab5   Added SSL documentation
      adds  2e1cbd0   Fix use after free error.
      adds  cf0aa77   Merge pull request #45 from hannob/master
      adds  c6d9a94   Document that bracketed IPv6 is required
      adds  e103eaf   Merge pull request #44 from grypyrg/ipv6-support
      adds  52a31c9   Improve dependencies in Makefile.PL
      adds  e1c3e08   small documentation improvement
      adds  9b2a9f9   updated .mailmap
      adds  581dc2e   raise minimum DBI version to 1.609
      adds  f245696   Converted ChangeLog to utf8 and renamed to Changes
      adds  c8b510b   Added contributors in metadata
      adds  ded0c94   Convert DBD::mysql::GetInfo file to utf8
      adds  b37240e   Release 4.033_01
      adds  6a7bf72   Use utf8 in Makefile.PL so authors in META are OK
      adds  499339d   Made test suite more robust
      adds  cae30cf   Make SSL the default choice for compilation
      adds  bfcb6f5   Removed obsolete TODO and examples
      adds  01df3d0   Makefile.PL: properly handle TEST_REQUIRES on old EUMM
      adds  1fd80b3   Makefile.PL: improve macros
      adds  604af7c   Fix transferring MYSQL_TYPE_LONG values on 64-bit big 
endian systems
      adds  235fbd3   Improve test dependencies
      adds  b076e10   Improve documentation on current database
      adds  f71570f   Fix various spelling mistakes
      adds  026fa02   Fix link to MySQL documentation
      adds  30acbed   Check for errors after calling mysql_affected_rows()
      adds  5504e3a   Release engineering for 4.033_03
      adds  82497c4   Skip innodb_lock_timeout when no InnoDB is available
      adds  73b2ace   Kwalitee tests did not read Bundle's VERSION
      adds  34ec497   Release 4.034
      adds  963ed59   add DBI to configure_requires because it's used in 
Makefile.PL
      adds  122b6d6   Release 4.035
      adds  88692a5   Add $dbh->ping() to docs
      adds  5943f92   Converted README.pod to README.md
      adds  3588f05   Do not ship mysql.mtest and appveyor.yml to CPAN
      adds  85459c2   $dbh->{mysql_insertid} is cleared after SELECT
      adds  b00ba25   Release 4.035_01
      adds  04c8917   rt25389-bin-case.t does not work on MySQL < 5.1
      adds  3c07157   rt75353-innodb-lock-timeout.t fails on <= 5.1
      adds  e35a628   Remove createdb, dropdb, reload and shutdown
      adds  55363b4   Tests for little-endian platform
      adds  a81b834   Update version & changelog
      adds  48d0dec   Fix 56connattr.t when run with limited permissions
      adds  44a4c50   Compiling w/libmariadb disabled SSL capacity
      adds  1b993e9   Fix t/41int_min_max for MySQL 5.0 error message
      adds  6341ff1   Improve synopsys
      adds  138d73f   05dbcreate: make dsn point to correct server
      adds  cb38562   Release engineering 4.035_03
      adds  9162255   Release engineering 4.036
      adds  558c79d   New upstream version 4.036
       new  3d5872f   Merge tag 'upstream/4.036'
       new  6994efc   Update debian/changelog
       new  f577717   debian/rules: drop handling of t/mysql.mtest
       new  c5785d3   Drop pod-whatis.patch.
       new  94fad42   releasing package libdbd-mysql-perl version 4.036-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                         |  48 +++++++++++++
 MANIFEST                        |   5 +-
 MANIFEST.SKIP                   |   2 +
 META.json                       |  19 ++++--
 META.yml                        |  27 ++++----
 Makefile.PL                     |   4 +-
 README.md                       |  22 ++++++
 README.pod                      |  32 ---------
 appveyor.yml                    |  19 ------
 debian/changelog                |   9 +++
 debian/patches/pod-whatis.patch |  19 ------
 debian/patches/series           |   1 -
 debian/rules                    |  10 ---
 lib/Bundle/DBD/mysql.pm         |   2 +-
 lib/DBD/mysql.pm                | 123 +++++++--------------------------
 t/05dbcreate.t                  |   5 +-
 t/31insertid.t                  |  18 +++--
 t/41int_min_max.t               | 148 ++++++++++++++++++++++++++++++++++++++++
 t/56connattr.t                  |  10 ++-
 t/mysql.mtest                   |  27 --------
 t/rt25389-bin-case.t            |   5 ++
 t/rt75353-innodb-lock-timeout.t |   9 ++-
 22 files changed, 320 insertions(+), 244 deletions(-)
 create mode 100644 README.md
 delete mode 100644 README.pod
 delete mode 100644 appveyor.yml
 delete mode 100644 debian/patches/pod-whatis.patch
 delete mode 100644 debian/patches/series
 create mode 100644 t/41int_min_max.t
 delete mode 100644 t/mysql.mtest

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to