From 77487d0e3185eedf490bb21882b3fb4a6ba4463d Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 4 Jan 2009 02:48:31 +0000 Subject: [PATCH] might as well bump the version in preparation for 0.12 --- ChangeLog | 8 ++++++++ README | 2 +- debian/copyright | 14 ++++++++++---- terminatorlib/version.py | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f89abb26..064ed4f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +terminator 0.12: + * Bug fixes + * Simultaneous typing support + * Directional terminal navigation + * Improved search UI + * Graphical Profile Editor + * Bug numbers for launchpad.net are now URLs + terminator 0.11: * Bug fixes * X session support diff --git a/README b/README index 8eb5f9fd..b40f8f9b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.11 +Terminator 0.12 by Chris Jones and others. The goal of this project is to produce a useful tool for arranging terminals. diff --git a/debian/copyright b/debian/copyright index f4013eb5..91c3e492 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,15 +6,20 @@ It was downloaded from https://launchpad.net/terminator/+download Upstream Authors: Chris Jones - Huang He + Thomas Hurst + Emmanuel Bretelle + Nicolas Valcarcel Kees Cook Thomas Meire - Nicolas Valcarcel - Emmanuel Bretelle Chris Oattes Markus Korn Mackenzie Morgan Daniel T Chen + Iain Lane + Brian Murray + Edoardo Batini + Cory Kontros + Huang He Artwork: Cory Kontros - Produced our current icon under the CC-by-SA licence @@ -29,13 +34,14 @@ Translations: "Data" Cristian Grada "zhuqin" + and others Seriously, thank you very much to the translators. A few minutes of their dedication opens up userbases like nothing else. Copyright: - + License: diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 5db3782a..0b570b53 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.11' +APP_VERSION = '0.12'