From 205484579a4cf5bd9a058d5808dfa77aae52b751 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 30 Apr 2013 08:59:31 +0100 Subject: [PATCH] Update versions for 0.97 --- ChangeLog | 5 ++++- debian/changelog | 6 +++--- remotinator | 2 +- terminator.spec | 2 +- terminatorlib/version.py | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51107831..2bfbd8b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -terminator 1.0: +terminator 0.97: * Allow font dimming in inactive terminals * Allow URL handler plugins to override label text for URL context menus @@ -19,6 +19,9 @@ terminator 1.0: * Support reading configuration from alternate files, via a patch from Pavel Khlebovich * Allow creation of new tabs in existing Terminators, via DBus + * Support the Solarized palettes (Juan Francisco Cantero Hutardo) + * Translation support for the Preferences window. + * Lots of translation updates (thanks to everyone who helped!) * Bug fixes terminator 0.96: diff --git a/debian/changelog b/debian/changelog index 28776b87..3c20fe9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -terminator (1.0) precise; urgency=low +terminator (0.97) precise; urgency=low - * New upstream release of 1.0 + * New upstream release of 0.97 - -- Chris Jones Fri, 19 Oct 2012 12:57:42 -0700 + -- Chris Jones Tue, 30 Apr 2013 08:54:00 +0100 terminator (0.96ppa6) oneiric; urgency=low diff --git a/remotinator b/remotinator index d464ee54..b81c663d 100755 --- a/remotinator +++ b/remotinator @@ -29,7 +29,7 @@ except ImportError: sys.exit(1) APP_NAME='remotinator' -APP_VERSION='1.0' +APP_VERSION='0.97' COMMANDS={ 'hsplit': ['terminal_hsplit', 'Split the current terminal horizontally'], diff --git a/terminator.spec b/terminator.spec index 0e127cae..731b1d55 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: 1.0 +Version: 0.97 Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window diff --git a/terminatorlib/version.py b/terminatorlib/version.py index eccb891d..413d5bb8 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '1.0' +APP_VERSION = '0.97'