[libparse-debianchangelog-perl] 33/52: Prepare 1.1.1 release

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:29 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit 050401a420ca58baf80904625474b19b5693db3a
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Sat Sep 1 04:04:21 2007 +0200

    Prepare 1.1.1 release
---
 Changes                      | 9 +++++++++
 debian/changelog             | 7 +++++++
 lib/Parse/DebianChangelog.pm | 2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index d79d939..0c11552 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+Parse-DebianChangelog (1.1.1) unstable; urgency=low
+
+  * Bug fixes:
+    - handle dates equal to the epoch correctly
+    - fix an error in the German translation
+    - misc fixes to tests and build system
+
+ -- Frank Lichtenheld <frank at lichtenheld.de>  Sat, 01 Sep 2007 03:24:08 +0200
+
 Parse-DebianChangelog (1.1) unstable; urgency=low
 
   * Bug fixes and misc stuff:
diff --git a/debian/changelog b/debian/changelog
index a360599..7e38952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libparse-debianchangelog-perl (1.1.1-1) unstable; urgency=low
+
+  * New upstream release
+    - Fixes handling of dates equal to the epoch (Closes: #440116)
+
+ -- Frank Lichtenheld <djpig at debian.org>  Sat, 01 Sep 2007 03:25:06 +0200
+
 libparse-debianchangelog-perl (1.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/lib/Parse/DebianChangelog.pm b/lib/Parse/DebianChangelog.pm
index 17f9feb..30186de 100644
--- a/lib/Parse/DebianChangelog.pm
+++ b/lib/Parse/DebianChangelog.pm
@@ -103,7 +103,7 @@ use Date::Parse;
 use Parse::DebianChangelog::Util qw( :all );
 use Parse::DebianChangelog::Entry;
 
-our $VERSION = '1.1';
+our $VERSION = '1.1.1';
 
 =pod
 

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



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