Gear up to a new release

This commit is contained in:
Chris Jones 2008-02-08 10:20:48 +00:00
parent 2d20a353e1
commit e6d5c4eae3
4 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,11 @@
terminator 0.8:
terminator 0.7.1:
* Make dependency on python-gnome optional. Non-gnome users can now reap
the glorious benefits of Terminator and will only lose the ability to
open email URLs (assuming their browser won't handle this for them).
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:

6
debian/changelog vendored
View File

@ -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
* Packaging work for initial inclusion in Ubuntu. (LP: #180692)

View File

@ -44,7 +44,7 @@ class InstallData(install_data):
setup(name='Terminator',
version='0.8',
version='0.7.1',
description='Terminator, the robot future of terminals',
author='Chris Jones',
author_email='cmsj@tenshu.net',

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
# 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
# it under the terms of the GNU General Public License as published by