Download project files

How do I verify a download?


110 of 292 releases

5.133 release from the trunk series released

Release information
Changelog:

byobu (5.133-0ubuntu1) focal; urgency=medium

  * debian/docs: Closes: #951455
    - fix FTBFS on README

 -- Dustin Kirkland <email address hidden> Mon, 17 Feb 2020 08:15:02 -0600

File Description Downloads
download icon byobu_5.133.orig.tar.gz (md5, sig) release tarball 55,760
last downloaded today
Total downloads: 55,760

5.132 release from the trunk series released

Release information
Changelog:

byobu (5.132-0ubuntu1) focal; urgency=medium

  * debian/control, debian/rules:
    - pep8 binary is gone from Debian, disable for now

 -- Dustin Kirkland <email address hidden> Sat, 15 Feb 2020 11:52:39 -0600

File Description Downloads
download icon byobu_5.132.orig.tar.gz (md5, sig) release tarball 205
last downloaded 3 weeks ago
Total downloads: 205

5.131 release from the trunk series released

Release information
Changelog:

byobu (5.131-0ubuntu1) focal; urgency=medium

  [ Dustin Kirkland ]
  * debian/control: Closes: #949941
    - build-depend on python3-pep8, rather than pep8 transitional package
  * usr/lib/byobu/disk:
    - change disk status to white on darker magenta/purple, helps with
      readability on some terminals

  [ github.com/llitz ]
  * usr/lib/byobu/include/select-session.py: LP: #1750430
    - commit edeae41 fixed the excessive creation of sessions by not
      creating different sessions. This commit adjust the behavior in a way
      that having .reuse-sessions enabled tmux will properly attach and remove
      sessions when dettaching and will also kill the last session available
    - When more than two sessions exist, tmux asks which session to use

  [ Chris Coulson ]
  * usr/share/byobu/keybindings/f-keys.tmux: LP: #1861555
    - Update usage of tmux swap-window so that focus stays with the
      original window.

 -- Dustin Kirkland <email address hidden> Sun, 09 Feb 2020 10:51:11 -0600

File Description Downloads
download icon byobu_5.131.orig.tar.gz (md5, sig) release tarball 2,721
last downloaded 7 weeks ago
Total downloads: 2,721

5.130 release from the trunk series released

Release information
Changelog:

byobu (5.130-0ubuntu1) focal; urgency=medium

  [ Ricardo N Feliciano ]
  * usr/lib/byobu/logo:
    - add Raspbian colors / logo
      + https://github.com/dustinkirkland/byobu/pull/34

  [ bryango ]
  * usr/lib/byobu/include/select-session.py:
    - Force UTF-8 when attaching in `select-session.py`
    - https://github.com/dustinkirkland/byobu/pull/35

  [ Dustin Kirkland ]
  * debian/rules:
    - ignore new pep8 rules around hard tabs and whitespaces, related
      to bug 1843729

  [ saroj990 and Dustin Kirkland ]
  * AUTHORS, CONTRIBUTING, NEWS, README, README.md:
    - Flatten these files into a single README.md
    - Minor updates in the process

 -- Dustin Kirkland <email address hidden> Fri, 29 Nov 2019 15:40:38 -0600

File Description Downloads
download icon byobu_5.130.orig.tar.gz (md5, sig) release tarball 8,561
last downloaded 24 hours ago
Total downloads: 8,561

5.129 release from the trunk series released

Release information
Changelog:

byobu (5.129-0ubuntu1) eoan; urgency=medium

  * debian/control:
    - recommend less package, for BYOBU_PAGER

 -- Dustin Kirkland <email address hidden> Wed, 12 Jun 2019 18:41:07 -0500

File Description Downloads
download icon byobu_5.129.orig.tar.gz (md5, sig) release tarball 8,866
last downloaded 30 weeks ago
Total downloads: 8,866

5.128 release from the trunk series released

Release information
Changelog:

