diff --git a/ChangeLog b/ChangeLog index 57859a6e..5801fb0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +terminator 0.10: + * Various bug fixes. + * Improved spawning of more complex terminal commands + * Debug server (not useful for most people) + * Configurable keyboard shortcuts + * Scrollback searching + * Support --geometry + terminator 0.9: * Tab support * Drag & Drop support diff --git a/README b/README index 2cb5cdfc..102646a6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.9 +Terminator 0.10 by Chris Jones and several others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/debian/changelog b/debian/changelog index 0e160910..90dcc2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.10) hardy; urgency=low + + * New upstream release. + + -- Chris Jones Wed, 27 Aug 2008 01:34:27 +0100 + terminator (0.9) hardy; urgency=low * New upstream release diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 3621ba92..72ec3c0d 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.9' +APP_VERSION = '0.10'