aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 98b68751ed65..7694ede1a0ed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20110623:
+ AFFECTS: users of databases/py-sqlalchemy
+ AUTHOR: nivit@FreeBSD.org
+
+ The version 0.6 of SQLAlchemy has been moved to databases/py-sqlalchemy06,
+ while the port databases/py-sqlalchemy now holds the series 0.7.X.
+ To update the installed port run the command
+
+ # portmaster -o databases/py-sqlalchemy06 databases/py-sqlalchemy
+ or
+ # portupgrade -o databases/py-sqlalchemy06 databases/py-sqlalchemy
+
20110620:
AFFECTS: users of net/samba35
AUTHOR: timur@FreeBSD.org