Gear up to a new release
This commit is contained in:
parent
2d20a353e1
commit
e6d5c4eae3
|
@ -1,8 +1,11 @@
|
||||||
terminator 0.8:
|
terminator 0.7.1:
|
||||||
* 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
|
||||||
open email URLs (assuming their browser won't handle this for them).
|
open email URLs (assuming their browser won't handle this for them).
|
||||||
Closes LP #184809
|
Closes LP #184809
|
||||||
|
* Remove blank translations from .desktop file to fix empty menu entries.
|
||||||
|
Closes LP #187187
|
||||||
|
* Add application icon at various sizes
|
||||||
|
|
||||||
terminator 0.7:
|
terminator 0.7:
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
terminator (0.7.1-0ubuntu1) hardy; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Chris Jones <cmsj@tenshu.net> Fri, 08 Feb 2008 00:34:27 +0000
|
||||||
|
|
||||||
terminator (0.7-0ubuntu1) hardy; urgency=low
|
terminator (0.7-0ubuntu1) hardy; urgency=low
|
||||||
|
|
||||||
* Packaging work for initial inclusion in Ubuntu. (LP: #180692)
|
* Packaging work for initial inclusion in Ubuntu. (LP: #180692)
|
||||||
|
|
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.7.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',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# Terminator - multiple gnome terminals in one window
|
# Terminator - multiple gnome terminals in one window
|
||||||
# Copyright (C) 2006-2007 cmsj@tenshu.net
|
# Copyright (C) 2006-2008 cmsj@tenshu.net
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue