releasing 2.65

This commit is contained in:
Dustin Kirkland 2010-03-16 23:27:27 -05:00
commit b09337d569
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View file

@ -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

View file

@ -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