prepare for 0.8.1
This commit is contained in:
parent
97811a5aab
commit
61274f90bd
|
@ -1,3 +1,7 @@
|
||||||
|
terminator 0.8.1:
|
||||||
|
* Fixed ChangeLog
|
||||||
|
* Revert URI matching behaviour to the same as gnome-terminal
|
||||||
|
|
||||||
terminator 0.8:
|
terminator 0.8:
|
||||||
* Make dependency on python-gnome optional. Non-gnome users can now reap
|
* Make dependency on python-gnome optional. Non-gnome users can now reap
|
||||||
the glorious benefits of Terminator and will only lose the ability to
|
the glorious benefits of Terminator and will only lose the ability to
|
||||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
Terminator 0.8
|
Terminator 0.8.1
|
||||||
by Chris Jones <cmsj@tenshu.net>
|
by Chris Jones <cmsj@tenshu.net>
|
||||||
|
|
||||||
This is a little python script to give me lots of terminals in a single window, saving me valuable laptop screen space otherwise wasted on window decorations and not quite being able to fill the screen with terminals.
|
This is a little python script to give me lots of terminals in a single window, saving me valuable laptop screen space otherwise wasted on window decorations and not quite being able to fill the screen with terminals.
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
terminator (0.8.1-0ubuntu1) hardy; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Chris Jones <cmsj@tenshu.net> Sun, 17 Feb 2008 01:45:37 +0000
|
||||||
|
|
||||||
terminator (0.8-0ubuntu1) hardy; urgency=low
|
terminator (0.8-0ubuntu1) hardy; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ class InstallData(install_data):
|
||||||
|
|
||||||
|
|
||||||
setup(name='Terminator',
|
setup(name='Terminator',
|
||||||
version='0.8',
|
version='0.8.1',
|
||||||
description='Terminator, the robot future of terminals',
|
description='Terminator, the robot future of terminals',
|
||||||
author='Chris Jones',
|
author='Chris Jones',
|
||||||
author_email='cmsj@tenshu.net',
|
author_email='cmsj@tenshu.net',
|
||||||
|
|
Loading…
Reference in New Issue