From cd0d57021a44392f6fe2c43b87fcaed7b678265c Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 19 Oct 2012 12:59:18 -0700 Subject: [PATCH] Bump versions to 1.0 --- ChangeLog | 6 +++++- debian/changelog | 6 ++++++ terminator.spec | 2 +- terminatorlib/version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4010900..02dd90ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -terminator 0.97: +terminator 1.0: * Allow font dimming in inactive terminals * Allow URL handler plugins to override label text for URL context menus @@ -14,6 +14,10 @@ terminator 0.97: * Add an easy way to balance terminals by double clicking on their separator (Stephen J Boddy) * Add a plugin by Sinan Nalkaya to log the contents of terminals. + * Support configuration of TERM and COLORTERM, via a patch from + John Feuerstein + * Support reading configuration from alternate files, via a patch + from Pavel Khlebovich * Bug fixes terminator 0.96: diff --git a/debian/changelog b/debian/changelog index 7bcca422..28776b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (1.0) precise; urgency=low + + * New upstream release of 1.0 + + -- Chris Jones Fri, 19 Oct 2012 12:57:42 -0700 + terminator (0.96ppa6) oneiric; urgency=low * No-change rebuild for oneiric PPA diff --git a/terminator.spec b/terminator.spec index 0692fb06..0e127cae 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.96 +Version: 1.0 Release: 1%{?dist} Summary: Store and run multiple GNOME terminals in one window diff --git a/terminatorlib/version.py b/terminatorlib/version.py index 60e01b93..eccb891d 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.96' +APP_VERSION = '1.0'