Change logs for byobu source package in Artful

  • byobu (5.123-0ubuntu1) artful; urgency=medium
    
      [ @cripton ]
      * po/es.po:
        - fix typos and errors in the spanish translation
        - https://github.com/dustinkirkland/byobu/pull/21
    
      [ Sujeevan Vijayakumaran ]
      * usr/bin/wifi-status:
        - use iw and ip rather than ifconfig and iwconfig, which are deprecated
        - https://github.com/dustinkirkland/byobu/pull/24
    
      [ Javier Merino ]
      * usr/bin/byobu.in:
        - add support for a BYOBU_ALT_TITLE variable, which enables users to
          set an alternate window title for their byobu session
        - https://github.com/dustinkirkland/byobu/pull/23
    
      [ Mitsuya Shibata ]
      * usr/bin/byobu-ctrl-a.in: LP: #1710780
        - set prefix2 to F12 in screen-compat ctrl-a mode
    
     -- Dustin Kirkland <email address hidden>  Thu, 17 Aug 2017 18:44:26 -0500
  • byobu (5.122-0ubuntu1) artful; urgency=medium
    
      [ Tiago Stürmer Daitx ]
      * usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-
        session.py: LP: #1711026
        - Byobu currently FTBFS on artful during pep8 verification due to
          the newly introduced E722 - ie. a 'try:/except:' block with a
          bare except that should be replaced by a 'try:except Exception:' block.
    
     -- Dustin Kirkland <email address hidden>  Wed, 09 Aug 2017 16:53:48 -0500
  • byobu (5.121-0ubuntu2) artful; urgency=medium
    
      * debian/patches/001-pep8-E722-fix.patch:
        - fix pep8 check failing due to E722 (bare 'except:'). LP: #1711026.
    
     -- Tiago Stürmer Daitx <email address hidden>  Thu, 17 Aug 2017 15:18:22 +0000
  • byobu (5.121-0ubuntu1) artful; urgency=medium
    
      [ Dustin Kirkland ]
      * usr/bin/wifi-status:
        - timestamp the pings
      * debian/control:
        - lower screen to a suggests
    
      [ Elan Ruusamäe ]
      * autogen.sh, .bzrignore, configure.ac:
        - modernize autoconf, add .bzrignore
        - my intent is to add autogen.sh as next step as seems you currently
          produce release tarballs manually, so it contains random unneeded
          crap like autom4te.cache
    
     -- Dustin Kirkland <email address hidden>  Mon, 05 Jun 2017 11:44:03 -0500
  • byobu (5.118-0ubuntu1) artful; urgency=medium
    
      * usr/lib/byobu/include/shutil:
        - use /etc/lsb-release, if it exists
          fixes detection of Linux Mint
    
     -- Dustin Kirkland <email address hidden>  Thu, 27 Apr 2017 16:26:18 -0500
  • byobu (5.117-0ubuntu1) artful; urgency=medium
    
      * usr/bin/purge-old-kernels, usr/share/man/man1/purge-old-kernels.1: LP: #1686138
        - deprecate the logic in purge-old-kernel, as apt autoremove is supposed
          to work properly now
    
     -- Dustin Kirkland <email address hidden>  Sat, 18 Mar 2017 12:05:58 -0500
  • 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