SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for byobu-doc-5.123-1.2.noarch.rpm :
Mon Sep 25 14:00:00 2017 sebix+novell.comAATTsebix.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 14:00:00 2017 sebix+novell.comAATTsebix.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 14:00:00 2017 sebix+novell.comAATTsebix.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 14:00:00 2017 tejas.guruswamyAATTopensuse.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 3 14:00:00 2016 sor.alexeiAATTmeowr.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 4 13:00:00 2016 sor.alexeiAATTmeowr.ru
- Update to 5.104.

Mon Nov 23 13:00:00 2015 sor.alexeiAATTmeowr.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 13:00:00 2015 sor.alexeiAATTmeowr.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 14:00:00 2015 sor.alexeiAATTmeowr.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 14:00:00 2015 tejas.guruswamyAATTopensuse.org
- Update to 5.94
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Fri Nov 14 13:00:00 2014 brianAATTaljex.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 14:00:00 2013 pascal.bleserAATTopensuse.org
- update to 5.47:
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Sun Jun 30 14:00:00 2013 crrodriguezAATTopensuse.org
- version 5.43
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Wed Apr 3 14:00:00 2013 tejas.guruswamyAATTopensuse.org
- Fix unecessary shebang in Z97-byobu.sh (patch from pbleser)

Wed Apr 3 14:00:00 2013 tejas.guruswamyAATTopensuse.org
- Update to 5.35
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Tue Jan 22 13:00:00 2013 tejas.guruswamyAATTopensuse.org
- Update to 5.29
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Sun Dec 16 13:00:00 2012 tejas.guruswamyAATTopensuse.org
- Update to 5.22
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Fri Jul 27 14:00:00 2012 tejas.guruswamyAATTopensuse.org
- Update to 5.21
+ see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog

Fri Jan 20 13:00:00 2012 tejas.guruswamyAATTopensuse.org
- Update to 5.5

Tue Dec 13 13:00:00 2011 tejas.guruswamyAATTopensuse.org
- Update to 4.54

Tue Sep 6 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Add fix for lp#842113 apport doesn\'t behave as intended

Mon Sep 5 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Update to 4.32
+ silence message that some users found noisy
+ fix a suite of support issues around launching byobu under sudo, where
files/dirs would be created under the $SUDO_USER\'s $HOME, but would be
owned by root + save a fork
+ fix bold color printing
+ deprecate backticks file, no longer needed
+ fix breakage when $TMUX is undefined
+ go bold on window activity
+ clean up and make window colorings more consistent
+ speed up disabled status runs
+ support tmux status, using a cached print mechanism and a list of
+ left and right status items
+ drop the failed byobu-statusd experiment and its byobu-status-print
+ helper
+ add a PCT constant, required to support both screen and tmux
+ fix a bug/typo in shutil (should be /proc/uptime)
+ separate status cache between screen and tmux (different formatting)
+ make byobu-status-tmux support screen
+ PCT=\"%%\" for both
+ update backticks and caption/hardstatus
+ fix default status
+ drop backticks and double printing of date/time in tmux
+ transition to the new, faster, less-resource intensive status
+ gathering method
+ migrate to toggling on/off the list of status items
+ fix initial seeding of status config
+ drop experimental code, no longer necessary
+ test non-zero cache file
+ combine mem_
* to memory
+ decrease raid status frequency
+ add trailing space to logo
+ make network calculations drastically cheaper, by using status_freq
+ rather than a file stat
+ ensure that byobu-janitor runs on reload
+ must separate run dirs for tmux/screen run status scripts;
+ otherwise, calculated rates are off
+ fix wireless utf8 icon bug, default to utf8 for tmux
+ fix tmux color rendering
+ fix underscore, italics, hidden
+ ensure that the cache dir gets created
+ get 256 colors working in tmux
+ add .zZ symbol for powernap state, per feedback at LinuxConNA in
+ Vancouver
+ fix flag path; simplify coloring
+ add session selection support for tmux
+ flatten bold/dim/bright modifiers when in 8-color mode
+ fix bold printing
+ check exist status of session listing
+ fix stray directory creation
+ fall back to the tmux tmpdir

Sat Aug 13 14:00:00 2011 tejas.guruswamyAATTopensuse.org
- Update to 4.29

Mon Sep 27 14:00:00 2010 pascal.bleserAATTopensuse.org
- initial package (3.5)


 
ICM