Skip to content

Commit

Permalink
Release v 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Jan 9, 2009
1 parent 69f2c2b commit f45f1fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
== 1.3.9 released 2008-12-27
== 1.3.9 released 2009-1-9

* Added the disable_perishable_token_maintenance option to disable the automatic resetting of the perishable_token, meaning you will have to maintain this yourself.
* Changed shoulda macro to conform to standards so model is not required to be passed
Expand Down
2 changes: 2 additions & 0 deletions Manifest
Expand Up @@ -29,6 +29,7 @@ lib/authlogic/session/params.rb
lib/authlogic/session/perishability.rb
lib/authlogic/session/scopes.rb
lib/authlogic/session/session.rb
lib/authlogic/session/timeout.rb
lib/authlogic/testing/test_unit_helpers.rb
lib/authlogic/version.rb
lib/authlogic.rb
Expand Down Expand Up @@ -67,4 +68,5 @@ test/session_tests/params_test.rb
test/session_tests/perishability_test.rb
test/session_tests/scopes_test.rb
test/session_tests/session_test.rb
test/session_tests/timeout_test.rb
test/test_helper.rb
2 changes: 1 addition & 1 deletion lib/authlogic/version.rb
Expand Up @@ -44,7 +44,7 @@ def to_a

MAJOR = 1
MINOR = 3
TINY = 8
TINY = 9

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

0 comments on commit f45f1fa

Please sign in to comment.