update versions and changelogs for 0.91

This commit is contained in:
Chris Jones 2010-03-31 10:57:39 +01:00
parent 1afd5a3ced
commit ce2baa8d42
5 changed files with 16 additions and 3 deletions

View File

@ -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

2
README
View File

@ -1,4 +1,4 @@
Terminator 0.90
Terminator 0.91
by Chris Jones <cmsj@tenshu.net> and others.
The goal of this project is to produce a useful tool for arranging terminals.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
terminator (0.91ppa1) lucid; urgency=low
* New upstream release of 0.91
-- Chris Jones <cmsj@tenshu.net> Wed, 31 Mar 2010 10:55:33 +0100
terminator (0.90ppa3) karmic; urgency=low
* Nochange rebuild for karmic

View File

@ -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 <cmsj@tenshu.net> 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 <cmsj@tenshu.net> 0.90-1
- Attempt to update for 0.90 pre-release.
Note that this specfile is untested.

View File

@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
"""
APP_NAME = 'terminator'
APP_VERSION = '0.90'
APP_VERSION = '0.91'