[libapache-session-browseable-perl] branch master updated (f2e22ef -> 235f43a)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Sep 12 11:53:09 UTC 2017


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

xguimard-guest pushed a change to branch master
in repository libapache-session-browseable-perl.

      from  f2e22ef   update changelog
      adds  ce26a2b   New upstream version 1.2.6
       new  5ab98f9   Updated version 1.2.6 from 'upstream/1.2.6'
       new  f9f4ce3   Bump Standards-Version to 4.1.0
       new  a2b3436   Remove patch now included in upstream
       new  f839207   Add spelling errors patch (reported)
       new  235f43a   Update d/ch

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:
 .travis.yml                                   |  10 +
 Build.PL                                      |   2 +-
 COPYRIGHT                                     |   2 +
 Changes                                       |   9 +
 MANIFEST                                      |   8 +-
 META.json                                     |  28 +-
 META.yml                                      |  24 +-
 README                                        |  24 --
 README.md                                     |  19 ++
 debian/changelog                              |  11 +-
 debian/control                                |   2 +-
 debian/patches/replace-warning.patch          |  28 --
 debian/patches/series                         |   2 +-
 debian/patches/spelling-errors.patch          |  27 ++
 lib/Apache/Session/Browseable.pm              | 129 +++++----
 lib/Apache/Session/Browseable/DBI.pm          |  45 +++-
 lib/Apache/Session/Browseable/LDAP.pm         |   4 +-
 lib/Apache/Session/Browseable/MySQL.pm        |  27 +-
 lib/Apache/Session/Browseable/MySQLJSON.pm    | 225 ++++++++++++++++
 lib/Apache/Session/Browseable/PgHstore.pm     | 212 +++++++++++++++
 lib/Apache/Session/Browseable/PgJSON.pm       | 205 +++++++++++++++
 lib/Apache/Session/Browseable/Postgres.pm     | 106 +++++++-
 lib/Apache/Session/Browseable/SQLite.pm       |   2 +-
 lib/Apache/Session/Browseable/Store/LDAP.pm   |   4 +-
 lib/Apache/Session/Browseable/Store/SQLite.pm | 366 +++++++++++++-------------
 lib/Apache/Session/Serialize/Hstore.pm        | 127 +++++++++
 lib/Apache/Session/Serialize/JSON.pm          |  14 +-
 27 files changed, 1314 insertions(+), 348 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 COPYRIGHT
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 debian/patches/replace-warning.patch
 create mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 lib/Apache/Session/Browseable/MySQLJSON.pm
 create mode 100644 lib/Apache/Session/Browseable/PgHstore.pm
 create mode 100644 lib/Apache/Session/Browseable/PgJSON.pm
 create mode 100644 lib/Apache/Session/Serialize/Hstore.pm

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



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