[carton] 120/472: Checking in changes prior to tagging of version v0.9.1.

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:39 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 29a81ae02684232ac0bf446a8eb6bf2d406ae90c
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Oct 17 19:05:54 2011 +0900

    Checking in changes prior to tagging of version v0.9.1.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 60b89df..8dd9f6b 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,5 +1,9 @@
     Revision history for carton
    
    +v0.9.1  Mon Oct 17 19:05:12 JST 2011
    +        - Fixed packaging
    +        - Fixed UTF8 encoding warnings for JSON
    +
     v0.9.0  Fri Oct 14 01:27:02 JST 2011
             - Initial non-dev release. Still considered beta before it hits 1.0.0!
---
 Changes       | 4 ++++
 lib/Carton.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 60b89df..8dd9f6b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for carton
 
+v0.9.1  Mon Oct 17 19:05:12 JST 2011
+        - Fixed packaging
+        - Fixed UTF8 encoding warnings for JSON
+
 v0.9.0  Fri Oct 14 01:27:02 JST 2011
         - Initial non-dev release. Still considered beta before it hits 1.0.0!
 
diff --git a/lib/Carton.pm b/lib/Carton.pm
index c90587f..f9cff0e 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_001;
-use version; our $VERSION = qv('v0.9.0');
+use version; our $VERSION = qv('v0.9.1');
 
 use Cwd;
 use Config qw(%Config);

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



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