Change logs for byobu source package in Natty

  • byobu (3.33-0ubuntu1.1) natty-proposed; urgency=low
    
      * debian/postinst:
        - fix chown of reload-required flag, which might otherwise fail,
          and break package upgrades, LP: #796422
     -- Dustin Kirkland <email address hidden>   Sun, 12 Jun 2011 23:34:58 -0500
  • byobu (3.33-0ubuntu1) natty; urgency=low
    
      * usr/bin/byobu-launch: make sure this finishes with a true
      * usr/lib/byobu/disk_io: conditionally use readlink -f, LP: #764584
     -- Dustin Kirkland <email address hidden>   Sun, 17 Apr 2011 13:30:34 -0500
  • byobu (3.32-0ubuntu1) natty; urgency=low
    
      * usr/bin/byobu-launch, usr/bin/byobu-launcher:
        - fix situation where the profile might exit 0,
          and prevent a user from logging in
     -- Dustin Kirkland <email address hidden>   Fri, 15 Apr 2011 13:40:31 -0500
  • byobu (3.31-0ubuntu1) natty; urgency=low
    
      * usr/bin/byobu-select-session:
        - fix path to screen binary, use os.execvp()
        - drop use of PREFIX here, rely on byobu being in your path
     -- Dustin Kirkland <email address hidden>   Thu, 14 Apr 2011 18:11:30 -0500
  • byobu (3.30-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * usr/share/applications/byobu.desktop: fix description
      * usr/bin/byobu-status-detail: make a couple of minor modifications
        noticed while investigating the already-fixed LP: #750887
      * usr/lib/byobu/raid: fix grep that changed recently in Linux's
        md driver's printing to /proc/mdstat, LP: #760693
      * usr/share/byobu/profiles/common: preserve splits across detach/reattach,
        LP: #760696
      * usr/bin/byobu-launcher: don't disrupt work flow, but rather inform
        user about launching byobu in a nested screen session, LP: #747649
      * usr/bin/byobu-launch, usr/bin/byobu-launcher-install: fix handling
        of logout behavior, when dpkg-configured globally by the sysadmin,
        LP: #741281
      * usr/share/byobu/profiles/common: fix bold color intensity, LP: #727466
      * usr/bin/byobu-janitor, usr/bin/byobu-launch, usr/bin/byobu-launcher-
        install, usr/bin/byobu-launcher-uninstall,
        usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys,
        usr/share/man/man1/byobu.1:
        - add a more permanent fix for LP: #604931
        - update documentation
      * usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys:
        - fix ctrl-f5
      * debian/source/format, === removed directory debian/source: remove these
        until bzr builddeb bug gets fixed
      * usr/bin/byobu, usr/share/byobu/profiles/byoburc,
        usr/share/byobu/profiles/Makefile.am,
        usr/share/byobu/profiles/screenrc: support using ~/.byoburc, instead of
        ~/.screenrc, if present; some users seem to want to use byobu and screen
        separately, and keep their profiles separate, LP: #731529
      * usr/bin/byobu-janitor: use greadlink on Mac OSX, LP: #740370
      * usr/bin/byobu-select-session: fix broken path to screen, affects users
        who build/install byobu locally only, LP: #758177
    
      [ Chaskiel Grundman ]
      * debian/postinst: correctly fix old-school screen-profiles era diversions
        of /usr/bin/screen, LP: #727738
     -- Dustin Kirkland <email address hidden>   Sun, 27 Feb 2011 10:29:53 -0600
  • byobu (3.29-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * usr/share/man/man1/byobu.1: document PS1 workaround, LP: #525552
      * usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example
      * usr/lib/byobu/wifi_quality, usr/share/man/man1/byobu.1: support overriding
        the default wireless interface, LP: #723260
      * usr/share/man/man1/byobu.1: document TERM=vt100 for Mac keyboard users,
        LP: #482623
      * usr/bin/byobu-janitor: use readlink, much more graceful
      * usr/lib/byobu/time_binary, usr/share/byobu/profiles/common,
        usr/share/man/man1/byobu.1: fixup a couple of minor issues with the binary
        clock commit
      * usr/bin/byobu-status: switch the interpreter from sh to bash; this is
        needed to support James' time_binary script, which is bash and cannot be
        simply sourced by byobu-status; if significant performance regressions
        occur, we will need to back this change out and approach it a different
        way
    
      [ James Hunt ]
      * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_binary,
        usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
        - add support for the super-geeky-but-fun binary clock; requires
          UTF8 support in GNU Screen, LP: #705037
    
      [ Chow Loong Jin and Dustin Kirkland ]
      * usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
        with raid, lvm, dm volumes, LP: #709224, #711373, #723187
     -- Dustin Kirkland <email address hidden>   Wed, 23 Feb 2011 16:24:38 -0600
  • byobu (3.28-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * usr/lib/byobu/wifi_quality: don't show wifi-quality if connectivity == 0
      * usr/lib/byobu/disk_io: don't show disk_io if rate = 0
      * usr/lib/byobu/services: finally fix that nagging, mysterious whitespace
      * rename:
        - wastebasket -> trash
        - uclock -> time_binary
        - ugraph -> /usr/bin/byobu-ugraph
        - ulevel -> /usr/bin/byobu-ulevel
      * usr/share/applications/byobu.desktop: change the "window manager"
        verbiage to "command line"; looks a little better on desktop
        applications menu where "window manager" sounds quite different
      * usr/lib/byobu/date, usr/share/man/man1/byobu.1: fix issues from
        Question #144881
    
      [ James Hunt <email address hidden> ]
      * usr/lib/byobu/time_binary: New UTF-8 notification showing time in binary
        (requires bash for UTF-8 handling) (LP: #705037).
      * usr/bin/byobu-ugraph: New UTF-8 notification utility showing
        historical byobu-ugraph data (required bash for UTF-8 handling).
      * usr/bin/byobu-ulevel: New UTF-8 notification utility which displays
        some 'level' using various unicode characters (requires bash for
        UTF-8 handling). Also has an accessibility mode using an option or
        environment variable to display all values as percentages in ASCII.
        (LP: #705032).
      * usr/lib/byobu/trash: New ASCII+UTF-8 notification indicating
        contents of trash.
      * usr/lib/byobu/wifi_quality: added UTF-8 icon.
     -- Dustin Kirkland <email address hidden>   Fri, 28 Jan 2011 17:12:27 -0600
  • byobu (3.27-0ubuntu1) natty; urgency=low
    
      * usr/bin/byobu: -v|--version
      * usr/lib/byobu/fan_speed: drop detail section, nothing interesting here
      * usr/share/byobu/profiles/common: accommodate for powernap's off- and on-
        lining of processors dynamically
      * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/network,
        usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
        - enable the network monitor by default (it seems I *always* turn this
          on, on every single byobu instance)
        - only display when traffic is non-zero
        - move further to the left, so that entire line doesn't jump around
      * usr/share/byobu/profiles/common: move disk_io further left, so line
        does jump around so much
     -- Dustin Kirkland <email address hidden>   Thu, 27 Jan 2011 10:24:10 -0600
  • byobu (3.26-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * usr/bin/byobu-reconnect-sockets, usr/lib/byobu/date,
        usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys:
        - add a ctrl-f5 keybinding for reconnecting sockets
      * usr/share/byobu/profiles/common: explicitly set deflogin on,
        LP: #525552
    
      [ swalker <email address hidden> ]
      * A set of fixes for LP: #700911
      * usr/bin/byobu-status, usr/bin/byobu-status-detail:
        - improve support for byobu-status-detail on systems without vim
      * usr/lib/byobu/mail: test for mail dir, avoids errors
      * usr/lib/byobu/reboot_required: test for file existence, avoids errors
    
      [ Dustin Kirkland + swalker <email address hidden> ]
      * usr/lib/byobu/wifi_quality: avoid potential divide by zero error
      * usr/lib/byobu/fan_speed: add support for /proc/i8k for some other
        systems' fan speeds (e.g. Dell Inspiron), LP: #700204
     -- Dustin Kirkland <email address hidden>   Sun, 23 Jan 2011 16:28:45 -0600
  • byobu (3.25-0ubuntu1) natty; urgency=low
    
      * usr/lib/byobu/disk_io: these look better
     -- Dustin Kirkland <email address hidden>   Fri, 21 Jan 2011 12:07:24 -0600
  • byobu (3.23-0ubuntu1) natty; urgency=low
    
      * README: put byobu dir on the front of the path, if doing a local
        install (just wanted to update to a newer version on a system that
        already has byobu, but I'm not an admin)
      * usr/share/byobu/keybindings/f-keys: when splitting, move the focus
        in the new split to the first window (rather than that annoying
        blank screen)
     -- Dustin Kirkland <email address hidden>   Thu, 06 Jan 2011 12:34:52 -0600
  • byobu (3.21-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * usr/bin/byobu-select-profile: ensure that $DATA exists, LP: #697724
      * usr/bin/byobu, usr/bin/byobu-janitor: move the print for window
        title setting into byobu-janitor, which should ensure that it
        gets run on F5/refresh operations
      * usr/share/byobu/keybindings/f-keys, usr/share/byobu/profiles/common:
        move the "fit" statement to the common profile, which is sourced on
        profile refresh
      * usr/share/byobu/keybindings/f-keys: add keybindings for splits in
        tty; sadly ctrl-f2 (vertical split) not working yet
      * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-config.1,
        usr/share/man/man1/byobu-export.1, usr/share/man/man1/byobu-
        launcher.1, usr/share/man/man1/byobu-launcher-install.1,
        usr/share/man/man1/byobu-launcher-uninstall.1,
        usr/share/man/man1/byobu-reconnect-sockets.1,
        usr/share/man/man1/byobu-select-profile.1, usr/share/man/man1/byobu-
        select-session.1, usr/share/man/man1/byobu-status.1,
        usr/share/man/man1/byobu-status-detail.1,
        usr/share/man/man1/shell.1: add a url link to the GPL
      * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-janitor.1:
        - clean up the "SEE ALSO" section of a few manpages
    
      [ Jan Klepek ]
      * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-status.1,
        usr/share/man/man1/byobu-disable.1, usr/share/man/man1/byobu-
        enable.1, usr/share/man/man1/byobu-janitor.1,
        usr/share/man/man1/byobu-launch.1, usr/share/man/man1/Makefile.am:
        - add a few missing manpages
        - add notes to the location of the GPL on Fedora
     -- Dustin Kirkland <email address hidden>   Mon, 03 Jan 2011 11:44:19 -0600
  • byobu (3.20-0ubuntu1) natty; urgency=low
    
      * usr/lib/byobu/network: drop unnecessary unit=kbps
      * usr/bin/byobu: allow for -xS or the like, LP: #684926
      * usr/bin/byobu-select-session, usr/share/man/man1/byobu.1,
        usr/share/man/man1/byobu-select-session.1: support "hiding"
        sessions, by prepending a "." to the session name, LP: #599334
      * usr/share/man/man1/byobu-launcher.1: update documentation
      * usr/bin/byobu-launcher-install, usr/share/man/man1/byobu-launcher-
        install.1, usr/share/man/man1/byobu-launcher-uninstall.1,
        usr/share/man/man1/Makefile.am:
        - add an option for -n|--no-logout to byobu-launcher-install,
          document changes in new manpages, LP: #604931
      * usr/lib/byobu/cpu_temp: find the temp monitor, LP: #676080
      * usr/lib/byobu/battery, usr/share/man/man1/byobu.1: allow for
        overriding detected BATTERY, LP: #693560
      * usr/lib/byobu/cpu_temp: test that file exists, is readable, and has
        size > 0, LP: #696071
     -- Dustin Kirkland <email address hidden>   Tue, 28 Dec 2010 00:05:13 -0600
  • byobu (3.19-0ubuntu1) natty; urgency=low
    
      * usr/lib/byobu/network: ensure that up/down and units are always set
     -- Dustin Kirkland <email address hidden>   Mon, 27 Dec 2010 23:44:05 -0600
  • byobu (3.18-0ubuntu1) natty; urgency=low
    
      * usr/bin/byobu: LP: #684926, list byobu default sessions, plus named
        screen sessions
     -- Dustin Kirkland <email address hidden>   Sun, 26 Dec 2010 17:22:23 -0600
  • byobu (3.17-0ubuntu1) natty; urgency=low
    
      * usr/lib/byobu/cpu_temp: add cpu temp path for modern (x201) thinkpads,
        LP: #693568
      * usr/share/byobu/windows/common: must set a target site for the sample
        w3m window to work, LP: #689340
      * usr/bin/byobu: list all sessions, LP: #684926
      * usr/share/applications/byobu.desktop: enable the desktop icon by default
     -- Dustin Kirkland <email address hidden>   Wed, 08 Dec 2010 08:57:51 -0600
  • byobu (3.16-0ubuntu1) natty; urgency=low
    
      * usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys: drop the -k arg to
        bindkey, doesn't seem to be working
     -- Dustin Kirkland <email address hidden>   Wed, 08 Dec 2010 08:55:57 -0600
  • byobu (3.15-0ubuntu1) natty; urgency=low
    
      * usr/lib/byobu/raid: only match one raid rebuild (the first one)
      * debian/rules, usr/share/applications/byobu.desktop: try to get
        the icon working in Unity, LP: #683444
      * usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys,
        usr/share/man/man1/byobu.1: add some keybindings for better handling
        of screen splits, LP: #686847
      * usr/lib/byobu/ip_address: look for the ip address on global scope,
        helps with labeled and tagged interfaces, LP: #685748
     -- Dustin Kirkland <email address hidden>   Tue, 07 Dec 2010 21:55:52 -0600
  • byobu (3.14-0ubuntu1) natty; urgency=low
    
      * debian/install, etc/update-motd.d/55-window-manager, === removed
        directory etc/update-motd.d: dropped motd message; unfortunately
        annoyed some people;  we still need a way to expose byobu to people
        who want it, but don't know what it's called, LP: #680657
     -- Dustin Kirkland <email address hidden>   Mon, 29 Nov 2010 14:53:06 -0600
  • byobu (3.13-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * etc/update-motd.d/55-window-manager: print the MOTD appendage up to 3
        times, LP: #680657
    
      [ Anders Kaseorg <email address hidden> ]
      * usr/bin/byobu-launcher-install, usr/lib/byobu/whoami: Use getent instead
        of reading /etc/passwd directly , LP: #682296
     -- Dustin Kirkland <email address hidden>   Sun, 28 Nov 2010 10:36:55 -0600
  • byobu (3.12-0ubuntu1) natty; urgency=low
    
      * etc/update-motd.d/55-window-manager: LP: #681616, fix printing of the
        motd message
     -- Dustin Kirkland <email address hidden>   Thu, 25 Nov 2010 18:48:17 -0600
  • byobu (3.11-0ubuntu1) natty; urgency=low
    
      [ Marcin Juszkiewicz ]
      * usr/lib/byobu/cpu_freq: fix cpu frequency detection on ARM, LP: #675442
    
      [ Dustin Kirkland ]
      * etc/update-motd.d/55-window-manager: fix a spelling error, allow for
        easy disabling of the motd message
      * usr/share/byobu/keybindings/f-keys: resize on each window change,
        LP: #680559
      * README: minor edit to the instructions;  tested and working for me now
     -- Dustin Kirkland <email address hidden>   Wed, 24 Nov 2010 12:59:37 -0600
  • byobu (3.10-0ubuntu1) natty; urgency=low
    
      * usr/lib/byobu/custom: fix typo in for loop, LP: #673728, thanks for
        the triage Jorge E. Gómez
      * usr/bin/byobu-janitor: make sure this runs to completion, LP: #676605
      * usr/lib/byobu/cpu_freq: scale bogomips by number of processors, if
        using bogomips to estimate frequency, LP: #675442
      * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/Makefile.am,
        usr/lib/byobu/swap, usr/share/byobu/profiles/common,
        usr/share/man/man1/byobu.1: add a swap memory usage notification,
        LP: #677259
      * usr/lib/byobu/release: fix the ubuntu devel release printing
     -- Dustin Kirkland <email address hidden>   Fri, 12 Nov 2010 22:45:25 -0600
  • byobu (3.9-0ubuntu1) natty; urgency=low
    
      * debian/templates, etc/byobu/statusrc, usr/bin/byobu, usr/bin/byobu-
        config, usr/bin/byobu-janitor, usr/bin/byobu-launcher,
        usr/bin/byobu-launcher-install, usr/bin/byobu-launcher-uninstall,
        usr/bin/byobu-select-profile, usr/bin/byobu-status,
        usr/lib/byobu/custom, usr/lib/byobu/disk_io, usr/lib/byobu/ec2_cost,
        usr/lib/byobu/hostname, usr/lib/byobu/ip_address,
        usr/lib/byobu/logo, usr/lib/byobu/mem_available, usr/lib/byobu/menu,
        usr/lib/byobu/network, usr/lib/byobu/.notify_osd,
        usr/lib/byobu/reboot_required, usr/lib/byobu/services,
        usr/lib/byobu/updates_available, usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys,
        usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
        usr/share/man/man1/byobu.1: clean up the broken xdg changes,
        maintain both the xdg dir and a symlink for now;  LP: #674217
      * usr/lib/byobu/release: use /etc/issue first, much, much faster,
        thanks to the suggestion from Daniel Hahler, LP: #674275
     -- Dustin Kirkland <email address hidden>   Wed, 10 Nov 2010 18:29:06 -0600
  • byobu (3.8-0ubuntu1) natty; urgency=low
    
      * UNRELEASED
     -- Dustin Kirkland <email address hidden>   Mon, 08 Nov 2010 18:24:15 -0600
  • byobu (3.7-0ubuntu1) natty; urgency=low
    
      [ Dustin Kirkland ]
      * usr/lib/byobu/ec2_cost, usr/share/byobu/ec2/rates.eu_ie,
        usr/share/byobu/ec2/rates.us_ca, usr/share/byobu/ec2/rates.us_va:
        - add ec2_cost support for t1.micro instances, LP: #669190
      * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/Makefile.am,
        usr/lib/byobu/notify_osd, usr/share/byobu/profiles/common,
        usr/share/man/man1/byobu.1:
        - add notify_osd support to byobu, LP: #669189
        - separate the perl into a script of its own
        - add per-pid notifier monitors, terminate when screen terminates
        - allow for disabling the notify_osd status; must handle in the perl
          script
        - use BYOBU_PREFIX for local installs
      * usr/bin/byobu-config, usr/bin/byobu-janitor, usr/bin/byobu-launcher-
        uninstall, usr/share/byobu/keybindings/f-keys:
        - use gsed, where available; should help with BSD issues running byobu,
          LP: #651993
      * README: add a note about gsed
      * usr/share/man/man1/byobu.1: add a synopsis section that mentions options
        simply passed through to screen, LP: #669566
      * usr/bin/byobu, usr/bin/byobu-janitor,
        usr/share/byobu/profiles/common: change location of $SSH_AUTH_SOCK symlink
        from /var/run to $HOME, as we can't be sure that the user's var/run
        dir will exist before screen starts, LP: #664059
      * etc/update-motd.d, etc/update-motd.d/55-window-manager,
        etc/update-motd.d/Makefile.am, Makefile.am, usr/bin/byobu-disable,
        usr/bin/byobu-enable:
        - add a helpful update-motd message and a convenient command to enable-and-
          launch byobu
      * usr/bin/byobu-select-session: enable byobu-select-session to list
        custom session names, LP: #630673
      * debian/templates, etc/byobu/statusrc, usr/bin/byobu, usr/bin/byobu-
        janitor, usr/bin/byobu-launcher, usr/bin/byobu-launcher-install,
        usr/bin/byobu-launcher-uninstall, usr/bin/byobu-select-profile,
        usr/bin/byobu-status, usr/lib/byobu/custom, usr/lib/byobu/disk_io,
        usr/lib/byobu/ec2_cost, usr/lib/byobu/hostname,
        usr/lib/byobu/ip_address, usr/lib/byobu/logo,
        usr/lib/byobu/mem_available, usr/lib/byobu/menu,
        usr/lib/byobu/network, usr/lib/byobu/.notify_osd,
        usr/lib/byobu/reboot_required, usr/lib/byobu/services,
        usr/lib/byobu/updates_available, usr/share/byobu/keybindings/f-keys,
        usr/share/byobu/keybindings/screen-escape-keys,
        usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
        usr/share/man/man1/byobu.1:
        - xdg user dirs overhaul, LP: #553105
      * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/mail,
        usr/lib/byobu/Makefile.am, usr/lib/byobu/raid,
        usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
        - add a raid notification, LP: #669191
      * usr/bin/byobu-status, usr/lib/byobu/notify_osd:
        - fix all detail printing
      * usr/bin/byobu:
        - fix listing of sessions, LP: #672023
      * usr/lib/byobu/services:
        - drop max instance count from NC service reporting;  was inaccurate
    
      [ Marcus Asshauer ]
      * usr/bin/byobu-config: add directory option when creating new window,
        LP: #623033
     -- Dustin Kirkland <email address hidden>   Thu, 21 Oct 2010 12:09:14 -0500
  • byobu (3.6-0ubuntu1) natty; urgency=low
    
      [ Ryan Thompson ]
      * usr/bin/byobu-launcher: return false, if byobu doesn't launch because
        TERM=dumb, LP: #654608
    
      [ Dustin Kirkland ]
      * usr/bin/byobu: fix SSH_AUTH_SOCK breakage, define $RUN dir, LP: #664059
      * experimental/byobu.php, experimental/README: delete
     -- Dustin Kirkland <email address hidden>   Wed, 15 Sep 2010 13:31:03 -0600
  • byobu (3.5-0ubuntu1) maverick; urgency=low
    
      [ Jan Klepek ]
      * usr/bin/byobu-status: fix libexec path for Fedora, LP: #630054
    
      [ Dustin Kirkland ]
      * usr/lib/byobu/rcs_cost, usr/lib/byobu/ec2_cost: testing crontab
        creation time is not accurate, seems this happens at image creation
        rather than instance instantiation; use /etc/hostname instead; ensure
        that minimum hours is 1, not 0; LP: #639855
      * usr/lib/byobu/network: use bps rather than B/s by default for network
        traffic, LP: #578377
      * This Maverick release also includes the fix:
        - usr/share/applications/byobu.desktop: add gettext domain, LP: #623935
     -- Dustin Kirkland <email address hidden>   Wed, 01 Sep 2010 13:11:34 -0600