mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
releasing 2.65
This commit is contained in:
parent
d0f4063f9d
commit
b09337d569
2 changed files with 3 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
byobu (2.65) unreleased; urgency=low
|
byobu (2.65-0ubuntu1) lucid; urgency=low
|
||||||
|
|
||||||
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_utc,
|
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_utc,
|
||||||
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
|
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
|
||||||
|
@ -6,7 +6,7 @@ byobu (2.65) unreleased; urgency=low
|
||||||
US is completely different from the rest of the world; having
|
US is completely different from the rest of the world; having
|
||||||
a UTC time byobu status is really useful, LP: #540038
|
a UTC time byobu status is really useful, LP: #540038
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 10 Mar 2010 19:06:51 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 16 Mar 2010 23:27:20 -0500
|
||||||
|
|
||||||
byobu (2.64-0ubuntu1) lucid; urgency=low
|
byobu (2.64-0ubuntu1) lucid; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ case "$1" in
|
||||||
date -u
|
date -u
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
printf "%s UTC" $(date -u +%H:%M)
|
printf "$(color invert)%s UTC$(color -) " $(date -u +%H:%M)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue