diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-18 07:08:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-18 07:08:23 +0800 |
commit | 99b1fb518ec72a9e76bf9318d4d3ffe2b26f43c7 (patch) | |
tree | 80ce749e796ddfe80c6fbfbb625ac2055ef5d217 /UPDATING | |
parent | 7b3cd738869247cec884e143c59230afa74291cd (diff) | |
download | freebsd-ports-gnome-99b1fb518ec72a9e76bf9318d4d3ffe2b26f43c7.tar.gz freebsd-ports-gnome-99b1fb518ec72a9e76bf9318d4d3ffe2b26f43c7.tar.zst freebsd-ports-gnome-99b1fb518ec72a9e76bf9318d4d3ffe2b26f43c7.zip |
- Add a note for www/redmine users
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> |