Prepare for 1.0 release
This commit is contained in:
parent
faea27d061
commit
b2735ab81c
|
@ -1,5 +1,7 @@
|
|||
terminator trunk:
|
||||
terminator 1.0:
|
||||
Features
|
||||
* No major new features. This is simply to get any final updates
|
||||
out so that focus can switch to the gtk3 branch.
|
||||
|
||||
Enhancements
|
||||
* As part of GTK3 fixup, some backported improvements to the DBus
|
||||
|
|
|
@ -10,7 +10,8 @@ Here are the steps to follow to create a new terminator release:
|
|||
$ python setup.py check
|
||||
|
||||
3. Update version number. Edit terminatorlib/version.py and set the
|
||||
version number. Also edit terminator.spec and set it there.
|
||||
version number. Also edit terminator.spec and set it there. Edit
|
||||
the debian/changelog to add new version.
|
||||
|
||||
4. Create the source distribution package
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
terminator (1.0) trusty; urgency=medium
|
||||
|
||||
* New upstream release of 1.0
|
||||
|
||||
-- Steve Boddy <steve@asimov> Mon, 21 Nov 2016 18:28:47 +0100
|
||||
|
||||
terminator (0.98~ppa8) wily; urgency=medium
|
||||
|
||||
* No-change upload for wily
|
||||
|
|
|
@ -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.98
|
||||
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.98'
|
||||
APP_VERSION = '1.0'
|
||||
|
|
Loading…
Reference in New Issue