Skip to content

Commit

Permalink
Updating documentation for the 0.9.5 release.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3814 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
edavis10 committed Jun 28, 2010
1 parent 672852b commit c7d075f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions doc/CHANGELOG
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions doc/UPGRADING
Expand Up @@ -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"
Expand Down

0 comments on commit c7d075f

Please sign in to comment.