r19150 - in /branches/upstream/libcrypt-rijndael-perl/current: Changes META.yml Rijndael.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Apr 25 20:59:16 UTC 2008


Author: gregoa
Date: Fri Apr 25 20:59:16 2008
New Revision: 19150

URL: http://svn.debian.org/wsvn/?sc=1&rev=19150
Log:
[svn-upgrade] Integrating new upstream version, libcrypt-rijndael-perl (1.06)

Modified:
    branches/upstream/libcrypt-rijndael-perl/current/Changes
    branches/upstream/libcrypt-rijndael-perl/current/META.yml
    branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm

Modified: branches/upstream/libcrypt-rijndael-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libcrypt-rijndael-perl/current/Changes?rev=19150&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/Changes (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/Changes Fri Apr 25 20:59:16 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: branches/upstream/libcrypt-rijndael-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libcrypt-rijndael-perl/current/META.yml?rev=19150&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/META.yml (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/META.yml Fri Apr 25 20:59:16 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: branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm?rev=19150&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm Fri Apr 25 20:59:16 2008
@@ -34,7 +34,7 @@
 
 require DynaLoader;
 
-$VERSION = '1.05_02';
+$VERSION = '1.06';
 @ISA = qw/DynaLoader/;
 
 bootstrap Crypt::Rijndael $VERSION;




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