Release Name: 0.3.0
Notes:
local-openid 0.3.0 - compatibility improvements
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:
This release brings a major compatibility improvement
from Lionel Elie Mamane:
The OpenID provider identifier and user identifier are now
distinct and compliant with the OpenID 2.0 specification.
The user identifier is unchanged: http://${HOST}/
The provider identifier (and provider endpoint URL) is now
http://${HOST}/provider
If you were not able to get local-openid working with a certain site in
the past, this version may work for you. Please report any
compatibility problems to local.openid@librelist.org and hopefully
somebody can help. Unreported issues can never be fixed.
The Sinatra dependency is relaxed to allow any 1.x version
(tested with 1.3.2 and 1.0.0).
Changes:
.gitignore | 1 +
.wrongdoc.yml | 6 ++
GIT-VERSION-GEN | 2 +-
GNUmakefile | 147 ++-----------------------------------------
README | 12 ++--
Rakefile | 122 ++++++-----------------------------
lib/local_openid.rb | 85 ++++++++++++++++++-------
local-openid.gemspec | 30 ++++-----
pkg.mk | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 288 insertions(+), 292 deletions(-)
commit 9b980f521c25b2309fe2a02f84e31b82db3b4c99
Author: Eric Wong
Date: Sun Jul 1 08:27:49 2012 +0000
local-openid 0.3.0 - compatibility improvements
This release brings a major compatibility improvement
from Lionel Elie Mamane:
The OpenID provider identifier and user identifier are now
distinct and compliant with the OpenID 2.0 specification.
The user identifier is unchanged: http://${HOST}/
The provider identifier (and provider endpoint URL) is now
http://${HOST}/provider
If you were not able to get local-openid working with a certain site in
the past, this version may work for you. Please report any
compatibility problems to local.openid@librelist.org and hopefully
somebody can help. Unreported issues can never be fixed.
The Sinatra dependency is relaxed to allow any 1.x version
(tested with 1.3.2 and 1.0.0).
commit 51747f369197771ed0c1804e0e0b66de2cc4d8d0
Author: Eric Wong
Date: Sun Jul 1 08:14:40 2012 +0000
README: use consistent domain for mailing list
librelist.org is favored since .com is associated with
commercial interests (which I certainly do not have).
commit e6d2ed105327f41e07a735735bcfd884e3ccc814
Author: Eric Wong
Date: Sun Jul 1 08:13:16 2012 +0000
gemspec: loosen Sinatra version dependency
sinatra 1.3.2 appears to work fine, and I expect any 1.x
version to continue to do so, too.
commit 9632cd2d3cfc62ad11c7a5c2b69fb5ffaae51f6d
Author: Eric Wong
Date: Sun Jul 1 08:11:16 2012 +0000
update packaging to use pkg.mk + wrongdoc
No more JavaScript on the homepage!
commit c194df3ffccea000467e932ef5d4f7f18fa68311
Author: Eric Wong
Date: Sun Jul 1 08:01:02 2012 +0000
doc: shorten URLs
bogomips.org went on a URL diet a few years ago.
commit 1ace6029b574443965ef6b2fc872f6517b430e20
Author: Lionel Elie Mamane
Date: Mon Jun 25 03:54:34 2012 +0000
separate OpenID Provider identifier and user identifier to be distinct
As per OpenID Authentication 2.0 specification section 11.2, the two
are not allowed to be equal.
The user identifier is unchanged: http://${HOST}/
The provider identifier (and provider endpoint URL) is now
http://${HOST}/provider
Signed-off-by: Eric Wong
commit 836a4116373a69f6dbe9e909780403c5971fa390
Author: Eric Wong
Date: Mon Aug 30 08:17:22 2010 +0000
README: note config.yml is lazily created
Based on the experiences of a real user.
commit 2103ee1e65078a58c6741682daff632cbdff8d48
Author: Eric Wong
Date: Sat Jun 26 09:12:23 2010 +0000
gemspec: fix email address
|