[libdbi-perl] branch master updated (2df2a0f -> 6e28298)

gregor herrmann gregoa at debian.org
Wed Feb 14 19:36:55 UTC 2018


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

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

      from  2df2a0f   releasing package libdbi-perl version 1.639-1
      adds  48d1b48   Clarify docs for DBI::hash
      adds  3c858f7   Cease to ignore DESTROY of outer handle in DBI::PurePerl
      adds  ad5b793   Weaken CachedKids ref in attribute cache, RT#113852
      adds  7661ae6   Treat undef in Profile Path as "undef". Clarify docs. RT#113298
      adds  5378127   Update and/or remove broken links to SQL standards. RT#111437
      adds  046c7dc   removed broken links from POD
      adds  12dc64a   Removed/updated broken links in docs.  Closes #29
      adds  179fc53   add appveyor: CI for Windows, like Travis
      adds  ad2c11e   Add appveyor: CI for Windows, like Travis PR#30 from mbeijen/appveyor
      adds  49b330e   Fix fetchall_arrayref({}) behavior with no columns
      adds  8f6011c   Fix gofer.t test failures due to utf8-enabled STDIN/STDOUT
      adds  66b7b45   Fix gofer.t test failures due to utf8-enabled STDIN/STDOUT PR#32 from mauke/master
      adds  6a23317   Fixed spelling errors in pod. RT#107838
      adds  3d3fd6c   Add $dbh->selectall_array method. RT#106411
      adds  bdde51f   Remove non-ASCI character in pod.
      adds  1564129   Update Changes to reflect recent changes
      adds  71802a1   Fixed "panic: attempt to copy freed scalar" upon commit() or rollback()
      adds  f6b4aa5   Removed the ancient DBI::FAQ module RT#102714
      adds  35b2118   Fixed t/pod.t to require Test::Pod >= 1.41 RT#101769
      adds  c42a579   Update dbipport.h from ppport.h 3.20 to 3.32
      adds  cd4eb34   Report PrintError/RaiseError via warn_sv/croak_sv for UTF-8. RT#102404
      adds  c8ed899   Update Changes
      adds  df9b142   Fix cases where ShowErrorStatement might not show correct Statement
      adds  7af2dd7   Remove trailing ; in statements before parsing
      adds  e29af98   Skip unicode PrintError/RaiseError test for perl < 5.14
      adds  103ac32   Avoid compile-time error for unicode support in old perls
      adds  d8a2319   Avoid risk of segv during global destruction
      adds  a96f348   Corrected doc example to use dbi: instead of DBI: in DSN. RT#101181
      adds  da0380c   Update MANIFEST & MANIFEST.SKIP
      adds  1ba40ac   Bump version to 1.635 and update Changes
      adds  3910d76   Fix compilation for threaded perl <= 5.12
      adds  c80663b   Add 5.22 and 5.22-extras to travis-ci config
      adds  505f41c   Output perl version and archname in t/01basics.t
      adds  11a79b5   Change t/16destroy.t to avoid race hazard
      adds  eec7913   Revert PurePerl DESTROY behaviour change. Delete CachedKids regardless.
      adds  d07e637   Bump version to 1.636 and update Changes
      adds  b282ece   Fix extentension detection for DBD::File related drivers
      adds  02b90b6   A few more .ext protections
      adds  dbba28e   Added support for DBD::XMLSimple
      adds  6513e6d   Merge pull request #38 from nigelhorne/master
      adds  8fcfaaa   fix typo
      adds  a9fe17e   Merge pull request #37 from bor/patch-1
      adds  5fe7e01   Small POD changes (Getting Help -> Online)
      adds  e6656c4   Merge pull request #33 from openstrike/podfix
      adds  ad36110   Fix tests for perl without dot in @INC RT#120443
      adds  c6d410d   Fix crashing when calling warn() and croak() functions
      adds  b8b1014   Merge pull request #44 from pali/format
      adds  0d5b6c6   Fixes Pod typo
      adds  ecaa03d   Adds links to more module names in Pod.
      adds  4f3c17e   Merge pull request #43 from oalders/master
      adds  c3d7a1a   Fix disappearing $_ inside callbacks.
      adds  515c66e   Merge pull request #47 from robschaber/master
      adds  cf0e542   Remove unused $HAS_WEAKEN var and setup
      adds  ed4bf79   Allow objects to be used as passwords without throwing an error.
      adds  87e16ac   Merge pull request #40 from demerphq/master
      adds  b9a5693   .travis.yml: add more perls to test with
      adds  fa0b0f4   Merge pull request #50 from rehsack/test_on_more_perls
      adds  9ba7b04   test SvOK() before copying Statement to the parent handle
      adds  d63454c   Merge pull request #34 from charsbar/fix_copy_statement_to_parent
      adds  79b2c9c   Add cautionary note to prepare_cached docs re refs in %attr
      adds  a43696a   Allow $sth NAME_* attributes to be set from perl code
      adds  f70f31d   Fix DBI documentation about eval { } usage
      adds  93faa5d   Use Try::Tiny for some examples using eval.
      adds  13228e8   Bump version. Update Changes. Fix stray char in pod.
      adds  41e039c   Fix dependency on Storable for perl older than 5.8.9
      adds  08dadfe   DBD::Mem - add new pure perl driver DBD::Mem
      adds  dc48196   t/48dbi_dbd_sqlengine.t: fix SQL syntax
      adds  1cc6ecc   DBD::Mem: add basic documentation
      adds  2f28cd2   Merge pull request #42 from rehsack/dbd_mem
      adds  d497cd6   Add new Changes in DBI 1.638 section with latest changes.
      adds  5deedcf   Implement warn_sv/croak_sv with UTF-8 support also for Perl prior to 5.14
      adds  654f47a   Merge pull request #53 from pali/master
      adds  88e0381   Add missing semicolon in documentation
      adds  90d3095   Merge pull request #55 from 2shortplanks/2shortplanks/missing-semi-colon-docs
      adds  7c56837   Update Changes. Add t/54_dbd_mem.t to MANIFEST
      adds  2060321   Bump version to 1.639. Add lib/DBD/Mem.pm to MANIFEST.
      adds  be4dc78   Update Changes to record 1.639 release date
      adds  8654af8   Fix test t/91_store_warning.t
      adds  fd08adf   Add Perl 5.10.0 and 5.8.1 to Travis testing
      adds  34ec603   Merge pull request #57 from pali/warning
      adds  752baaf   Add mariadb_ prefix for a new DBD::MariaDB driver
      adds  2e1b45c   Merge pull request #56 from pali/master
      adds  95bcd99   Update Changes. Bump version.
      adds  855626f   New upstream version 1.640
       new  38d6ad2   Update upstream source from tag 'upstream/1.640'
       new  6cbe8d2   Update debian/changelog
       new  cdc4f23   Update years of packaging copyright.
       new  cc0a3b8   Bump debhelper compatibility level to 10.
       new  55ef8fb   Refresh spelling.patch (offset).
       new  00be006   Remove trailing whitespace from a comment in debian/rules.
       new  6e28298   releasing package libdbi-perl version 1.640-1

The 7 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                       | 12 +++++++++++-
 DBI.pm                        |  5 +++--
 META.json                     |  2 +-
 META.yml                      |  2 +-
 debian/changelog              | 11 +++++++++++
 debian/compat                 |  2 +-
 debian/control                |  2 +-
 debian/copyright              |  4 ++--
 debian/patches/spelling.patch |  4 ++--
 debian/rules                  |  2 +-
 t/91_store_warning.t          |  2 +-
 11 files changed, 35 insertions(+), 13 deletions(-)

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



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