Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Nov 20, 2008
1 parent e42c8f3 commit 3db7fc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
== 1.2.2 released 2008-11-19
== 1.2.2 released 2008-11-20

* Added allow_blank_login_and_password_field and allow_blank_email_field options to acts_as_authentic, which allows you to have alternative logins, such as OpenID
* In the session Authlogic now also stores the record id. We use this id to find the record and then check the token against the record, thus allowing for quicker database lookups, while getting the same security.
Expand Down
1 change: 1 addition & 0 deletions Manifest
Expand Up @@ -21,6 +21,7 @@ lib/authlogic/session/callbacks.rb
lib/authlogic/session/config.rb
lib/authlogic/session/cookies.rb
lib/authlogic/session/errors.rb
lib/authlogic/session/openid.rb
lib/authlogic/session/params.rb
lib/authlogic/session/perishability.rb
lib/authlogic/session/scopes.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/authlogic/version.rb
Expand Up @@ -44,7 +44,7 @@ def to_a

MAJOR = 1
MINOR = 2
TINY = 1
TINY = 2

# The current version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down

0 comments on commit 3db7fc2

Please sign in to comment.