Change logs for byobu source package in Saucy

  • byobu (5.60-0ubuntu1) saucy; urgency=low
    
      * usr/share/byobu/profiles/bashrc, usr/share/man/man1/byobu-prompt.1:
        - only display error code when non-zero
        - document behavior in manpage
     -- Dustin Kirkland <email address hidden>   Thu, 19 Sep 2013 12:23:43 -0500
  • byobu (5.59-0ubuntu1) saucy; urgency=low
    
      * usr/share/byobu/profiles/bashrc:
        - use MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET (U+27EB, Pe): ⟫
        - I've tested this to display properly in:
          + gnome-terminal, xterm, uxterm, terminator, konsole
        - Still doesn't look right in putty
      * usr/bin/byobu, usr/bin/byobu-status, usr/share/byobu/keybindings/f-
        keys.tmux: LP: #1215210
        - default window name to -
        - this is a compromise and I see no other way around this
      * usr/share/byobu/profiles/bashrc:
        - allow disable of utf8 prompt via BYOBU_CHARMAP variable
      * usr/lib/byobu/logo:
        - support Unicode logo for CentOS
      * usr/bin/byobu-status, usr/lib/byobu/include/constants,
        usr/lib/byobu/include/icons, usr/lib/byobu/include/Makefile.am,
        usr/lib/byobu/include/toggle-utf8, usr/share/byobu/keybindings/f-
        keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable,
        usr/share/doc/byobu/help.tmux.txt:
        - add a new keybiding, Alt-F5, to toggle UTF-8 on and off
      * usr/share/byobu/profiles/bashrc:
        - prepend previous command's exit status on the fancy Byobu
          prompt;  thanks for the wonderful idea, Martin Pitt!
     -- Dustin Kirkland <email address hidden>   Thu, 12 Sep 2013 10:53:27 -0500
  • byobu (5.58-0ubuntu1) saucy; urgency=low
    
      * usr/share/byobu/keybindings/f-keys.tmux,
        usr/share/byobu/keybindings/f-keys.tmux.disable,
        usr/share/byobu/keybindings/Makefile.am,
        usr/share/byobu/keybindings/mouse.tmux.disable,
        usr/share/byobu/keybindings/mouse.tmux.enable,
        usr/share/doc/byobu/help.tmux.txt:
        - add support for a new keybinding, Alt-F12, to toggle on/off
          tmux mouse support
        - display a message when toggling either on or off mouse or
          F-keys support
      * usr/share/byobu/keybindings/f-keys.screen,
        usr/share/byobu/keybindings/f-keys.screen.disable,
        usr/share/byobu/keybindings/f-keys.tmux,
        usr/share/byobu/keybindings/f-keys.tmux.disable,
        usr/share/doc/byobu/help.tmux.txt: LP: #1218680
        - byobu-screen has long supported Ctrl-A-~ which saves your scrollback
          buffer to a file
        - byobu-tmux had never quite implemented this
        - Add a new keybinding to both byobu-screen and byobu-tmux that adds
          this support, Shift-F9
      * usr/share/byobu/keybindings/f-keys.tmux: LP: #1224352
        - show current window name when prompting for rename-window
     -- Dustin Kirkland <email address hidden>   Tue, 03 Sep 2013 14:40:09 -0500
  • byobu (5.57-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu, usr/share/byobu/profiles/bashrc:
        - try to ensure that 256 colors stick, per feedback from Josh
          Poulson in G+
     -- Dustin Kirkland <email address hidden>   Fri, 16 Aug 2013 16:29:11 -0500
  • byobu (5.56-0ubuntu1) saucy; urgency=low
    
      * usr/lib/byobu/battery:
        - fix battery status caching issues when battery is full, or
          plugged into AC
      * usr/lib/byobu/network: LP: #1203601
        - fix issue where /proc/net/dev isn't read correctly; use an
          intermediate cache file
      * usr/lib/byobu/cpu_temp: LP: #1167176
        - reorder cpu temp detection, as the previous order seemed to
          pick up GPU temps before CPU temps
      * usr/share/byobu/keybindings/f-keys.screen.disable:
        - drop a couple of keys that don't exist; should fix F5 refresh
          errors in byobu-screen, partial fix for LP: #814172
     -- Dustin Kirkland <email address hidden>   Sat, 10 Aug 2013 09:23:04 +0100
  • byobu (5.54-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-janitor: LP: #1208844
        - only enable the byobu prompt by default if the bashrc is stock;
          ie, hasn't been locally modified
     -- Dustin Kirkland <email address hidden>   Tue, 06 Aug 2013 22:56:38 +0100
  • byobu (5.53-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-launch, usr/lib/byobu/ec2_cost,
        usr/lib/byobu/hostname, usr/lib/byobu/include/shutil,
        usr/lib/byobu/ip_address: LP: #1208853
        - revert this recent commit, as it appears to have some unintended
          consequences, and it was just cleaning up some false positive
          bashism hits
      * usr/share/byobu/profiles/bashrc: LP: #1208844
        - revert override of term
      * usr/bin/byobu-prompt, usr/bin/Makefile.am, usr/share/man/man1/byobu-
        disable-prompt.1, usr/share/man/man1/byobu-enable-prompt.1,
        usr/share/man/man1/byobu-enable-prompt.1 =>
        usr/share/man/man1/byobu-prompt.1, usr/share/man/man1/Makefile.am:
        - add some documentation and an interactive utility for toggling
          on and off the byobu-prompt, which is hinted in the inline
          bashrc comment
     -- Dustin Kirkland <email address hidden>   Mon, 05 Aug 2013 09:23:03 +0100
  • byobu (5.52-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-janitor:
        - ensure byobu can be purged without breaking a bashrc
      * usr/bin/byobu-launch, usr/lib/byobu/ec2_cost,
        usr/lib/byobu/hostname, usr/lib/byobu/include/shutil,
        usr/lib/byobu/ip_address:
        - work around checkbashisms false positives
      * usr/bin/byobu-janitor:
        - fix error in echo
     -- Dustin Kirkland <email address hidden>   Mon, 05 Aug 2013 08:38:30 +0100
  • byobu (5.51-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-disable-prompt, usr/bin/byobu-enable-prompt,
        usr/share/byobu/profiles/bashrc,
        usr/share/byobu/profiles/Makefile.am,
        usr/share/byobu/profiles/ps1.sh:
        - use a common bashrc file
      * usr/share/byobu/profiles/bashrc:
        - allow override via a $DISTRO env variable
      * usr/bin/byobu-disable-prompt, usr/bin/byobu-enable-prompt,
        usr/share/byobu/profiles/bashrc:
        - don't put profile reloads in the bash history
        - use a ~/.byobu/prompt file as a redirect, and to enable
          end user customizations
        - fix a bash error
      * usr/bin/byobu-enable-prompt, usr/bin/byobu-janitor:
        - enable the new byobu colored prompt by default, on new logins
      * usr/bin/byobu-janitor:
        - enable users to remove the line from their ~/.bashrc
     -- Dustin Kirkland <email address hidden>   Fri, 02 Aug 2013 17:30:11 -0500
  • byobu (5.50-0ubuntu1) saucy; urgency=low
    
      * usr/share/applications/byobu.desktop:
        - ensure TERM gets full color when launching from desktop
      * usr/bin/byobu-enable-prompt:
        - the @ symbol in the color prompt was hard to read
      * usr/bin/byobu-disable-prompt:
        - clean up all byobu-prompt lines
      * usr/bin/byobu-disable-prompt, usr/bin/byobu-enable-prompt:
        - use ubuntu themed colors for the prompt if running on
          Ubuntu
      * usr/bin/byobu-enable-prompt, usr/lib/byobu/distro,
        usr/lib/byobu/include/shutil, usr/lib/byobu/logo:
        - use a common get_distro function in a couple of places
      * usr/lib/byobu/wifi_quality, usr/share/man/man1/byobu.1:
        - make wifi status a little easier to read
      * usr/bin/byobu-disable-prompt, usr/bin/byobu-enable-prompt:
        - ensure we're in a tmux shell
        - ensure we're in a bash shell
        - don't double-reload
     -- Dustin Kirkland <email address hidden>   Sun, 28 Jul 2013 19:51:39 -0500
  • byobu (5.49-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-enable-prompt:
        - fix TERM
      * debian/postinst, usr/bin/byobu-enable-prompt: LP: #1205560
        - soften requirements on touching the reload flag
      * usr/share/byobu/status/status:
        - add the second profile a more complete one, the config I used most
          of the time
     -- Dustin Kirkland <email address hidden>   Fri, 26 Jul 2013 16:51:20 -0500
  • byobu (5.48-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-disable-prompt, usr/bin/byobu-enable-prompt,
        usr/bin/Makefile.am, usr/share/byobu/profiles/ps1.sh,
        usr/share/man/man1/byobu-disable-prompt.1,
        usr/share/man/man1/byobu-enable-prompt.1,
        usr/share/man/man1/Makefile.am:
        - add a utility that installs and uninstalls a nicer color prompt
          into the local shell configuration
      * usr/bin/byobu-enable-prompt, usr/lib/byobu/include/shutil:
        - workaround for LP: #817690
        - add override for TERM in byobu-enable-prompt
      * usr/lib/byobu/include/common: LP: #1180427
        - silence STERR too on BYOBU_TEST
     -- Dustin Kirkland <email address hidden>   Wed, 17 Jul 2013 09:37:02 -0500
  • byobu (5.47-0ubuntu1) saucy; urgency=low
    
      * No changes
      * Re-release due to some minor breakage in my release script
     -- Dustin Kirkland <email address hidden>   Tue, 16 Jul 2013 18:19:08 -0500
  • byobu (5.44-0ubuntu1) saucy; urgency=low
    
      * usr/lib/byobu/wifi_quality:
        - minor fix for wifi quality printing, sometimes = and sometimes :
      * usr/lib/byobu/ec2_cost, usr/lib/byobu/hostname,
        usr/lib/byobu/include/shutil, usr/lib/byobu/ip_address,
        usr/lib/byobu/updates_available:
        - ensure input/output/stderr are handled properly for background process
     -- Dustin Kirkland <email address hidden>   Sun, 02 Jun 2013 00:15:10 -0500
  • byobu (5.43-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu-select-profile:
        - fix random background color setting for tmux
     -- Dustin Kirkland <email address hidden>   Wed, 22 May 2013 18:01:28 -0500
  • byobu (5.42-0ubuntu1) saucy; urgency=low
    
      * usr/bin/Makefile.am:
        - install byobu-ulevel
        - install byobu-ugraph
      * usr/lib/byobu/wifi_quality:
        - clear wifi status indicator when there is no wifi connection
      * usr/bin/byobu-select-session: LP: #1182776
        - skip sessions that are just whitespace
      * usr/lib/byobu/include/shutil, usr/lib/byobu/wifi_quality,
        usr/share/man/man1/byobu.1: LP: #1182528
        - fix status colors on Red Hat, Mac OS X, and elsewhere
        - seems that the #nnnnnn style coloring isn't working everywhere
          + should probably get to the bottom of this...
     -- Dustin Kirkland <email address hidden>   Thu, 09 May 2013 09:06:07 -0500
  • byobu (5.41-0ubuntu1) saucy; urgency=low
    
      * usr/share/byobu/profiles/tmux:
        - need to use prefix
      * usr/share/byobu/profiles/tmux:
        - run byobu-janitor in a new session, rather than a new window
          + on Mac (tmux 1.8), it seems that the tmux session does not
            yet exist, so this fails
     -- Dustin Kirkland <email address hidden>   Wed, 08 May 2013 13:36:07 -0500
  • byobu (5.40-0ubuntu1) saucy; urgency=low
    
      * usr/share/byobu/profiles/tmux: LP: #1177728
        - use byobu's tmux-screen-keys.conf
      * debian/postinst: LP: #1174537
        - drop the env python changes in the postinst
      * debian/control, usr/bin/byobu-select-profile: LP: #1166416
        - hardcode a use of gawk (for hex calculations)
      * usr/share/doc/byobu/help.tmux.txt: LP: #1143342
        - rephrase window rename help text
      * usr/bin/byobu-config: LP: #1166058
        - handle non-existant keybindings file
      * usr/bin/byobu-config: LP: #1125469
        - define error() function
      * debian/control:
        - lintian fixes
     -- Dustin Kirkland <email address hidden>   Tue, 07 May 2013 22:01:40 -0500
  • byobu (5.39-0ubuntu1) saucy; urgency=low
    
      * usr/bin/byobu:
        - fix minor syntax error
     -- Dustin Kirkland <email address hidden>   Tue, 07 May 2013 17:16:31 -0500
  • byobu (5.38-0ubuntu1) saucy; urgency=low
    
      [ Dustin Kirkland ]
      * usr/bin/byobu-janitor: LP: #1173620
        - there is no "grey" in tmux
      * usr/bin/byobu-launch:
        - append, rather than prepend, $PROMPT_COMMAND, as double-semi-colons
          are illegal, thanks to Christian Mäder in github for patch
      * usr/bin/byobu, usr/lib/byobu/include/Makefile.am,
        usr/lib/byobu/include/tmux-detach-all-but-current-client,
        usr/share/byobu/keybindings/f-keys.tmux,
        usr/share/byobu/keybindings/f-keys.tmux.disable,
        usr/share/doc/byobu/help.tmux.txt: LP: #939870
        - add a new keybinding, Alt-F6, which detaches all other clients
          + often used to maximize your tmux session, since tmux reduces
            the available size of your terminal to the smallest connected
            session
      * usr/bin/byobu: LP: #1176956
        - handle unlimted ulimits
      * usr/share/man/man1/byobu.1: LP: #1121414
        - document PuTTY UTF-8 configuration
          + thanks to Chris Holmes
      * usr/bin/byobu-keybindings, usr/bin/Makefile.am,
        usr/share/man/man1/byobu-keybindings.1,
        usr/share/man/man1/Makefile.am: LP: #1118755
        - added a new executable and manpage: byobu-keybindings
        - this is a command line utility for toggling Byobu's keybindings
          on an off
        - useful when Shift-F12 is not usable (Linux console tty), and
          when ctrl-a-! is not usable (tmux)
      * usr/bin/byobu-ctrl-a: LP: #1045070
        - check if the user has already chosen an escape sequence and if so,
          don't bother them with the ctrl-a question
    
      [ Reinhard Tartler ]
      * usr/bin/byobu-reconnect-sockets, usr/lib/byobu/include/shutil: LP: #1162432
        - fix reconnect on zsh
     -- Dustin Kirkland <email address hidden>   Sun, 21 Apr 2013 11:11:01 -0500
  • byobu (5.35-0ubuntu1) raring; urgency=low
    
      * usr/bin/byobu:
        - these ulimit tests are bash-specific
      * usr/lib/byobu/raid:
        - fix degraded raid detection regression
     -- Dustin Kirkland <email address hidden>   Tue, 12 Mar 2013 23:14:29 -0500