<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 2.1.1 released 2009-6-27
+
+* Use mb_chars when downcasing the login string to support international characters.
+* Check for the existence of the :remember_me key before setting remember_me off of a hash.
+
 == 2.1.0 released 2009-6-27
 
 * Fixed bug when using act_like_restful_authentication and setting passwords, needed to add a 2nd parameter to tell if to check against the database or not.</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -57,7 +57,7 @@ module Authlogic
           values = value.is_a?(Array) ? value : [value]
           case values.first
           when Hash
-            self.remember_me = values.first.with_indifferent_access[:remember_me]
+            self.remember_me = values.first.with_indifferent_access[:remember_me] if values.first.with_indifferent_access.key?(:remember_me)
           else
             r = values.find { |value| value.is_a?(TrueClass) || value.is_a?(FalseClass) }
             self.remember_me = r if !r.nil?</diff>
      <filename>lib/authlogic/session/cookies.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ecfc66c5cc0307ed523686cac58db34c2eff9a3b</id>
    </parent>
  </parents>
  <author>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </author>
  <url>http://github.com/binarylogic/authlogic/commit/90626be0fcf743a182fecd70457bd18687bf4e86</url>
  <id>90626be0fcf743a182fecd70457bd18687bf4e86</id>
  <committed-date>2009-07-01T22:55:20-07:00</committed-date>
  <authored-date>2009-07-01T22:55:20-07:00</authored-date>
  <message>* Check for the existence of the :remember_me key before setting remember_me off of a hash.</message>
  <tree>92c71428de890eb3dc5801c65de36892f02fa36c</tree>
  <committer>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </committer>
</commit>
