releasing 3.27

This commit is contained in:
Dustin Kirkland 2011-01-28 17:12:26 -06:00
commit e6ad6c0673
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View file

@ -1,4 +1,4 @@
byobu (3.27) unreleased; urgency=low
byobu (3.27-0ubuntu1) natty; urgency=low
* usr/bin/byobu: -v|--version
* usr/lib/byobu/fan_speed: drop detail section, nothing interesting here
@ -13,7 +13,7 @@ byobu (3.27) unreleased; urgency=low
* usr/share/byobu/profiles/common: move disk_io further left, so line
does jump around so much
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 27 Jan 2011 10:24:10 -0600
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 28 Jan 2011 17:12:23 -0600
byobu (3.26-0ubuntu1) natty; urgency=low

View file

@ -62,7 +62,7 @@ bindkey "^[[5;3~" copy # alt-pageup | scrollback
bindkey "^[[6;3~" copy # alt-pageup | scrollback
# Make socket reconnection a little easier
bindkey ";5~" eval 'process r' 'stuff "$BYOBU_PREFIX/bin/byobu-reconnect-sockets^M"' # ctrl-F5 | reconnect gpg/ssh sockets
bindkey ";5~" eval 'process r' 'stuff ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets^M"' # ctrl-F5 | reconnect gpg/ssh sockets
# toggle f-key keybindings off
register d "^a:source $BYOBU_PREFIX/share/byobu/keybindings/screen-escape-keys^M"