[libnet-openid-common-perl] 09/34: version bump and changelog update
gregor herrmann
gregoa at debian.org
Sun Feb 7 21:50:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to annotated tag v1.030099_001
in repository libnet-openid-common-perl.
commit 1ae7f2cb3edef3b88ac2acb38d283d16a7cd2636
Author: Robert Norris <rob at eatenbyagrue.org>
Date: Tue Oct 26 09:19:14 2010 +1100
version bump and changelog update
---
ChangeLog | 7 ++++++-
dist.ini | 2 +-
lib/Net/OpenID/Common.pm | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fb272d9..a9959cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,6 @@
- * Initial version with stuff moved out of Net::OpenID::Consumer.
+1.10:
+
+ * Fix potential timing attack when checking signatures (Adam Sjøgren)
+ (see http://lists.openid.net/pipermail/openid-security/2010-July/001156.html)
+
+ * Initial version with stuff moved out of Net::OpenID::Consumer.
diff --git a/dist.ini b/dist.ini
index e3f353b..b99931d 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Net-OpenID-Common
-version = 1.01
+version = 1.10
author = Robert Norris <rob at eatenbyagrue.org>
license = Perl_5
copyright_holder = Brad Fitzpatrick
diff --git a/lib/Net/OpenID/Common.pm b/lib/Net/OpenID/Common.pm
index 548d969..de5e09d 100644
--- a/lib/Net/OpenID/Common.pm
+++ b/lib/Net/OpenID/Common.pm
@@ -1,7 +1,7 @@
package Net::OpenID::Common;
-$VERSION = 1.01;
+$VERSION = 1.10;
=head1 NAME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-openid-common-perl.git
More information about the Pkg-perl-cvs-commits
mailing list