##// END OF EJS Templates
Release IPython 0.8.4.
Fernando Perez -
Show More
@@ -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 = '124'
25 revision = '128'
26 branch = 'ipython'
26 branch = 'ipython'
27
27
28 if branch == 'ipython':
28 if branch == 'ipython':
@@ -1,3 +1,5 b''
1 2008-05-31 *** Released version 0.8.4
2
1 2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>
3 2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>
2
4
3 * IPython/ipmaker.py (make_IPython): The -twisted option is fully
5 * IPython/ipmaker.py (make_IPython): The -twisted option is fully
@@ -82,20 +82,20 b' cd $ipdir/doc'
82 www=~/ipython/homepage
82 www=~/ipython/homepage
83 cp ChangeLog NEWS $www
83 cp ChangeLog NEWS $www
84 rm -rf $www/doc/*
84 rm -rf $www/doc/*
85 cp -r manual.pdf manual/ $www/doc
85 cp -r manual/ $www/doc
86 cd $www
86 cd $www
87 ./update
87 ./update
88
88
89 # Alert package maintainers
89 # Alert package maintainers
90 echo "Alerting package maintainers..."
90 #echo "Alerting package maintainers..."
91 #maintainers='fernando.perez@berkeley.edu ariciputi@users.sourceforge.net jack@xiph.org tretkowski@inittab.de dryice@hotpop.com willmaier@ml1.net'
91 #maintainers='fernando.perez@berkeley.edu ariciputi@users.sourceforge.net jack@xiph.org tretkowski@inittab.de dryice@hotpop.com willmaier@ml1.net'
92 maintainers='fernando.perez@berkeley.edu'
92 # maintainers='fernando.perez@berkeley.edu'
93
93
94 for email in $maintainers
94 # for email in $maintainers
95 do
95 # do
96 echo "Emailing $email..."
96 # echo "Emailing $email..."
97 mail -s "[Package maintainer notice] A new IPython is out. Version: $version" \
97 # mail -s "[Package maintainer notice] A new IPython is out. Version: $version" \
98 $email < NEWS
98 # $email < NEWS
99 done
99 # done
100
100
101 echo "Done!"
101 echo "Done!"
General Comments 0
You need to be logged in to leave comments. Login now