aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-20 14:26:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-20 14:26:42 +0000
commit72665772678a3118d352c9cb2b4a9f0a845bd88b (patch)
treee555f6841095f6c8a709b1ad3d6f09b0e77e4df5 /UPDATING
parent7f2b3a01279f5172645bd9415457742994b381ef (diff)
downloadports-72665772678a3118d352c9cb2b4a9f0a845bd88b.tar.gz
ports-72665772678a3118d352c9cb2b4a9f0a845bd88b.zip
- Add notes for devel/ipython update
PR: ports/80148 Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes
Notes: svn path=/head/; revision=133775
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