Bump versions to 1.0
This commit is contained in:
parent
ad846ce402
commit
cd0d57021a
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
terminator (1.0) precise; urgency=low
|
||||
|
||||
* New upstream release of 1.0
|
||||
|
||||
-- Chris Jones <cmsj@tenshu.net> Fri, 19 Oct 2012 12:57:42 -0700
|
||||
|
||||
terminator (0.96ppa6) oneiric; urgency=low
|
||||
|
||||
* No-change rebuild for oneiric PPA
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
|
|||
"""
|
||||
|
||||
APP_NAME = 'terminator'
|
||||
APP_VERSION = '0.96'
|
||||
APP_VERSION = '1.0'
|
||||
|
|
Loading…
Reference in New Issue