From ce2baa8d425962f10e2159c61b4b6bcce8d61356 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 31 Mar 2010 10:57:39 +0100 Subject: [PATCH] update versions and changelogs for 0.91 --- ChangeLog | 3 +++ README | 2 +- debian/changelog | 6 ++++++ terminator.spec | 6 +++++- terminatorlib/version.py | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e92b3c4..4fd1ca38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +terminator 0.91: + * Fix various stupid release bugs from 0.90 + terminator 0.90: * Almost complete refactoring of the code. This almost inevitably means some regressions, unfortunately, but diff --git a/README b/README index 5a5cc31c..76e7823d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Terminator 0.90 +Terminator 0.91 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 a1b0a4e6..70761672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.91ppa1) lucid; urgency=low + + * New upstream release of 0.91 + + -- Chris Jones Wed, 31 Mar 2010 10:55:33 +0100 + terminator (0.90ppa3) karmic; urgency=low * Nochange rebuild for karmic diff --git a/terminator.spec b/terminator.spec index 69f7d366..5777c10b 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.90 +Version: 0.91 Release: 3%{?dist} Summary: Store and run multiple GNOME terminals in one window @@ -68,6 +68,10 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Mar 31 2010 Chris Jones 0.91-1 +- Update to fix some stupid release bugs in 0.90. + Note that this specfile is untested. + * Tue Jan 05 2010 Chris Jones 0.90-1 - Attempt to update for 0.90 pre-release. Note that this specfile is untested. diff --git a/terminatorlib/version.py b/terminatorlib/version.py index a0e9e3a6..26a028c5 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -21,4 +21,4 @@ TerminatorVersion supplies our version number. """ APP_NAME = 'terminator' -APP_VERSION = '0.90' +APP_VERSION = '0.91'