From 680f0be638c4b1daa711c61f5ac6a76e260e6793 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 3 Dec 2009 13:00:22 +0000 Subject: [PATCH] Prepare for 0.14 --- ChangeLog | 5 +++++ README | 2 +- debian/changelog | 6 ++++++ terminator.spec | 2 +- terminatorlib/version.py | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4571dd3..4b570c87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ terminator 0.14: * Major reworking of the grouping interface by Stephen Boddy + * Keybindings can now be disabled by setting them to "None" + * Change default behaviour to enable full transparency + * Terminal titlebars can now be edited like tab labels + * Geometry hinting is now available and enabled by default + * Lots of bug fixing terminator 0.13: * Bug fixes diff --git a/README b/README index 6b2ec1ca..74c8cd9b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.13 +Terminator 0.14 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 d4ba2780..16aea692 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.14) karmic; urgency=low + + * New upstream release + + -- Chris Jones Thu, 03 Dec 2009 12:54:57 +0000 + terminator (0.13) karmic; urgency=low * New upstream release diff --git a/terminator.spec b/terminator.spec index f5736615..ec51b70f 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: terminator -Version: 0.13 +Version: 0.14 Release: 3%{?dist} Summary: Store and run multiple GNOME terminals in one window diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 6a8b8209..5d62880f 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.13' +APP_VERSION = '0.14'