Release Name: 0.4.0
Notes:
local-openid 0.4.0 - non-standard ports and schemes
local-openid allows users with shell accounts on servers to authenticate
with OpenID consumers by editing a YAML file in their home directory
instead of authenticating through HTTP/HTTPS.
* http://bogomips.org/local-openid/
* local.openid@librelist.org
* git://bogomips.org/local-openid.git
* http://bogomips.org/local-openid/NEWS.atom.xml
Changes:
We now support exposing instances to OpenID consumers on non-standard
ports and non-HTTP schemes. This feature is contingent on your OpenID
consumer supporting these, too.
Thanks to Nathan Paul Simons for sending an early implementation
of this feature.
Changes:
GIT-VERSION-GEN | 2 +-
Rakefile | 18 +++++++++++++-----
lib/local_openid.rb | 5 +----
local-openid.gemspec | 1 +
4 files changed, 16 insertions(+), 10 deletions(-)
commit 2a2b451dc7878ad0eebfed27cf874b279c363eb4
Author: Eric Wong
Date: Tue Mar 12 07:40:45 2013 +0000
local-openid 0.4.0 - non-standard ports and schemes
We now support exposing instances to OpenID consumers on non-standard
ports and non-HTTP schemes. This feature is contingent on your OpenID
consumer supporting these, too.
Thanks to Nathan Paul Simons for sending an early implementation
of this feature.
commit 16c7bcebb9c0ddc1e94bd313fa460efe4884bbe0
Author: Eric Wong
Date: Tue Mar 5 03:48:44 2013 +0000
use Rack::Request#base_url for server_root
Nathan Paul Simons reported the need to include the port for
certain consumers. Since we don't want to blindly add the port
for users on standard HTTP/HTTPS ports, we can use
Rack::Request#base_url to generate the URL for us.
Rack::Request#base_url is available since Rack 1.3.0
commit 8bf0815a595ee755d91ca013572dd7911844d5db
Author: Eric Wong
Date: Sat Aug 18 08:16:23 2012 +0000
Rakefile: update fm_update task for freecode.com
freshmeat is now freecode, and requires HTTPS
|