Change logs for byobu source package in Zesty

  • 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
    
     -- Dustin Kirkland <email address hidden>  Mon, 06 Feb 2017 12:22:26 -0600
  • 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
    
     -- Dustin Kirkland <email address hidden>  Fri, 27 Jan 2017 08:31:01 -0600
  • 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
    
     -- Dustin Kirkland <email address hidden>  Wed, 07 Dec 2016 08:18:12 -0600
  • 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
    
     -- Dustin Kirkland <email address hidden>  Fri, 16 Sep 2016 10:13:08 -0500
  • 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.
    
     -- Dustin Kirkland <email address hidden>  Tue, 09 Aug 2016 15:23:19 -0500