mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
releasing 2.46
This commit is contained in:
parent
d82a64a7dc
commit
249dcd6387
2 changed files with 3 additions and 4 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
3
debian/release-build.sh
vendored
3
debian/release-build.sh
vendored
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue