<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,8 @@
 * upgrade documentation/rake tasks to fix old migrations
 
 = 1.0.4
-* changes to Japanese language translations
+* Changes to Japanese language translations
+* Use authlogic instead of restful_authentication (augthlogic gem now required, new migrations required) (thanks jnimety!)
 
 
 = 1.0.3</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ Requirements:
 	  haml 2.0.5
 	  calendar_date_select
 	  icalendar
-          authlogic
+      authlogic
 	  aws-s3 (if using s3 for photos)
 
 Getting CommunityEngine Running
@@ -259,6 +259,7 @@ Contributors - Thanks! :)
 - [Errol Siegel](http://github.com/eksatx) simple private messages integration, documentation help
 - Carl Fyffe - documentation, misc.
 - [Juan de Fr&#237;as](http://github.com/juafrlo) static pages, photo albums, message_controller tests
+- [Joel Nimety](http://github.com/jnimety) authlogic authentication
 
 
 To Do</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,18 @@
-Upgrading from CE v1.0.0 to v1.0.2 (desert)
+Upgrading to v1.0.4
+===================
+Run `ruby script/generate plugin_migration`
+Make sure you have the following in your `environment.rb`:
+
+        config.gem 'authlogic'
+        config.gem 'icalendar'
+        config.gem 'calendar_date_select'
+        
+Run `rake db:migrate`
+That's it!
+
+
+
+Upgrading v1.0.2
 ================
 
 Beginning with CE v.1.0.2, we have started using the Desert gem instead of the Engines plugin. Desert does many of the things the Engines plugin did, but also allows model code mixing. Also, in light of Engine's inclusion into Rails core, it appeared many of the features CE loves about Engines (plugin migrations, asset helpers, code mixing) were going to be dropped. </diff>
      <filename>UPGRADING.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7108312667c39cd9476b0c970fd1045e94d64b62</id>
    </parent>
  </parents>
  <author>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/50fcef1bb45d693a4733696d94a1edcbb3aea74b</url>
  <id>50fcef1bb45d693a4733696d94a1edcbb3aea74b</id>
  <committed-date>2009-09-21T07:50:47-07:00</committed-date>
  <authored-date>2009-09-21T07:50:47-07:00</authored-date>
  <message>updating readme and changelog</message>
  <tree>972d58a8dafdf800a18522fc2934e8921a757ab3</tree>
  <committer>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </committer>
</commit>
