[libapache-logformat-compiler-perl] branch master updated (4a8cf06 -> 0759d75)

Florian Schlichting fsfs at moszumanska.debian.org
Thu Jan 9 22:44:18 UTC 2014


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

fsfs pushed a change to branch master
in repository libapache-logformat-compiler-perl.

      from  4a8cf06   IGNORE-VERSION: 0.13 # only applies our patches
      adds  fdbae30   initial import
      adds  4b83179   commit
      adds  b1e4273   fixed timeformat
      adds  c351adc   tune
      adds  7c04b03   test2
      adds  da72813   test2
      adds  7d96358   requires
      adds  25a45c2   docs
      adds  47b13e7   add $time opt. the request was received
      adds  e448e32   Checking in changes prior to tagging of version 0.02.
      adds  5e0e1c1   Added custom log formats for %m, %U, %q and %H
      adds  69758bf   Checking in changes prior to tagging of version 0.03.
      adds  cd41670   Content-Length and Content-Type are reseverd in PSGI
      adds  1f94701   remove Plack dependency
      adds  0cdb1f8   clarify that %{...}o uses *response* headers
      adds  ef25db1   be explicit that %b is the Content-Length of the *response*
      adds  20520d6   custom format string
      adds  048f9f6   stop loop
      adds  372c579   Checking in changes prior to tagging of version 0.04.
      adds  ac2aa6f   use "-" instead of "0" if reqtime is undefined
      adds  9e89a4f   Checking in changes prior to tagging of version 0.05.
      adds  fa9be1d   podspell
      adds  b49a164   update docs
      adds  43a0e1b   Checking in changes prior to tagging of version 0.10.
      adds  1cb6c7a   minil migrate
      adds  a3d5a98   mv logbench eg/
      adds  dc9b187   Checking in changes prior to tagging of version 0.11.
      adds  b578efc   fixed timezone offset cacalculation. https://github.com/plack/Plack/pull/344
      adds  083a322   Checking in changes prior to tagging of version 0.12.
      adds  166b8bf   small POD fixes: typos, grammar
      adds  8c174a0   pod2man fix: add whitespace so that long line can be wrapped
      adds  5ef172b   Merge pull request #2 from fschlich/master
      adds  9367078   update
      adds  93d1df5   Checking in changes prior to tagging of version 0.13.
      adds  99ad585   Check tzoffset for every line. Use POSIX::strftime::GNU if available.
      adds  e1c1d07   Use own tzoffset calculation if has *not* %z support for strftime
      adds  cb5b5c6   Merge pull request #3 from dex4er/bugfix/variable_tzoffset
      adds  acb7dc6   add tzoffset cache #3
      adds  6a0b1a5   update docs
      adds  38629ee   rename self to this in compiled sub. add more tests
      adds  cbab081   remove unnecessary comment
      adds  dc8c619   update bench
      adds  8647c4c   Checking in changes prior to tagging of version 0.14.
      adds  7989dc9   skip tz.t if POSIX::tzset is unavailable like windows #4
      adds  78bec4e   Checking in changes prior to tagging of version 0.15.
      adds  23abd2d   more check around tzset. cygwin does not die tzset. But timezone does not been changed
      adds  8e3be37   change recommends => suggest. see http://blog.64p.org/entry/2013/04/13/185557
      adds  8a24f16   Checking in changes prior to tagging of version 0.20.
      adds  fb69363   requires perl v5.8.4
      adds  f143e34   Merge pull request #5 from dex4er/compatibility/perl_v5.8.4
      adds  5bfa827   skip test on cygwin. It has poor tz db? http://www.cpantesters.org/cpan/report/835ad752-7c6c-1014-934d-29de5cf4dae8
      adds  3c28aee   Checking in changes prior to tagging of version 0.21.
      adds  f4cb57a   skip tz test on Windows. meh
      adds  42cb1c9   Checking in changes prior to tagging of version 0.22.
      adds  08bf68c   Imported Upstream version 0.22
       new  2fb5955   Merge tag 'upstream/0.22'
       new  d408262   Imported Upstream version 0.22
       new  79744a6   Add build-dependency on libtest-mocktime-perl
       new  4fc76da   Update years of packaging cpyright
       new  54f2c59   Add upstream-repo URL to Source field
       new  3b09418   Declare compliance with Debian Policy 3.9.5
       new  22e45f5   Update Vcs-Git field to canonical value
       new  0759d75   prepare changelog for release

The 8 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:
 Build.PL                         |  6 ++-
 Changes                          | 22 +++++++++++
 MANIFEST                         |  1 +
 META.json                        | 24 ++++++++----
 META.yml                         | 11 ++++--
 README.md                        |  5 +++
 cpanfile                         |  5 ++-
 debian/changelog                 | 14 ++++---
 debian/control                   |  5 ++-
 debian/copyright                 |  3 +-
 eg/logbench.pl                   | 79 +++++++++++++++++++-------------------
 lib/Apache/LogFormat/Compiler.pm | 63 ++++++++++++++++++++++--------
 t/04_tz.t                        | 83 ++++++++++++++++++++++++++++++++++++++++
 13 files changed, 243 insertions(+), 78 deletions(-)
 create mode 100644 t/04_tz.t

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



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