From e6d5c4eae387a7683817a00fc18056cb70c86af8 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 8 Feb 2008 10:20:48 +0000 Subject: [PATCH] Gear up to a new release --- ChangeLog | 5 ++++- debian/changelog | 6 ++++++ setup.py | 2 +- terminator | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61fb3bc5..adc67a41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/debian/changelog b/debian/changelog index 2bcb5aca..34b73454 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.7.1-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Chris Jones Fri, 08 Feb 2008 00:34:27 +0000 + terminator (0.7-0ubuntu1) hardy; urgency=low * Packaging work for initial inclusion in Ubuntu. (LP: #180692) diff --git a/setup.py b/setup.py index e501847f..8c1f8f6c 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/terminator b/terminator index 0035583d..85f5f7b8 100755 --- a/terminator +++ b/terminator @@ -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