releasing 2.46

This commit is contained in:
Dustin Kirkland 2010-01-11 22:54:14 -06:00
commit 249dcd6387
2 changed files with 3 additions and 4 deletions

4
debian/changelog vendored
View file

@ -1,4 +1,4 @@
byobu (2.46) unreleased; urgency=low byobu (2.46-0ubuntu1) lucid; urgency=low
* byobu-janitor: seed the default color choices more effciently, also * byobu-janitor: seed the default color choices more effciently, also
fixes some strange crashes on first run; default the colors to white fixes some strange crashes on first run; default the colors to white
@ -24,7 +24,7 @@ byobu (2.46) unreleased; urgency=low
cpu-hotplug and memory-ballooning are becoming more feasible, cpu-hotplug and memory-ballooning are becoming more feasible,
particularly in VMs particularly in VMs
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Jan 2010 21:53:14 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 11 Jan 2010 22:54:07 -0600
byobu (2.45-0ubuntu1) lucid; urgency=low byobu (2.45-0ubuntu1) lucid; urgency=low

View file

@ -1,7 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
PKG="byobu" PKG="byobu"
MAJOR=2
error() { error() {
echo "ERROR: $@" echo "ERROR: $@"
@ -26,7 +25,7 @@ bzr bd -S
echo echo
echo echo
echo "# Test this build:" echo "# Test this build:"
echo " sudo dpkg -i ../*.deb" echo " sudo dpkg -i ../byobu_*.deb"
echo echo
echo "# If everything looks good, release:" echo "# If everything looks good, release:"
echo " ./debian/release.sh" echo " ./debian/release.sh"