aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2011-01-13 00:39:54 +0800
committerdecke <decke@FreeBSD.org>2011-01-13 00:39:54 +0800
commit79cfbd08e47595dad3d921b01ebabfb64b19c044 (patch)
tree40c127892a0a523ea137a7c6b44b02d0e613e082 /UPDATING
parentc1d703b0451fb97c8226629cc7a2d92898428e6f (diff)
downloadfreebsd-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--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 05ccd42617da..ae053c96afc4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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