From d78cb9c92b01d886d0b7119392970c2018567a4e Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 4 Jul 2010 18:49:43 +0100 Subject: [PATCH] Prepare for 0.94 release --- ChangeLog | 9 +++++++-- README | 2 +- debian/changelog | 6 ++++++ terminatorlib/version.py | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 950efda3..4e2f5786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,15 @@ terminator 0.94: * Plugin configuration via preferences UI * New plugins: Terminal Screenshot, Watch Terminal Activity * Add preferences support for profile encodings (LP: #597340) - * Add Terminal profiles and custom titlebar values to layouts + * Deprecate the tabbar_hide option, replacing it with a 'hidden' + option for tab_position. + * Add profiles, custom titlebar and custom tab labels to layouts. * Improved directional navigation + * Backwards compatibility fixes for RHEL 5.5. + * Disabled-by-default keybindings for switching broadcast modes * Bug fixes for LPs: #566925, #563445, #583041, #589200, #576279, - #597340 and some other bugs. + #597340, #554571, #597651, #308025, #600280, #576276, #570706, + #575827 and some other bugs. terminator 0.93: * Add preferences support for alternate_screen_scroll (LP: #558832). diff --git a/README b/README index 7247acca..2960b525 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.93 +Terminator 0.94 by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/debian/changelog b/debian/changelog index 9442f3e6..98d5beb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.94) lucid; urgency=low + + * New upstream release of 0.94 + + -- Chris Jones Sun, 04 Jul 2010 18:48:52 +0100 + terminator (0.93ppa2) karmic; urgency=low * Nochange rebuild for karmic diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 06744143..994a7f9b 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.93' +APP_VERSION = '0.94'