about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-07-01 08:27:49 +0000
committerEric Wong <normalperson@yhbt.net>2012-07-01 08:27:49 +0000
commit9b980f521c25b2309fe2a02f84e31b82db3b4c99 (patch)
treef9c23d7bd76be462509255a8dcd927a34056f076
parent51747f369197771ed0c1804e0e0b66de2cc4d8d0 (diff)
downloadlocal-openid-9b980f521c25b2309fe2a02f84e31b82db3b4c99.tar.gz
local-openid 0.3.0 - compatibility improvements v0.3.0
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).
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e36125a..e1fc604 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.2.0.GIT
+DEF_VER=v0.3.0.GIT
 
 LF='
 '