[libdbd-mysql-perl] branch master updated (3192963 -> 110bd1b)

Damyan Ivanov dmn at alioth.debian.org
Wed Nov 6 16:03:57 UTC 2013


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

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

      from  3192963   Update d/ch (+version 4.024-1)
      adds  a64f7e0   Imported Upstream version 4.025
       new  9651f55   Merge tag 'upstream/4.025'
       new  28a2d79   Imported Upstream version 4.025
       new  110bd1b   updated years of upstream copyright

The 3 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:
 ChangeLog                           |   18 +-
 INSTALL.html                        |  792 ----------
 MANIFEST                            |   18 +-
 MANIFEST.SKIP                       |    7 +
 META.yml                            |    4 +-
 MYMETA.yml                          |   28 -
 Makefile.PL                         |  105 +-
 README                              |  138 --
 README.OSX                          |    2 -
 README.pod                          |   30 +
 dbdimp.c                            |   14 +-
 dbdimp.h                            |    2 -
 dbdimp.o                            |  Bin 318976 -> 0 bytes
 debian/changelog                    |    7 +
 debian/copyright                    |    2 +-
 eg/bug21028.pl                      |    1 -
 eg/proc_example1.pl                 |    4 +-
 eg/proc_example2.pl                 |    4 +-
 lib/Bundle/DBD/mysql.pm             |   25 +-
 lib/DBD/mysql.pm                    |  214 ++-
 lib/DBD/mysql/INSTALL.pod           |  136 +-
 myld                                |    2 +-
 mysql.c                             | 2728 -----------------------------------
 mysql.o                             |  Bin 292056 -> 0 bytes
 mysql.xs                            |    2 -
 mysql.xsi                           |  776 ----------
 pod2htmd.tmp                        |    2 -
 pod2htmi.tmp                        |    2 -
 t/00base.t                          |   17 +-
 t/10connect.t                       |   17 +-
 t/15reconnect.t                     |    8 +-
 t/20createdrop.t                    |    8 +-
 t/25lockunlock.t                    |   19 +-
 t/29warnings.t                      |   53 +-
 t/30insertfetch.t                   |   11 +-
 t/31insertid.t                      |   19 +-
 t/32insert_error.t                  |   11 +-
 t/35limit.t                         |   13 +-
 t/35prepare.t                       |   17 +-
 t/40bindparam.t                     |   26 +-
 t/40bindparam2.t                    |   27 +-
 t/40blobs.t                         |   35 +-
 t/40catalog.t                       |   19 +-
 t/40keyinfo.t                       |    9 +-
 t/40listfields.t                    |   26 +-
 t/40nulls.t                         |   15 +-
 t/40nulls_prepare.t                 |   14 +-
 t/40numrows.t                       |   22 +-
 t/40server_prepare.t                |    7 +-
 t/40server_prepare_error.t          |   19 +-
 t/40types.t                         |   13 +-
 t/41bindparam.t                     |   13 +-
 t/41blobs_prepare.t                 |   18 +-
 t/42bindparam.t                     |   11 +-
 t/43count_params.t                  |   16 +-
 t/50chopblanks.t                    |   13 +-
 t/50commit.t                        |   23 +-
 t/55utf8.t                          |   19 +-
 t/60leaks.t                         |  232 ++-
 t/65segfault.t                      |   19 +-
 t/65types.t                         |   13 +-
 t/70takeimp.t                       |   20 +-
 t/75supported_sql.t                 |    8 +-
 t/76multi_statement.t               |   11 +-
 t/80procs.t                         |   32 +-
 t/81procs.t                         |   27 +-
 t/85init_command.t                  |   11 +-
 t/86_bug_36972.t                    |    7 +-
 t/87async.t                         |    7 +-
 t/88async-multi-stmts.t             |    7 +-
 t/89async-method-check.t            |   11 +-
 t/90no-async.t                      |    3 +-
 t/99_bug_server_prepare_blob_null.t |   17 +-
 t/lib.pl                            |   71 +-
 t/mem_leak.pl                       |   14 -
 t/mysql.dbtest                      |    9 +-
 t/mysql.mtest                       |    6 +-
 t/rt83494-quotes-comments.t         |   49 +
 t/rt85919-fetch-lost-connection.t   |   44 +
 t/rt86153-reconnect-fail-memory.t   |   79 +
 80 files changed, 1015 insertions(+), 5283 deletions(-)
 delete mode 100644 INSTALL.html
 delete mode 100644 MYMETA.yml
 delete mode 100644 README
 delete mode 100644 README.OSX
 create mode 100644 README.pod
 delete mode 100644 dbdimp.o
 delete mode 100644 mysql.bs
 delete mode 100644 mysql.c
 delete mode 100644 mysql.o
 delete mode 100644 mysql.xsi
 delete mode 100644 pm_to_blib
 delete mode 100644 pod2htmd.tmp
 delete mode 100644 pod2htmi.tmp
 delete mode 100644 t/mem_leak.pl
 create mode 100644 t/rt83494-quotes-comments.t
 create mode 100644 t/rt85919-fetch-lost-connection.t
 create mode 100644 t/rt86153-reconnect-fail-memory.t

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



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