aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1019f09ca234..8365f8f0031c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20050420:
+ AFFECTS: users of www/ipython
+ AUTHOR: dryice@liu.com.cn
+
+ This is backward-incompatible changes for pysh.
+
+ 1. You must update your pysh profile (~/.ipython/ipythonrc-pysh):
+ a) Add to it the line:
+ import_all IPython.Extensions.InterpreterExec
+ b) Delete the line
+ execfile pysh.py
+ 2. You must also delete from ~/.ipython/ the file pysh.py.
+
20050419:
AFFECTS: users of linux-opera
AUTHOR: mezz@FreeBSD.org