diff --git a/README b/README index e5fb4809..f9255bb0 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.6 +Terminator 0.8 by Chris Jones 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. @@ -9,8 +9,6 @@ You can create more terminals by right clicking on one and choosing to split it ctrl-shift-n and ctrl-shift-p will shift focus to the next/previous terminal respectively, and ctrl-shift-w will close the current terminal and ctrl-shift-q the current window -One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this. - Ask questions at: https://answers.launchpad.net/terminator/ Please report all bugs to https://bugs.launchpad.net/terminator/+filebug @@ -22,3 +20,4 @@ the gedit terminal plugin is part of the gedit-plugins package, which is licence I am thus licensing Terminator as GPL v2 only. +Cristian Grada provided the icon under the same licence. diff --git a/debian/changelog b/debian/changelog index 34b73454..fffb305c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.8-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Chris Jones Thu, 14 Feb 2008 00:19:33 +0000 + terminator (0.7.1-0ubuntu1) hardy; urgency=low * New upstream release diff --git a/debian/copyright b/debian/copyright index 0789c139..0af1154d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,6 +9,7 @@ Upstream Authors: Huang He Kees Cook Thomas Meire + crisG (Cristian Grada) - Drew our icon and licenced it to us under this licence Copyright: diff --git a/setup.py b/setup.py index 65a00e8c..0b4f6225 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ class InstallData(install_data): setup(name='Terminator', - version='0.7.1', + version='0.8', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',