[libapache-logformat-compiler-perl] 04/04: Checking in changes prior to tagging of version 0.32.

Florian Schlichting fsfs at moszumanska.debian.org
Thu Jun 12 08:43:26 UTC 2014


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

fsfs pushed a commit to tag 0.32
in repository libapache-logformat-compiler-perl.

commit 291210e72318f188d16f5ccdd2b7ade782640d16
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Mon Jun 9 11:01:22 2014 +0900

    Checking in changes prior to tagging of version 0.32.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 908a305..7de402c 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension Apache::LogFormat::Compiler
    
     {{$NEXT}}
    
    +0.32 2014-06-09T02:00:15Z
    +
    +   - change perl version requirements to 5.8.1
    +
     0.30 2014-01-28T07:59:07Z
    
        - add docs abount POSIX::strftime::Compiler
---
 Changes                          | 4 ++++
 META.json                        | 2 +-
 lib/Apache/LogFormat/Compiler.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 908a305..7de402c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Apache::LogFormat::Compiler
 
 {{$NEXT}}
 
+0.32 2014-06-09T02:00:15Z
+
+   - change perl version requirements to 5.8.1
+
 0.30 2014-01-28T07:59:07Z
 
    - add docs abount POSIX::strftime::Compiler
diff --git a/META.json b/META.json
index 2bc3b89..c21ad43 100644
--- a/META.json
+++ b/META.json
@@ -73,7 +73,7 @@
          "web" : "https://github.com/kazeburo/Apache-LogFormat-Compiler"
       }
    },
-   "version" : "0.30",
+   "version" : "0.32",
    "x_contributors" : [
       "Florian Schlichting <fsfs at debian.org>",
       "Piotr Roszatycki <piotr.roszatycki at gmail.com>"
diff --git a/lib/Apache/LogFormat/Compiler.pm b/lib/Apache/LogFormat/Compiler.pm
index f3f857b..850b51a 100644
--- a/lib/Apache/LogFormat/Compiler.pm
+++ b/lib/Apache/LogFormat/Compiler.pm
@@ -13,7 +13,7 @@ use constant {
     TIME => 4,
 };
 
-our $VERSION = '0.30';
+our $VERSION = '0.32';
 
 # copy from Plack::Middleware::AccessLog
 our %formats = (

-- 
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