Publishing details

Changelog

byobu (5.116-0ubuntu1~ubuntu16.04.1~ppa1) xenial; urgency=medium

  * No-change backport to xenial

byobu (5.116-0ubuntu1) zesty; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/purge-old-kernels:
    - need to do some extra grepping when using efi kernels
  * usr/share/byobu/profiles/tmux:
    - save 100K lines of scrollback, rather than 10K, which I find gets
      eclipsed too often when you actually need it

  [ janvonde ]
  * usr/bin/purge-old-kernels, usr/share/man/man1/purge-old-kernels.1:
    - add a --quiet option for cronjobs
    - add note in the manpage

byobu (5.115-0ubuntu1) zesty; urgency=medium

  * debian/control:
    - depend on net-tools, for ifconfig
  * usr/bin/purge-old-kernels:
    - fix $APT_OPS position, thanks Benjamin J. Stassart

byobu (5.114-0ubuntu1) zesty; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/purge-old-kernels:
    - use apt-get, rather than apt, for compatibility with trusty/precise apt

  [ Simon Quigley ]
  * usr/lib/byobu/include/select-session.py:
    - fix pep8 error, E305 expected 2 blank lines...

  [ @alexm ]
  * usr/bin/purge-old-kernels:
    - Use dpkg first when APT is broken #16
    - https://github.com/dustinkirkland/byobu/pull/16

byobu (5.113-0ubuntu1) zesty; urgency=medium

  * usr/bin/wifi-status:
    - ping the router, too, to verify at least local connectivity
  * usr/lib/byobu/include/shutil:
    - use a prime here, too
  * usr/lib/byobu/include/select-session.py: LP: #1548384
    - when selecting a session, if only empty sessions exist, then create
      a new one; the bug was that tmux considers a null string argument
      still an argument
  * usr/bin/purge-old-kernels:
    - ensure that we keep the current running kernel
  * usr/share/man/man1/byobu.1:
    - fix minor nitpick about disk/memory measurement documentation
  * usr/share/byobu/desktop/byobu.desktop.old,
    usr/share/byobu/desktop/Makefile.am, usr/share/man/man1/byobu.1: LP: #1639836
    - resurrect byobu-desktop.old, which is needed on Debian and other
      systems, where gnome-terminal may not exist

byobu (5.112-0ubuntu1) yakkety; urgency=medium

  [ Mohamed Elawadi ]
  * usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu-launch.in,
    usr/bin/byobu-select-profile.in, usr/bin/byobu-status.in,
    usr/lib/byobu/battery, usr/lib/byobu/disk_io,
    usr/lib/byobu/include/common, usr/lib/byobu/include/constants,
    usr/lib/byobu/include/shutil, usr/lib/byobu/ip_address,
    usr/lib/byobu/memory, usr/lib/byobu/release,
    usr/lib/byobu/updates_available:
    - https://github.com/dustinkirkland/byobu/pull/15
    - Fixing BYOBU_TEST issues
    - The first issue was that command -v, which and type were always
      returning an error code when executed without an extra argument.
      so BYOBU_TEST was always falling to which because it was the last one.
    - The second issue was, command -v didn't work because of a different
      reason. When executed in a shell (at least my shell) using variable
      substitution, the shell was trying to find a binary called
      "command -v" so it was failing.

byobu (5.111-0ubuntu1) yakkety; urgency=medium

  [ Dustin Kirkland ]
  * usr/lib/byobu/battery:
    - battery color when black-on-red is hard to read; change to
      white on red.
    - test 256 colors with vim (:runtime syntax/colortest.vim) and
      http://www.robmeerman.co.uk/_media/unix/256colors2.pl
      + seem to be working okay here

  [ Jeffery To ]
  * usr/bin/byobu.in, usr/share/byobu/profiles/tmux:
    - use screen-256color if possible, for both screen and tmux
    - allow the user to override our term choices, by setting
      BYOBU_TERM, BYOBU_DEFAULT_TERM and/or BYOBU_COLOR_TERM

byobu (5.110-0ubuntu1) yakkety; urgency=medium

  [ Dustin Kirkland ]
  * usr/lib/byobu/logo:
    - added a logo for AlpineLinux, which has published an apk for Byobu
  * usr/share/byobu/status/status, usr/share/byobu/status/statusrc:
   - default to showing disk space
   - fix DISTRO to BYOBU_DISTRO in template
  * debian/control: LP: #1596364
    - add |xterm to suggests
  * usr/bin/purge-old-kernels: LP: #1595977
    - modify the kernel purge algorithm slightly to better handle efi
      and virtual kernels
  * usr/bin/purge-old-kernels: LP: #1532153
    - run autoremove afterwards, to clean up anything else
  * usr/lib/byobu/include/select-session.py: LP: #1583590
    - fix default window selection by just hitting enter
  * usr/share/man/man1/byobu.1:
    - add some whitespace in the manpage

  [ ironstorm ]
  * usr/lib/byobu/cpu_temp: LP: #1587139
    - add cpu temp support for rpi1, rpi2, and rpi3

byobu (5.109-0ubuntu1) yakkety; urgency=medium

  [ Dustin Kirkland ]
  * usr/lib/byobu/include/icons, usr/lib/byobu/reboot_required,
    usr/lib/byobu/updates_available:
    - add an checkbox icon
    - fix formatting again
  * usr/share/byobu/desktop/byobu.desktop.old,
    usr/share/byobu/desktop/Makefile.am:
    - deprecated

  [ Grant Likely ]
  * usr/lib/byobu/include/select-session.py:
    - Add support for tmux grouped sessions
    - select-session.py: Pass command name in argument list

byobu (5.108-0ubuntu1) yakkety; urgency=medium

  [ Dustin Kirkland ]
  * usr/lib/byobu/updates_available:
    - remove trailing whitespace
  * usr/lib/byobu/battery:
    - only use POWER_SUPPLY_CAPACITY if neither POWER_SUPPLY_ENERGY_NOW nor
      POWER_SUPPLY_CHARGE_NOW are available; important for summing
      multiple batteries

  [ Kevin Mark and Dustin Kirkland ]
  * usr/lib/byobu/uptime:
    - fix uptime status on MacOS

byobu (5.107-0ubuntu1) yakkety; urgency=medium

  * usr/bin/manifest:
    - remove http, breaks pastebinit
  * usr/bin/manifest:
    - fix manifest url
  * usr/bin/wifi-status:
    - use tmux target pane

 -- Chris Johnston <cjohnston@aphrodite>  Mon, 10 Apr 2017 11:34:25 -0400

Available diffs

Builds

Built packages

Package files