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  266d222   update changelog
       new  d17fe98   applied a doc patch by Salvatore Bonaccorso (fix #15)
       new  cee7a58   updated Changes
       new  0c5895c   added a brief description to ::Constants (fix #16, 
Salvatore++)
       new  abed684   two-arg fts3_tokenizer() is disabled by default for 
security concerns as of SQLite 3.11.0, unless DBD::SQLite is compiled with 
-DSQLITE_ENABLE_FTS3_TOKENIZER
       new  e9ae705   split dbdimp.c and move tokenizer/virtual table-related 
code into .inc files
       new  37034d0   updated SQLite to 3.11.0
       new  d1fd612   register perl tokenizer only if DBD::SQLite is compiled 
with -DSQLITE_ENABLE_FTS3_TOKENIZER
       new  65ac52d   add 5.22 to .travis.yml
       new  58ba45f   see if SQLITE_ENABLE_FTS3_TOKENIZER environmental 
variable is set, for those who do need perl tokenizer
       new  20f57e8   updated Changes
       new  7ae3f65   make sure to set internal unicode mode before registering 
default callbacks (REGEXP function etc)
       new  f351137   updated MANIFEST
       new  b4cfca7   enabled (experimental) FTS5
       new  000a351   releng 1.51_01
       new  95bd200   not to use Japanese multibyte characters directly
       new  8a50806   try Encode for older perls
       new  c716e6b   compare perl_match and db_match
       new  90dc44a   releng 1.51_02
       new  bb93e93   skip no warnings test because it's known to fail under 
perl >= 5.22 and non-utf8 locale (RT-112220)
       new  42007c9   respect also SQLITE_INC/SQLITE_LIB when necessary
       new  2db5167   releng 1.51_03
       new  6939112   updated SQLite to 3.11.1
       new  996562e   releng 1.51_04
       new  093875d   updated SQLite to 3.12.0
       new  84092c5   add 2 missing function declarations
       new  c91398e   Merge pull request #17 from rurban/master
       new  67c5927   updated SQLite to 3.12.2
       new  25321bf   fixed RT-115465: column_info doesn't parse sizes with 
spaces (ilmari++)
       new  4c7b071   updated SQLite to 3.13.0
       new  473a3bf   releng 1.51_05
       new  c48fbb7   upgraded SQLite to 3.14.0
       new  f8d05bf   updated Changes
       new  5131f9f   updated SQLite to 3.15.0
       new  5bd465f   releng 1.51_06
       new  0c4d048   downgraded SQLite to 3.13.0 (RT-118395)
       new  a9afbcc   releng 1.51_07
       new  8878009   releng 1.52
       new  1615890   New upstream version 1.52
       new  9b701a1   Merge tag 'upstream/1.52'
       new  595add9   Update debian/changelog
       new  5588ee5   Drop spelling-error-in-manpage.patch patch
       new  31eae56   Declare compliance with Debian policy 3.9.8
       new  b9c1c98   Update debian/changelog file

The 43 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:
 .travis.yml                                    |     1 +
 Changes                                        |    41 +
 MANIFEST                                       |     4 +
 META.json                                      |     2 +-
 META.yml                                       |     2 +-
 Makefile.PL                                    |    16 +-
 SQLite.xs                                      |     4 +
 dbdimp.c                                       |  1143 +-
 dbdimp.h                                       |     2 +
 dbdimp_tokenizer.inc                           |   289 +
 dbdimp_virtual_table.inc                       |   835 +
 debian/changelog                               |    10 +-
 debian/control                                 |     2 +-
 debian/patches/series                          |     1 -
 debian/patches/spelling-error-in-manpage.patch |    27 -
 lib/DBD/SQLite.pm                              |     6 +-
 lib/DBD/SQLite/Constants.pm                    |     2 +-
 lib/DBD/SQLite/VirtualTable.pm                 |     6 +-
 sqlite3.c                                      | 28593 ++++++++++++++++-------
 sqlite3.h                                      |  1620 +-
 sqlite3ext.h                                   |     4 +
 t/43_fts3.t                                    |     3 +
 t/62_regexp_multibyte_char_class.t             |    53 +
 t/lib/Test.pm                                  |     2 +-
 t/rt_115465_column_info_with_spaces.t          |    37 +
 25 files changed, 22608 insertions(+), 10097 deletions(-)
 create mode 100644 dbdimp_tokenizer.inc
 create mode 100644 dbdimp_virtual_table.inc
 delete mode 100644 debian/patches/spelling-error-in-manpage.patch
 create mode 100644 t/62_regexp_multibyte_char_class.t
 create mode 100644 t/rt_115465_column_info_with_spaces.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-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