aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-06-21 12:12:30 +0100
committerJoey Hess <joey@gnu.kitenet.net>2009-07-07 13:38:04 -0400
commitea4686a565067b8c9a4cd1f1a76c205c7a38bfed (patch)
treeda9620306f7bc884c3eec66b7638f075e4c29666 /debian
parentf35f7358e0d86e20031e74ab25f61ae03352fdc6 (diff)
downloadikiwiki-ea4686a565067b8c9a4cd1f1a76c205c7a38bfed.tar
ikiwiki-ea4686a565067b8c9a4cd1f1a76c205c7a38bfed.tar.gz
Update IkiWiki::openiduser to work with Net::OpenID 2.x
openiduser previously used a constructor that no longer works in 2.x. However, all we actually want is the (undocumented) DisplayOfURL function that is invoked by the display method, so try to use that. (cherry picked from commit c3dd0ff5c7c10743107f203a5b456fdcd1b171df)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c119dea8e..bb33f25f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ikiwiki (3.1415) UNRELEASED; urgency=low
* img: Fix extra double quote with alt text. (smcv)
* Updated French debconf templates translation. Closes: #535103
+ * openid: Support Net::OpenID 2.x when pretty-printing
+ openids. (smcv)
-- Joey Hess <joeyh@debian.org> Tue, 16 Jun 2009 15:08:31 -0400