Package Release Info

byobu-5.124-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

byobu
byobu-doc

Change Logs

* Mon Jan 08 2018 tejas.guruswamy@opensuse.org
- update to 5.124
  * 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
  * usr/lib/byobu/include/select-session.py:
  - Fix culling sessions with named groups (#25)
  - https://github.com/dustinkirkland/byobu/pull/25
  * usr/bin/purge-old-kernels:
  - make sure we pass through the -f|-y apt options
  * Build-depend on dh-python.
  * Drop the alternative python2 dependencies. LP: #1735348.
* Mon Sep 25 2017 sebix+novell.com@sebix.at
- update to 5.123
  * po/es.po:
  - fix typos and errors in the spanish translation (#21)
  * usr/bin/wifi-status:
  - use iw and ip rather than ifconfig and iwconfig, which are deprecated (#24)
  * 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
  * usr/bin/byobu-ctrl-a.in: LP: #1710780, #23
  - set prefix2 to F12 in screen-compat ctrl-a mode
* Thu Aug 31 2017 sebix+novell.com@sebix.at
- upgrade to 5.122:
  * 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.
- upgrade to 5.121:
  * usr/bin/wifi-status:
  - timestamp the pings
  * 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
- upgrade to 5.120:
  * usr/lib/byobu/include/shutil:
  - revert the last two changes;  that was a wild goose chase
* Sun Jul 30 2017 sebix+novell.com@sebix.at
- split documentation package
- fix desktop-file
- upgrade to 5.119:
  * usr/lib/byobu/include/shutil:
  - fix regression in distro detection
- upgrade to 5.118:
  * usr/lib/byobu/include/shutil:
  - use /etc/lsb-release, if it exists
    fixes detection of Linux Mint
* Mon May 15 2017 tejas.guruswamy@opensuse.org
- Update to version 5.117 (key changes since 5.108):
  * 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
  * 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
  + see also https://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Update package requirements and recommends to include perl, gettext, net-tools
* Sun Jul 03 2016 sor.alexei@meowr.ru
- Update to version 5.108 (changes since 5.104):
  * usr/share/man/man1/byobu.1:
  - Update examples.
  * usr/lib/byobu/swap, usr/share/man/man1/byobu.1:
  - Switch swap to black on green, white on green was unreadable.
  * usr/bin/byobu-ctrl-a.in:
  - Silence stderr.
  * usr/share/byobu/profiles/bashrc:
  - Fix colour comment.
  * usr/bin/byobu-janitor.in:
  - No longer default to enabling ec2 status (lp#1564320).
  - Institute better timeouts for metadata wgets (lp#1564320).
  * usr/bin/byobu-select-session.in:
  - Exec the select-session command, to keep from having an sh
    hanging around (lp#1555446).
  * usr/bin/manifest:
  - Remove http, breaks pastebinit.
  - Fix manifest URL.
  * usr/bin/wifi-status:
  - Use tmux target pane.
  * usr/lib/byobu/battery:
  - Use `POWER_SUPPLY_CAPACITY` for battery if available and
    neither POWER_SUPPLY_ENERGY_NOW nor POWER_SUPPLY_CHARGE_NOW
    are available (important for summing multiple batteries).
  * usr/lib/byobu/include/tmux-send-command-to-all-panes:
  - Fix breakage on sending command to all panes.
* Fri Mar 04 2016 sor.alexei@meowr.ru
- Update to 5.104.
* Mon Nov 23 2015 sor.alexei@meowr.ru
- Update to 5.99:
  * usr/share/byobu/pixmaps/byobu.svg:
  - Clean up vector image from Nobuto Murata.
  * configure.ac, debian/install, debian/postinst, debian/postrm,
    etc/profile.d/Makefile.am, usr/share/byobu/profiles/Makefile.am,
    usr/share/byobu/profiles/Z97-byobu.sh.in => etc/profile.d/Z97-
    byobu.sh.in:
  - Fix some recent regressions on byobu auto launching.
* Sat Oct 31 2015 sor.alexei@meowr.ru
- Update to 5.98:
  * usr/bin/vigpg:
  - Specify stdin for input file.
  * usr/bin/vigpg:
  - Get vigpg working with the new release of gpg in 15.10.
  - Clean up encrypted copies of the file.
  * usr/share/applications/byobu.desktop:
  - Use byobu icon rather than gnome-terminal (lp#1503418).
  * usr/lib/byobu/include/config.py.in:
  - Fix help for openSUSE.
* Sun Sep 27 2015 sor.alexei@meowr.ru
- Update to 5.97 (changes since 5.94):
  * usr/lib/byobu/battery:
  - Sum together all batteries.
  * usr/bin/byobu.in:
  - Ensure we start tmux with unicode support (lp#1268072).
  - Respect user's custom default-command and/or default-shell in
    the first window launched (lp#1369783).
  * usr/bin/byobu.in, usr/share/man/man1/byobu.1:
  - byobu -h|--help enters manpage, place this code with
  - v|--version (lp#1483394).
  * usr/bin/byobu-shell.in:
  - Find the motd (lp#1458941).
  * usr/share/byobu/keybindings/f-keys.tmux.disable:
  - Ensure that we source user's keybindings (lp#1453037).
  * experimental/byobu-classroom, usr/bin/byobu-ctrl-a.in,
    usr/bin/byobu-disable-prompt.in, usr/bin/byobu-janitor.in,
    usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-quiet.in,
    usr/bin/byobu-silent.in, usr/bin/byobu-status.in,
    usr/lib/byobu/include/constants,
    usr/share/byobu/keybindings/f-keys.screen:
  - Create BYOBU_SED_INLINE variable, to handle inline sed's,
    using --follow-symlinks when possible (not always available)
    (lp#1068580).
  * usr/lib/byobu/logo:
  - Fix minor logic typo (reversed logic).
  * usr/bin/byobu-launcher.in:
  - Add some helpful information about nested sessions (lp#1338260).
  - Fix byobu autolaunch for TERM=screen-256color users (lp#1338260).
  * usr/lib/byobu/include/constants:
  - Fix check for sed's follow-symlinks feature.
  * configure.ac, debian/install, debian/postinst, debian/postrm,
    etc/profile.d/Makefile.am, etc/profile.d/Z97-byobu.sh.in =>
    usr/share/byobu/profiles/Z97-byobu.sh.in, usr/bin/byobu.in,
    usr/bin/byobu-launcher-install.in,
    usr/lib/byobu/include/config.py.in,
    usr/share/byobu/profiles/Makefile.am:
  - Fix some discrepancies between Z97- and Z98-.
- Move documentation to a proper directory.
- Add tarball signing.
- Spec cleanup.
* Wed Aug 12 2015 tejas.guruswamy@opensuse.org
- Update to 5.94
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Fri Nov 14 2014 brian@aljex.com
- update to 5.87
  see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
  removed byobu-remove_shebang_from_profile_sourced.patch, upstream fixeda
  allow building on older targets back to SL 10.0
* Fri Jul 26 2013 pascal.bleser@opensuse.org
- update to 5.47:
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Sun Jun 30 2013 crrodriguez@opensuse.org
- version 5.43
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Wed Apr 03 2013 tejas.guruswamy@opensuse.org
- Fix unecessary shebang in Z97-byobu.sh (patch from pbleser)
* Wed Apr 03 2013 tejas.guruswamy@opensuse.org
- Update to 5.35
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Tue Jan 22 2013 tejas.guruswamy@opensuse.org
- Update to 5.29
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Sun Dec 16 2012 tejas.guruswamy@opensuse.org
- Update to 5.22
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Fri Jul 27 2012 tejas.guruswamy@opensuse.org
- Update to 5.21
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
* Fri Jan 20 2012 tejas.guruswamy@opensuse.org
- Update to 5.5