aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c017ebf03d75..1f5e99126c90 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20091118
+ AFFECTS: users of www/redmine
+ AUTHOR: Bernhard Froehlich <decke@bluelife.at>
+
+ After the upgrade you need to generate a session secret before restarting
+ the application. This is to protect you from Cross site request forgery.
+ From your Redmine directory, simply run the following command once:
+
+ # rake config/initializers/session_store.rb
+
+ then upgrade as usual
+
+ # rake db:migrate RAILS_ENV=production
+
20091114
AFFECTS: users of emulators/win4bsd
AUTHOR: Mario S F Ferreira <lioux@FreeBSD.org>