From 5638c32ad503b7f54cfdbc58ba5a597393d61a86 2007-09-08 17:36:29 From: vivainio Date: 2007-09-08 17:36:29 Subject: [PATCH] pushd/popd to api_changes, update revnum --- diff --git a/IPython/Release.py b/IPython/Release.py index bfead1c..b49ee2c 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Release data for the IPython project. -$Id: Release.py 2711 2007-09-04 21:11:05Z vivainio $""" +$Id: Release.py 2751 2007-09-08 17:36:29Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '2710' +revision = '2750' version = '0.8.2.svn.r' + revision.rstrip('M') diff --git a/doc/api_changes b/doc/api_changes index 33166c5..20237ee 100644 --- a/doc/api_changes +++ b/doc/api_changes @@ -23,4 +23,6 @@ Version 0.8.2 Changes made since version 0.8.1 was released: -* ... +* %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory + and jumps to /foo. The current behaviour is closer to the documented + behaviour, and should not trip anyone. \ No newline at end of file