aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-20 22:26:42 +0800
committerpav <pav@FreeBSD.org>2005-04-20 22:26:42 +0800
commitc9e6ce2380600106e294f25d270d432728d2f0d8 (patch)
tree3de6d732596fd3f0cdc1069c4c22cd37b80a6c06
parent550ac29e0328929185ed683d654fbc14db100f55 (diff)
downloadfreebsd-ports-gnome-c9e6ce2380600106e294f25d270d432728d2f0d8.tar.gz
freebsd-ports-gnome-c9e6ce2380600106e294f25d270d432728d2f0d8.tar.zst
freebsd-ports-gnome-c9e6ce2380600106e294f25d270d432728d2f0d8.zip
- Add notes for devel/ipython update
PR: ports/80148 Submitted by: Dryice Liu <dryice@liu.com.cn>
-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