aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2011-01-12 16:39:54 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2011-01-12 16:39:54 +0000
commit72a2b356a97e0df719c54cc9bbf6f9865506c81a (patch)
tree218c3f9de165787f1bee8176c0017908069f3801 /UPDATING
parentc26a5b8a3a8a17bae0ae2a808178ef2a3e2373cc (diff)
downloadports-72a2b356a97e0df719c54cc9bbf6f9865506c81a.tar.gz
ports-72a2b356a97e0df719c54cc9bbf6f9865506c81a.zip
- Update to 1.1.0
- Remove non working patch for i18n gem. You need to follow UPDATING now! Feature safe: yes
Notes
Notes: svn path=/head/; revision=267700
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