lp:ubuntu/oneiric/byobu

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/oneiric/byobu
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

145. By Dustin Kirkland 

* usr/lib/byobu/ec2_cost: LP: #862655
  - fix ec2 cost estimator on OpenStack instances by falling back to
    the approximation calculator

144. By Dustin Kirkland 

* usr/bin/byobu-select-profile: LP: #860574
  - fix color selection; profile is no longer a symlink
* usr/bin/byobu-launch: LP: #860634
  - disable auto launch of byobu, when a serial console is detected

143. By Dustin Kirkland 

* usr/bin/byobu-janitor, usr/share/byobu/status/status: LP: #856467
  - cleaner fix for ensuring ec2_cost is enabled in ec2 instances;
    previous fix just enabled it everywhere
* debian/postinst, usr/bin/byobu-janitor, usr/bin/byobu-status:
  - smooth upgrades from older byobu (<= 4.0)
* usr/lib/byobu/reboot_required:
  - fix path
* usr/bin/byobu-launch, usr/bin/byobu-launcher-install:
  - clean up the variable name used to prevent double sourcing of profile

142. By Dustin Kirkland 

[ Theodore Campbell ]
* usr/lib/byobu/.constants: LP: #846576
  - silence errors

[ Dustin Kirkland ]
* usr/lib/byobu/.shutil: LP: #854262
  - fix regressed monochrome support
* usr/bin/byobu-janitor, usr/share/byobu/status/status:
  - proper fix for ec2 by default in cloud instances
* usr/bin/byobu-select-session: LP: #855795
  - fix broken select-session support; screen -ls exits 1
* usr/share/byobu/keybindings/f-keys: LP: #839783
  - Disable screen messages while entering and scrolling around in
    copy/scrollback mode, but re-enable them afterward; print a
    message about Byobu scrollback mode to "eat" the unnecessary
    and misleading screen messages when using alt-pgup and alt-pgdown
* usr/bin/byobu-launch, usr/bin/byobu-launcher-install: LP: #855002
  - ensure that .profile is not sourced more than once
  - ensure that disabled auto launch is respected, too, and does not
    double-source profile
  - handle both system-wide autolaunch, and per-user autolaunch
* README: LP: #854868
  - document automake steps

141. By Dustin Kirkland 

* usr/lib/byobu/updates_available:
  - localize variables
  - save a fork
  - fix detection of updates, which only worked when there were security
    updates
* usr/lib/byobu/.shutil: LP: #844994
  - the wget --timeout=1 was not working as desired, without the --tries=1
    option too; so local boots of ubuntu ec2 images that don't have a
    working metadata service might take several minutes for byobu to start
    while that wget tries repeatedly to reach the metadata service;
    big thanks to Ben Howard for helping triage and fix ;-)
* usr/lib/byobu/apport: LP: #842113
  - fix broken detection of apport bug reports, thanks to lp:~masterpatricko
    for the suggested fix
* etc/byobu/backend, usr/bin/byobu, usr/lib/byobu/.common,
  usr/lib/byobu/.dirs, usr/share/byobu/status/status,
  usr/share/man/man1/byobu.1: LP: #836090
  - fix handling of byobu backend (screen|tmux) handling; thanks to
    lp:~zorun-42 for the fix
* usr/lib/byobu/swap: LP: #843446
  - make swap status behave like disk and memory (display usage even if
    zero)

140. By Dustin Kirkland 

* usr/bin/byobu-launcher: LP: #835130
  - silence message that some users found noisy
* usr/bin/byobu, usr/bin/byobu-launch, usr/bin/byobu-launcher,
  usr/share/man/man1/byobu.1: LP: #835152
  - 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
* usr/lib/byobu/.dirs: LP: #833780
  - save a fork

139. By Dustin Kirkland 

* usr/bin/byobu, usr/lib/byobu/.shutil:
  - fix bold color printing
* usr/bin/byobu-janitor, usr/share/byobu/profiles/common:
  - deprecate backticks file, no longer needed
* usr/lib/byobu/.dirs:
  - fix breakage when $TMUX is undefined

138. By Dustin Kirkland 

* This release fixes two large bugs: LP: #827093, #823581
* usr/share/byobu/profiles/tmux:
  - go bold on window activity
  - clean up and make window colorings more consistent
* usr/bin/byobu-status:
  - speed up disabled status runs
* usr/bin/byobu-statusd, usr/bin/byobu-status-print, usr/bin/byobu-
  status-tmux, usr/bin/Makefile.am, usr/lib/byobu/battery,
  usr/lib/byobu/.constants, usr/lib/byobu/disk,
  usr/lib/byobu/mem_used, usr/lib/byobu/raid, usr/lib/byobu/.shutil,
  usr/lib/byobu/swap, usr/lib/byobu/wifi_quality,
  usr/share/byobu/profiles/tmux:
  - 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)
