[ubuntu/cosmic-proposed] byobu 5.127-0ubuntu1 (Accepted)

Dustin Kirkland kirkland at ubuntu.com
Sun Aug 12 16:41:10 UTC 2018


byobu (5.127-0ubuntu1) cosmic; urgency=medium

  * usr/share/byobu/profiles/bashrc:
    - Googley PS1 for non-Ubuntu distros
  * usr/lib/byobu/logo, usr/share/byobu/profiles/bashrc:
    - use Google lego logo for gLinux
  * usr/lib/byobu/logo: LP: #1769676
    - don't use the Ubuntu logo in the status line, as this breaks ssh
      clients coming to Ubuntu from other OSes without the Ubuntu font
  * usr/lib/byobu/include/shutil, usr/lib/byobu/Makefile.am,
    usr/lib/byobu/rcs_cost, usr/share/byobu/status/status,
    usr/share/man/man1/byobu.1,
    usr/lib/byobu/ec2_cost,
    usr/lib/byobu/include/ec2instancespricing.py,
    usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/shutil,
    usr/lib/byobu/Makefile.am, usr/share/byobu/status/status,
    usr/share/man/man1/byobu.1,
  * usr/bin/byobu-janitor.in:
    - deprecate unmaintained ec2/rcs pricing functionality
    - this never really worked well, and these prices are constantly changing
    - clear out stale status cache
  * debian/control, usr/lib/byobu/ip_address, usr/lib/byobu/network,
    usr/share/man/man1/wifi-status.1: LP: #1748956
    - switch entirely to iproute2, away from net-tools and ifconfig
    - only remaining ifconfig is fall-back logic, in case /sbin/ip is
      not found
  * usr/share/byobu/desktop/byobu.desktop: LP: #1739708
    - update categories so that Byobu can show up in Cinnamon/Mint's
      preferred applications list
  * usr/share/byobu/pixmaps/byobu.14.png,
    usr/share/byobu/pixmaps/byobu.192.png,
    usr/share/byobu/pixmaps/byobu.64.png,
    usr/share/byobu/pixmaps/byobu.png:
    - re-render png's, as Chrome started rendering middle color wrong
  * usr/bin/byobu-select-profile.in, usr/share/man/man1/byobu-select-
    profile.1: LP: #1717746
    - deprecate interactive mode for byobu-select-profile
  * usr/lib/byobu/include/toggle-utf8.in: LP: #1696546
    - try to support zsh and other shells in addition to bash
  * usr/bin/byobu-shell.in:
    - update getting started to byobu.org
  * usr/share/byobu/profiles/tmux: LP: #1617689
    - add a comment about motd printing
  * usr/share/man/man1/byobu.1: LP: #1618185
    - update documentation on setting a logo
  * debian/compat, debian/control:
  * debian/compat, debian/control, usr/lib/byobu/include/config.py.in,
    usr/lib/byobu/include/select-session.py:
    - neverending fight with lintian
    - hardcode python3 as our interpreter
  * usr/lib/byobu/include/shutil:
    - check for lsb-release before using (not present on Debian)
  * usr/share/byobu/profiles/bashrc:
    - fix missing bash 256 ps1 colors

Date: Sun, 27 May 2018 18:07:11 -0500
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
https://launchpad.net/ubuntu/+source/byobu/5.127-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 27 May 2018 18:07:11 -0500
Source: byobu
Binary: byobu
Architecture: source
Version: 5.127-0ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Dustin Kirkland <kirkland at ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description:
 byobu      - text window manager, shell multiplexer, integrated DevOps environ
Launchpad-Bugs-Fixed: 1617689 1618185 1696546 1717746 1739708 1748956 1769676
Changes:
 byobu (5.127-0ubuntu1) cosmic; urgency=medium
 .
   * usr/share/byobu/profiles/bashrc:
     - Googley PS1 for non-Ubuntu distros
   * usr/lib/byobu/logo, usr/share/byobu/profiles/bashrc:
     - use Google lego logo for gLinux
   * usr/lib/byobu/logo: LP: #1769676
     - don't use the Ubuntu logo in the status line, as this breaks ssh
       clients coming to Ubuntu from other OSes without the Ubuntu font
   * usr/lib/byobu/include/shutil, usr/lib/byobu/Makefile.am,
     usr/lib/byobu/rcs_cost, usr/share/byobu/status/status,
     usr/share/man/man1/byobu.1,
     usr/lib/byobu/ec2_cost,
     usr/lib/byobu/include/ec2instancespricing.py,
     usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/shutil,
     usr/lib/byobu/Makefile.am, usr/share/byobu/status/status,
     usr/share/man/man1/byobu.1,
   * usr/bin/byobu-janitor.in:
     - deprecate unmaintained ec2/rcs pricing functionality
     - this never really worked well, and these prices are constantly changing
     - clear out stale status cache
   * debian/control, usr/lib/byobu/ip_address, usr/lib/byobu/network,
     usr/share/man/man1/wifi-status.1: LP: #1748956
     - switch entirely to iproute2, away from net-tools and ifconfig
     - only remaining ifconfig is fall-back logic, in case /sbin/ip is
       not found
   * usr/share/byobu/desktop/byobu.desktop: LP: #1739708
     - update categories so that Byobu can show up in Cinnamon/Mint's
       preferred applications list
   * usr/share/byobu/pixmaps/byobu.14.png,
     usr/share/byobu/pixmaps/byobu.192.png,
     usr/share/byobu/pixmaps/byobu.64.png,
     usr/share/byobu/pixmaps/byobu.png:
     - re-render png's, as Chrome started rendering middle color wrong
   * usr/bin/byobu-select-profile.in, usr/share/man/man1/byobu-select-
     profile.1: LP: #1717746
     - deprecate interactive mode for byobu-select-profile
   * usr/lib/byobu/include/toggle-utf8.in: LP: #1696546
     - try to support zsh and other shells in addition to bash
   * usr/bin/byobu-shell.in:
     - update getting started to byobu.org
   * usr/share/byobu/profiles/tmux: LP: #1617689
     - add a comment about motd printing
   * usr/share/man/man1/byobu.1: LP: #1618185
     - update documentation on setting a logo
   * debian/compat, debian/control:
   * debian/compat, debian/control, usr/lib/byobu/include/config.py.in,
     usr/lib/byobu/include/select-session.py:
     - neverending fight with lintian
     - hardcode python3 as our interpreter
   * usr/lib/byobu/include/shutil:
     - check for lsb-release before using (not present on Debian)
   * usr/share/byobu/profiles/bashrc:
     - fix missing bash 256 ps1 colors