byobu (5.128-0ubuntu1) eoan; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/ctail:
    - Quotes are needed around "$@" to keep parameters from splitting
      on spaces.
    - https://github.com/dustinkirkland/byobu/pull/31
  * usr/lib/byobu/logo:
    - "SuSE" name is an outdated version of it. Use the modern one: SUSE
  * usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-
    session.py:
    - use env python3 for portability to other Linux and Mac systems
      (hopefully that's still okay for Debian / Ubuntu?)
    - https://github.com/dustinkirkland/byobu/pull/29
  * usr/share/byobu/profiles/bashrc:
    - Unescaping colors in bash prompt causes problems with scrolling
      history in bash prompt. you can see leftovers from previous
      commands when going back by history.
      All colors in command prompt should be escaped with [ ]
    - https://github.com/dustinkirkland/byobu/pull/30
  * usr/lib/byobu/wifi_quality:
    - prefer iwconfig over iw for now, iw is not working for me
  * usr/share/byobu/profiles/tmux:
    - flatten some of our color configuration to match the new tmux format
  * usr/lib/byobu/disk_io:
    - ensure some values are set to zero, if unreadable
    - fixes a bug where disk_io causes the rest of the status line to fail
  * usr/lib/byobu/include/select-session.py: LP: #1750430
    - fix bug creating a mess of sessions, where cycling through a bunch
      of copies of the same session

  [ Fede Luzzi ]
  * usr/lib/byobu/include/mondrian, usr/share/byobu/profiles/tmux:
    - On tmux version 1.9 all the styles *-bg/fg/attr were deprecated and
      replaced with *-style bg=/ fg=/ attribute
      In the upcoming version 2.9, this commands are gone and will break
      byobu style. this fix that issue and mantain compatibility with upcoming
      tmux versions.

  [ Paride Legovini ]
  * debian/source_byobu.py:
    - Do not include the user's .screenrc in the apport generated crash report

  [ Jeffery To ]
  * usr/bin/byobu-disable-prompt.in,
    usr/bin/byobu-janitor.in:
    - Test if $HOME/.bashrc exists before modifying it (and potentially
      creating it)
  * usr/bin/byobu-export.in:
    - Use echo if the gettext command is not available
  * usr/bin/byobu.in:
    - Use readlink if the tty command is not available
  * usr/bin/byobu-janitor.in:
    - Add fallback if the install command is not available
  * usr/bin/byobu-launch.in:
    - Don't autolaunch for ARM serial consoles
  * usr/lib/byobu/disk_io:
    - Ensure the detected mount point device exists
  * usr/lib/byobu/hostname:
    - Read from /proc/sys/kernel/hostname if the hostname command is not
      available
  * usr/lib/byobu/logo:
    - Add logo for OpenWrt
  * usr/lib/byobu/processes:
    - Handle stderr for ps, e.g. unsupported options
    - Remove unnecessary awk call; wc -l only outputs one value
  * usr/lib/byobu/raid:
    - Ensure /proc/mdstat is readable
  * usr/lib/byobu/release:
    - Fix typo
  * usr/lib/byobu/services:
    - Fix reading services from $BYOBU_CONFIG_DIR/statusrc
  * usr/lib/byobu/session:
    - Fix screen session regex
  * usr/lib/byobu/updates_available:
    - Add support for opkg (OpenWrt)
  * usr/lib/byobu/users:
    - Handle stderr for ps, e.g. unsupported options
    - Fix trailing '#' sign
  * usr/lib/byobu/whoami:
    - Use id if the whoami command is not available
    - Read from /etc/passwd if the getent command is not available
  * usr/lib/byobu/wifi_quality:
    - Add support for iw (preferred over iwconfig)
    - Make logic more similar to other status notifications
  * usr/share/byobu/keybindings/f-keys.tmux:
    - Remove -k for new-window. In older versions of tmux, -k without
      -t <target-window> had no effect. In tmux 2.8, -k without -t will
      not trigger a new window; the given command is executed in the
      current window instead.
    - Rename the new window created after adding a new session

 -- Dustin Kirkland <email address hidden> Tue, 11 Jun 2019 19:56:12 -0500

File Description Downloads
download icon byobu_5.128.orig.tar.gz (md5, sig) release tarball 41
last downloaded 8 weeks ago
Total downloads: 41

5.127 release from the trunk series released

Release information
Changelog:

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

 -- Dustin Kirkland <email address hidden> Sun, 12 Aug 2018 11:37:06 -0500

File Description Downloads
download icon byobu_5.127.orig.tar.gz (md5, sig) release tarball 18,289
last downloaded 24 hours ago
Total downloads: 18,289

5.125 release from the trunk series released

Release information
Changelog:

byobu (5.125-0ubuntu1) bionic; urgency=medium

  [ Jean-Baptiste Lallement ]
  * usr/share/byobu/profiles/dircolors: LP: #1752352
    - fix blinking symlinks

  [ Chow Loong Jin ]
  * usr/lib/byobu/include/select-session.py:
   - Fix cull_zombies() so that we properly cull zombies of sessions that
     have non-numeric session names
   - Allow the dynamic session-creation behaviour to be disabled by
     creating ~/.byobu/.reuse-session

  [ Dustin Kirkland ]
  * debian/control:
    - need sensible-utils

 -- Dustin Kirkland <email address hidden> Fri, 16 Mar 2018 10:09:55 -0700

File Description Downloads
download icon byobu_5.125.orig.tar.gz (md5, sig) release tarball 6,916
last downloaded 11 days ago
Total downloads: 6,916

5.124 release from the trunk series released

Release information
Changelog:

byobu (5.124-0ubuntu1) bionic; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/wifi-status:
    - add a speedometer split
  * debian/control, usr/bin/wifi-status,
    usr/share/byobu/profiles/bashrc:
    - kill the double bracket; doesn't always print nicely
  * === added directory snap, snap/snapcraft.yaml:
    - initial crack at snap packaging

  [ Ari Pollak ]
  * usr/lib/byobu/include/select-session.py:
    - Fix culling sessions with named groups (#25)
    - https://github.com/dustinkirkland/byobu/pull/25

  [ Charles Alva ]
  * usr/bin/purge-old-kernels:
    - make sure we pass through the -f|-y apt options

  [ Matthias Klose ]
  * Build-depend on dh-python.
  * Drop the alternative python2 dependencies. LP: #1735348.

 -- Dustin Kirkland <email address hidden> Mon, 04 Dec 2017 07:46:46 -0600

File Description Downloads
download icon byobu_5.124.orig.tar.gz (md5, sig) release tarball 3,765
last downloaded 8 weeks ago
Total downloads: 3,765

5.123 release from the trunk series released

Release information
Changelog:

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> Mon, 25 Sep 2017 10:28:38 -0500

File Description Downloads
download icon byobu_5.123.orig.tar.gz (md5, sig) release tarball 4,901
last downloaded 7 weeks ago
Total downloads: 4,901

110 of 292 releases