* usr/bin/byobu-status-tmux, usr/lib/byobu/.constants,
  usr/share/byobu/profiles/common, usr/share/byobu/profiles/tmux,
  usr/share/byobu/status/1, usr/share/byobu/status/2,
  usr/share/byobu/status/3, usr/share/byobu/status/4,
  usr/share/byobu/status/Makefile.am, usr/share/byobu/status/status:
  - 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
* usr/share/byobu/profiles/common, usr/share/byobu/profiles/tmux:
  - drop backticks and double printing of date/time in tmux
* usr/bin/byobu-status, usr/bin/byobu-status-tmux => usr/bin/byobu-
  status, usr/bin/Makefile.am, usr/share/byobu/profiles/common,
  usr/share/byobu/profiles/tmux, usr/share/man/man1/byobu-status.1:
  - transition to the new, faster, less-resource intensive status
    gathering method
* usr/bin/byobu-config:
  - migrate to toggling on/off the list of status items
  - fix initial seeding of status config
* experimental/byobu-aggregate-status, usr/bin/byobu-status,
  usr/lib/byobu/logo, usr/lib/byobu/Makefile.am,
  usr/lib/byobu/mem_available => usr/lib/byobu/memory,
  usr/lib/byobu/mem_used, usr/lib/byobu/.shutil,
  usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
  - drop experimental code, no longer necessary
  - test non-zero cache file
  - combine mem_* to memory
  - decrease raid status frequency
  - add trailing space to logo
* usr/lib/byobu/network:
  - make network calculations drastically cheaper, by using status_freq
    rather than a file stat
* usr/share/byobu/profiles/tmux:
  - ensure that byobu-janitor runs on reload
* usr/lib/byobu/custom, usr/lib/byobu/disk_io, usr/lib/byobu/ec2_cost,
  usr/lib/byobu/network, usr/lib/byobu/reboot_required,
  usr/lib/byobu/updates_available:
  - must separate run dirs for tmux/screen run status scripts;
    otherwise, calculated rates are off
* usr/lib/byobu/.constants:
  - fix wireless utf8 icon bug, default to utf8 for tmux
* usr/lib/byobu/.shutil:
  - fix tmux color rendering
  - fix underscore, italics, hidden
* usr/lib/byobu/.dirs:
  - ensure that the cache dir gets created
* usr/bin/byobu, usr/lib/byobu/.shutil, usr/share/byobu/profiles/tmux:
  - get 256 colors working in tmux
* usr/lib/byobu/reboot_required, usr/share/man/man1/byobu.1:
  - add .zZ symbol for powernap state, per feedback at LinuxConNA in
    Vancouver
  - fix flag path; simplify coloring
* usr/lib/byobu/reboot_required:
* usr/bin/byobu-select-session:
  - add session selection support for tmux
* usr/bin/byobu, usr/bin/byobu-janitor, usr/lib/byobu/.shutil:
  - flatten bold/dim/bright modifiers when in 8-color mode
* usr/lib/byobu/ip_address, usr/lib/byobu/.shutil,
  usr/share/byobu/profiles/common, usr/bin/byobu:
  - fix bold printing
* usr/bin/byobu-select-session:
  - check exist status of session listing
* usr/lib/byobu/.dirs:
  - fix stray directory creation
* usr/lib/byobu/.dirs:
  - fall back to the tmux tmpdir

137. By Dustin Kirkland 

* usr/bin/byobu:
  - clean up the backend determination a little
* usr/share/man/man1/Makefile.am:
  - install some missing manpages
* usr/share/byobu/profiles/common:
  - check raid once per minute
* usr/share/byobu/profiles/common:
  - back and forth, back and forth on this color issue;
    the previous version looked terrible (too bold) on stock
    Ubuntu/gnome-terminal
* usr/bin/byobu-janitor, usr/share/byobu/profiles/common: LP: #823581
  - when a status item is disabled, remove the backtick command entirely
    from the current screen configuration; this *drastically* reduces
    the number of no-op byobu-status calls (60+ per minute, per session)

136. By Dustin Kirkland 

* usr/share/byobu/profiles/tmux:
  - get motion between panes working, kill all, and profile reload
    (profile reload needs some work)
* debian/rules, usr/bin/byobu:
  - add byobu-tmux and byobu-screen symlinks

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/precise/byobu
This branch contains Public information 
Everyone can see this information.

Subscribers