releasing 2.1, opening 2.2

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-07 02:21:06 -05:00
commit 12f89f6132
2 changed files with 8 additions and 2 deletions

8
debian/changelog vendored
View file

@ -1,4 +1,10 @@
byobu (2.1) unreleased; urgency=low
byobu (2.2) jaunty; urgency=low
* UNRELEASED
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 May 2009 02:19:18 -0500
byobu (2.1-0ubuntu1) karmic; urgency=low
* byobu-export: touch an empty .byobu/profile, silence error message
* byobu-status, debian/rules: migrate existing screen-profiles config

2
debian/release.sh vendored
View file

@ -38,7 +38,7 @@ echo " dput $PKG-ppa ../*ppa*changes"
echo
echo "To commit and push:"
echo " bzr cdiff"
echo " bzr commit -m "releasing 2.$curver, opening 2.$ver" && bzr push"
echo " bzr commit -m 'releasing 2.$curver, opening 2.$ver' && bzr push"
echo
echo "Publish tarball at:"
echo " https://launchpad.net/$PKG/trunk/+addrelease"