diff options
author | decke <decke@FreeBSD.org> | 2011-01-13 00:39:54 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2011-01-13 00:39:54 +0800 |
commit | 79cfbd08e47595dad3d921b01ebabfb64b19c044 (patch) | |
tree | 40c127892a0a523ea137a7c6b44b02d0e613e082 /UPDATING | |
parent | c1d703b0451fb97c8226629cc7a2d92898428e6f (diff) | |
download | freebsd-ports-gnome-79cfbd08e47595dad3d921b01ebabfb64b19c044.tar.gz freebsd-ports-gnome-79cfbd08e47595dad3d921b01ebabfb64b19c044.tar.zst freebsd-ports-gnome-79cfbd08e47595dad3d921b01ebabfb64b19c044.zip |
- Update to 1.1.0
- Remove non working patch for i18n gem. You need to follow UPDATING now!
Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20110111: + AFFECTS: users of www/redmine + AUTHOR: decke@FreeBSD.org + + Redmine explicitly requires i18n with version 0.4.2. You need to install + that manually until a better solution is available. + + # gem install -v=0.4.2 i18n + + Then upgrade the database as usual: + + # rake db:migrate RAILS_ENV=production + 20110107: AFFECTS: users of mail/exim AUTHOR: rea@FreeBSD.org |