##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -1,7 +1,7 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2 """Release data for the IPython project.
2 """Release data for the IPython project.
3
3
4 $Id: Release.py 1969 2006-12-07 18:17:05Z vivainio $"""
4 $Id: Release.py 1971 2006-12-07 19:17:19Z vivainio $"""
5
5
6 #*****************************************************************************
6 #*****************************************************************************
7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
@@ -22,7 +22,7 b" name = 'ipython'"
22 # because bdist_rpm does not accept dashes (an RPM) convention, and
22 # because bdist_rpm does not accept dashes (an RPM) convention, and
23 # bdist_deb does not accept underscores (a Debian convention).
23 # bdist_deb does not accept underscores (a Debian convention).
24
24
25 revision = '1968'
25 revision = '1970M'
26
26
27 #version = '0.7.3.svn'
27 #version = '0.7.3.svn'
28
28
@@ -1,4 +1,18 b''
1 2006-12-5 Ville Vainio <vivainio@gmail.com>
1 2006-12-07 Ville Vainio <vivainio@gmail.com>
2
3 * Extensions/ipy_signals.py: Ignore ctrl+C in IPython process
4 while executing external code. Provides more shell-like behaviour
5 and overall better response to ctrl + C / ctrl + break.
6
7 * tools/make_tarball.py: new script to create tarball straight from svn
8 (setup.py sdist doesn't work on win32).
9
10 * Extensions/ipy_stock_completers.py: fix cd completer to give up
11 on dirnames with spaces and use the default completer instead.
12
13 * Revision.py: Change version to 0.7.3b2 for release.
14
15 2006-12-05 Ville Vainio <vivainio@gmail.com>
2
16
3 * Magic.py, iplib.py, completer.py: Apply R. Bernstein's
17 * Magic.py, iplib.py, completer.py: Apply R. Bernstein's
4 pydb patch 4 (rm debug printing, py 2.5 checking)
18 pydb patch 4 (rm debug printing, py 2.5 checking)
General Comments 0
You need to be logged in to leave comments. Login now