opening 2.81

This commit is contained in:
Dustin Kirkland 2010-06-16 12:46:29 -05:00
commit b7a3bcd022
3 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
byobu (2.81) unreleased; urgency=low
* UNRELEASED
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 16 Jun 2010 12:46:29 -0500
byobu (2.80-0ubuntu1) maverick; urgency=low byobu (2.80-0ubuntu1) maverick; urgency=low
* usr/bin/byobu-launcher: handle nasty recursion, if ssh'ing to localhost, * usr/bin/byobu-launcher: handle nasty recursion, if ssh'ing to localhost,

View file

@ -1,12 +1,12 @@
Name: byobu Name: byobu
Version: 2.80 Version: 2.81
Release: 1%{?dist} Release: 1%{?dist}
Summary: a light-weight, configurable window manager built upon GNU screen Summary: a light-weight, configurable window manager built upon GNU screen
Group: Applications/System Group: Applications/System
License: GPL License: GPL
URL: http://launchpad.net/byobu URL: http://launchpad.net/byobu
Source0: http://code.launchpad.net/byobu/trunk/2.80/+download/byobu_2.80.orig.tar.gz Source0: http://code.launchpad.net/byobu/trunk/2.81/+download/byobu_2.81.orig.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
PKG="byobu" PKG="byobu"
VERSION=2.80 VERSION=2.81
# Add a version argument for debugging purposes # Add a version argument for debugging purposes
if [ "$#" = "1" ] && [ "$1" = "-v" ]; then if [ "$#" = "1" ] && [ "$1" = "-v" ]; then