r19152 - in /trunk/libcrypt-rijndael-perl: Changes META.yml Rijndael.pm debian/changelog
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Apr 25 21:00:30 UTC 2008
Author: gregoa
Date: Fri Apr 25 21:00:29 2008
New Revision: 19152
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19152
Log:
New upstream release.
Modified:
trunk/libcrypt-rijndael-perl/Changes
trunk/libcrypt-rijndael-perl/META.yml
trunk/libcrypt-rijndael-perl/Rijndael.pm
trunk/libcrypt-rijndael-perl/debian/changelog
Modified: trunk/libcrypt-rijndael-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Changes?rev=19152&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Changes (original)
+++ trunk/libcrypt-rijndael-perl/Changes Fri Apr 25 21:00:29 2008
@@ -1,7 +1,13 @@
+
+1.06 - Wed Apr 23 13:14:34 2008
+ * This release has a compiler-bug workaround for Sun C 5.9
+ identified by Andy Armstrong. No, really, it was a compiler
+ bug: http://in.opensolaris.org/jive/thread.jspa?threadID=53641&tstart=0
+ * You don't need to upgrade if you already have 1.05.
1.05_02 - Sun Apr 20 15:26:21 2008
- * This is a workaround for a Solaris compiler bug, but let
- s see what CPAN Testers does with it.
+ * This is a workaround for a Solaris compiler bug, but let's
+ see what CPAN Testers does with it.
1.05_01 - Tue Nov 20 07:59:26 2007
* Updated rijndael.h to handle Mac OS X Panther, thanks to John Fong.
Modified: trunk/libcrypt-rijndael-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/META.yml?rev=19152&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/META.yml (original)
+++ trunk/libcrypt-rijndael-perl/META.yml Fri Apr 25 21:00:29 2008
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Crypt-Rijndael
-version: 1.05_02
+version: 1.06
abstract: Crypt::CBC compliant Rijndael encryption module
license: gpl
generated_by: ExtUtils::MakeMaker version 6.36
Modified: trunk/libcrypt-rijndael-perl/Rijndael.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Rijndael.pm?rev=19152&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Rijndael.pm (original)
+++ trunk/libcrypt-rijndael-perl/Rijndael.pm Fri Apr 25 21:00:29 2008
@@ -34,7 +34,7 @@
require DynaLoader;
-$VERSION = '1.05_02';
+$VERSION = '1.06';
@ISA = qw/DynaLoader/;
bootstrap Crypt::Rijndael $VERSION;
Modified: trunk/libcrypt-rijndael-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/changelog?rev=19152&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/changelog (original)
+++ trunk/libcrypt-rijndael-perl/debian/changelog Fri Apr 25 21:00:29 2008
@@ -1,3 +1,9 @@
+libcrypt-rijndael-perl (1.06-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org> Fri, 25 Apr 2008 22:59:46 +0200
+
libcrypt-rijndael-perl (1.05.02-1) unstable; urgency=low
[ MartÃn Ferrari ]
More information about the Pkg-perl-cvs-commits
mailing list