Checksums-Sha1:
 d70b9dcce1fa8c430376399cd5b7513ee5daa0b5 1871 byobu_5.127-0ubuntu1.dsc
 4ba43677b4fc69051e921f9f4c4909ea4730471e 755529 byobu_5.127.orig.tar.gz
 9ec3157670aaadff9f3e1bd7a982c4b48744b0ca 65212 byobu_5.127-0ubuntu1.debian.tar.xz
 072d236ae00d9dbbd314095eaf1c970f7242ce3e 6683 byobu_5.127-0ubuntu1_source.buildinfo
Checksums-Sha256:
 a3bb12bf0087afdb5164f4cdf90ae6a1ce0b70af247fb89bd8735fd5a3d9d389 1871 byobu_5.127-0ubuntu1.dsc
 4bafc7cb69ff5b0ab6998816d58cd1ef7175e5de75abc1dd7ffd6d5288a4f63b 755529 byobu_5.127.orig.tar.gz
 dfbfc9340830ed4640cc0307feced02c3303d40193b77e78706152ab57fb14bb 65212 byobu_5.127-0ubuntu1.debian.tar.xz
 9c68ebe6d8aed9e2dc4ce0dbe1128ba566ad4c36ebe7a0495822450946d77511 6683 byobu_5.127-0ubuntu1_source.buildinfo
Files:
 82a21f9ce9873b4fab7090d615b68881 1871 misc optional byobu_5.127-0ubuntu1.dsc
 18ddaa94dd2eccd7ff771c9050001056 755529 misc optional byobu_5.127.orig.tar.gz
 59d7e37d7b51d2348eb88f0f16b6edac 65212 misc optional byobu_5.127-0ubuntu1.debian.tar.xz
 65354cce6a239c7605f4132ace7d64f9 6683 misc optional byobu_5.127-0ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE4tnhxfn11ZKR9GB9leZDc/FSlGkFAltwYhIACgkQleZDc/FS
lGk8eA/+O3pxRwyLM6b4zpEXY9RcKgyHSVuZcZhH/FlIBJkqKJ5a1XaOs/A4yJuJ
/jfA+w1YtpP8o590v4LJ6f3nc7GycOqSTFFtSp0NkECnedxU8/t/yY8qteZvexAX
Ndi3coTLvZ7SRzuXMcuAKiwNN54zAdC+BKAkyG50ccNTfWNwDPVYEUyUrwwkKLQe
t+J8VDQnVAXv2j3CrrCIOCjiCrei6a8z6+ps/mwECnV6IVy7Z8GvYCX0/y0Gptul
2zu6CMkGRyjmCWWMZu3CrEnhNAOrGlKXD+02SQTh6LA6JbvTSFY7o9FZ/f8e0rw6
IcR1HZ53v9/n4sioIsA4znFdbhZYSA72rXcsU/c/931GJVsQ6BFNKVjZxwP3rpEg
61YTg9HN1OIXUZht547c2+wVxAXqdIsP8oABv+I3tt5tkG21d3VaNWURfzVLJG3+
JdyKExR5D+Hr/MFWhOaPs/oCT1PNbNFqqThkfn3stc7ZdfgeYWAjNfK8ODXI0sMu
JJS1lKCWN7KlOyTCyjsVb4DMAr7aX2DndvN/xpwVXGSXjGAmgRcni45nMPqwRr3l
86xVg2wHHzmnxTyacNnSkvhhFBOpMxZgVXWvKm7cCbJlke0j6dpTEMKLKUtrdhGF
6raBFDX7BlxTym74nQ0B9Kuf/9jbE+x7JuSkFnlB0IOm0KVeIN0=
=XJJs
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list