[libdbd-sqlite3-perl] branch master updated (7d1582e -> 2385100)

Salvatore Bonaccorso carnil at debian.org
Sun Aug 11 11:52:12 UTC 2013


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

carnil pushed a change to branch master
in repository libdbd-sqlite3-perl.

      from  7d1582e   update changelog
      adds  7ab54f9   Imported Upstream version 1.40
       new  085d748   Merge tag 'upstream/1.40'
       new  e34321b   Add debian/NEWS entry about possibly breaking changes
       new  1f94c54   Update copyright years for upstream files
       new  0eae764   Update copyright years for ppport.h copy
       new  961280c   Update copyright years for debian/* packaging files
       new  433df9b   Bump Standards-Version to 3.9.4
       new  f66fcd7   Refresh use_system_sqlite patch (offset)
       new  44cd8c6   Wrap and sort fields in debian/control file
       new  2385100   Prepare changelog for release

The 9 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                                    |   77 +-
 LICENSE                                    |    2 -
 MANIFEST                                   |   13 +-
 MANIFEST.SKIP                              |    2 +
 META.json                                  |    8 +-
 META.yml                                   |    8 +-
 MYMETA.json                                |   61 -
 MYMETA.yml                                 |   35 -
 Makefile.PL                                |   19 +-
 README                                     |    3 +-
 SQLite.xs                                  |   66 +-
 dbdimp.c                                   |  225 +-
 dbdimp.h                                   |    6 +
 debian/NEWS                                |   13 +
 debian/changelog                           |   14 +-
 debian/control                             |   15 +-
 debian/copyright                           |    8 +-
 debian/patches/use_system_sqlite           |    4 +-
 fts3_tokenizer.h                           |    2 +-
 lib/DBD/SQLite.pm                          |  701 +-
 lib/DBD/SQLite/Cookbook.pod                |   57 +-
 ppport.h                                   |  503 +-
 sqlite3.c                                  |17553 +++++++++++++++++-----------
 sqlite3.h                                  |  345 +-
 sqlite3ext.h                               |   41 +-
 t/06_tran.t                                |   13 +-
 t/10_create_aggregate.t                    |    4 +-
 t/19_bindparam.t                           |   12 +-
 t/33_non_latin_path.t                      |    7 +-
 t/37_regexp.t                              |    5 +
 t/40_multiple_statements.t                 |   10 +-
 t/42_primary_key_info.t                    |   64 +-
 t/43_fts3.t                                |  228 +-
 t/44_rtree.t                               |   20 +-
 t/49_trace_and_profile.t                   |  122 +-
 t/50_foreign_key_info.t                    |  125 +
 t/51_table_column_metadata.t               |   56 +
 t/52_db_filename.t                         |   37 +
 t/53_status.t                              |   53 +
 t/54_literal_txn.t                         |   28 +
 t/lib/Test.pm                              |   15 +-
 t/rt_25924_user_defined_func_unicode.t     |    4 +-
 t/rt_26775_distinct.t                      |  131 +
 t/rt_64177_ping_wipes_out_the_errstr.t     |   20 +
 t/rt_67581_bind_params_mismatch.t          |  292 +-
 t/rt_71311_bind_col_and_unicode.t          |  236 +-
 t/rt_73159_fts_tokenizer_segfault.t        |   76 +-
 t/rt_77724_primary_key_with_a_whitespace.t |   26 +
 t/rt_78833_utf8_flag_for_column_names.t    |  166 +
 t/rt_81536_multi_column_primary_key_info.t |   66 +
 typemap                                    |   21 +
 util/getsqlite.pl                          |    7 +-
 52 files changed, 13728 insertions(+), 7897 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100755 t/50_foreign_key_info.t
 create mode 100644 t/51_table_column_metadata.t
 create mode 100644 t/52_db_filename.t
 create mode 100644 t/53_status.t
 create mode 100644 t/54_literal_txn.t
 create mode 100644 t/rt_26775_distinct.t
 create mode 100644 t/rt_64177_ping_wipes_out_the_errstr.t
 create mode 100644 t/rt_77724_primary_key_with_a_whitespace.t
 create mode 100644 t/rt_78833_utf8_flag_for_column_names.t
 create mode 100644 t/rt_81536_multi_column_primary_key_info.t
 create mode 100644 typemap

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



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