]> source.dussan.org Git - redmine.git/commitdiff
Updating documentation for the 0.9.5 release.
authorEric Davis <edavis@littlestreamsoftware.com>
Mon, 28 Jun 2010 02:46:20 +0000 (02:46 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Mon, 28 Jun 2010 02:46:20 +0000 (02:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3814 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
doc/INSTALL
doc/UPGRADING

index 2393282e41881ec8076b25c1995aeab9ef6630c2..8d23117fdfe23f1cc1d778241a70895b15885cde 100644 (file)
@@ -8,6 +8,18 @@ http://www.redmine.org/
 
 Adds context menu to the roadmap issue lists
 
+== 2010-06-24 v0.9.5
+Linkify folder names on revision view
+"fiters" and "options" should be hidden in print view via css
+Fixed: NoMethodError when no issue params are submitted
+Fixed: projects.atom with required authentication
+Fixed: External links not correctly displayed in Wiki TOC
+Fixed: Member role forms in project settings are not hidden after member added
+Fixed: pre can't be inside p
+Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
+Fixed: mail handler fails when the from address is empty
+
+
 == 2010-05-01 v0.9.4
 
 Filters collapsed by default on issues index page for a saved query
index eb7669c606124449c0b400a6e6b3c77c6a9d10fe..a4e4312eb4ac3f86c494cf458543e6284c88d50b 100644 (file)
@@ -33,7 +33,7 @@ Optional:
 4. Generate a session store secret
    Redmine stores session data in cookies by default, which requires
    a secret to be generated. Run:
-   rake config/initializers/session_store.rb
+   rake generate_session_store
    
 5. Create the database structure. Under the application main directory:
    rake db:migrate RAILS_ENV="production"
index fe69676a23a5eb214994bf0b639de595bd4ca47e..a9b81d1775f51b854f18a5b73a6b2f5b1002bd8f 100644 (file)
@@ -12,12 +12,12 @@ http://www.redmine.org/
 2. Copy your database settings (RAILS_ROOT/config/database.yml)
    and SMTP settings (RAILS_ROOT/config/email.yml)
    into the new config directory
-   DO NOT REPLACE ANY OTHERS FILES.
+   DO NOT REPLACE OR EDIT ANY OTHER FILES.
 
 3. Generate a session store secret
    Redmine stores session data in cookies by default, which requires
    a secret to be generated. Run:
-   rake config/initializers/session_store.rb
+   rake generate_session_store
       
 4. Migrate your database (please make a backup before doing this):
    rake db:migrate RAILS_ENV="production"