diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 04:41:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 04:41:53 +0000 |
commit | cd27ffc61458ecb1c4b7f2f919556b112620f671 (patch) | |
tree | e96a94c2526de478231e16c7fa98cbf4ea2ae6a7 /debian/NEWS | |
parent | 479d213419bf7d9e475063dab2164e2e7790ed62 (diff) |
* If Net::OpenID::Consumer is not available, the openid module will quietly
disable itself, this avoids needing a hard dependency on the perl module.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS index b24196732..e66872b42 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -9,10 +9,10 @@ ikiwiki (2.00) unstable; urgency=low or edit your setup file to turn usedirs off: usedirs => 0, - * OpenID logins are now enabled by default. So ikiwiki now depends on the - Net::OpenID::Consumer perl module. Password logins are also still on by - default. If you like, you can turn either OpenID or password logins off - via the 'disable_plugins' setting. + * OpenID logins are now enabled by default, if the Net::OpenID::Consumer + perl module is available. Password logins are also still enabled + by default. If you like, you can turn either OpenID or password logins + off via the 'disable_plugins' setting. -- Joey Hess <joeyh@debian.org> Sun, 29 Apr 2007 19:00:43 -0400 |