[libnet-openid-common-perl] 09/09: v1.12
gregor herrmann
gregoa at debian.org
Sun Feb 7 21:50:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to annotated tag v1.12
in repository libnet-openid-common-perl.
commit 2379017e0576a835f0d0933d365118e158c68f70
Author: Roger Crew <crew at cs.stanford.edu>
Date: Tue Oct 25 11:37:09 2011 -0700
v1.12
* API change: IndirectMessage->new(CODEREF)
CODEREF now needs to be able to also take 0 arguments and then
return a list of all URI parameter names in the request
(core protocol as of OpenID 2.0 needs this functionality)
Added IndirectMessage->all_parameters
* Use HTML::Parser for parsing HTML
Added OpenID::util::html_extract_linkmetas
* Fix YADIS discovery so that
(1) HTML parsing is not done on YADIS documents and
(2) meta/http-equiv tags are checked when there's
no YADIS document or x-xrds-location header
---
Changes | 2 ++
dist.ini | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 765f2ea..922229f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
{{$NEXT}}
+1.12 Oct 25 2011
+
* API change: IndirectMessage->new(CODEREF)
CODEREF now needs to be able to also take 0 arguments and then
diff --git a/dist.ini b/dist.ini
index 3a46f2e..d9ae8a0 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Net-OpenID-Common
-version = 1.11
+version = 1.12
author = Robert Norris <rob at eatenbyagrue.org>
author = Roger Crew <crew at cs.stanford.edu>
license = Perl_5
--
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