diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-17 23:08:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-17 23:08:23 +0000 |
commit | 9c67fbac0cdb26d06cf61c90d6e5e1430b919bd1 (patch) | |
tree | e6d4b0468cd6ddf9b7f10f672c3fd9eaa78de4c8 /UPDATING | |
parent | d0d61562398c847b6620dbc7f84dbfa946e8729f (diff) | |
download | ports-9c67fbac0cdb26d06cf61c90d6e5e1430b919bd1.tar.gz ports-9c67fbac0cdb26d06cf61c90d6e5e1430b919bd1.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |