aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-17 23:08:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-17 23:08:23 +0000
commit9c67fbac0cdb26d06cf61c90d6e5e1430b919bd1 (patch)
treee6d4b0468cd6ddf9b7f10f672c3fd9eaa78de4c8 /UPDATING
parentd0d61562398c847b6620dbc7f84dbfa946e8729f (diff)
downloadports-9c67fbac0cdb26d06cf61c90d6e5e1430b919bd1.tar.gz
ports-9c67fbac0cdb26d06cf61c90d6e5e1430b919bd1.zip
- Add a note for www/redmine users
Notes
Notes: svn path=/head/; revision=244405
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>