lp:ubuntu/maverick/byobu

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/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
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

83. By Dustin Kirkland 

[ Jan Klepek ]
* usr/bin/byobu-status: fix libexec path for Fedora, LP: #630054

[ Dustin Kirkland ]
* usr/lib/byobu/rcs_cost, usr/lib/byobu/ec2_cost: testing crontab
  creation time is not accurate, seems this happens at image creation
  rather than instance instantiation; use /etc/hostname instead; ensure
  that minimum hours is 1, not 0; LP: #639855
* usr/lib/byobu/network: use bps rather than B/s by default for network
  traffic, LP: #578377
* This Maverick release also includes the fix:
  - usr/share/applications/byobu.desktop: add gettext domain, LP: #623935

82. By Dustin Kirkland 

* lib/byobu/network, share/man/man1/byobu.1: clean up binary/decimal
  multipliers for network transfer vs. memory/disk capacities, in
  accordance with industry standards
* usr/share/man/man1/byobu.1: add a note about non-utf8 locales,
  LP: #613769

81. By Dustin Kirkland 

* usr/share/byobu/keybindings/f-keys: resize the screen as part of the
  F5/refresh, LP: #619899
* usr/bin/byobu-launcher: don't launch if in a dumb terminal, LP: #612886
* usr/lib/byobu/network, usr/share/man/man1/byobu.1: allow for
  configuration of network traffic in [kM]ps, LP: #578377
* configure.ac: POSIX sed doesn't include -i option, LP: #619328, #622640
* usr/bin/byobu-janitor: improve dash replacement in status config,
  LP: #598488
* usr/bin/byobu-janitor: fix upgrades where one's window list might have
  motd+shell, LP: #589715

80. By Dustin Kirkland 

[ Dustin Kirkland ]
* usr/bin/byobu: allow users to specify their own -S, LP: #610134
* Makefile.am, configure.ac, etc/byobu/Makefile.am, usr/bin/Makefile.am,
  usr/bin/byobu, usr/bin/byobu-config, usr/bin/byobu-janitor,
  usr/bin/byobu-launcher, usr/bin/byobu-select-profile,
  usr/bin/byobu-select-session, usr/bin/byobu-status,
  usr/lib/byobu/Makefile.am, usr/lib/byobu/ec2_cost,
  usr/share/applications/Makefile.am, usr/share/byobu/ec2/Makefile.am,
  usr/share/byobu/keybindings/Makefile.am,
  usr/share/byobu/keybindings/f-keys,
  usr/share/byobu/keybindings/screen-escape-keys,
  usr/share/byobu/pixmaps/Makefile.am,
  usr/share/byobu/profiles/Makefile.am,
  usr/share/byobu/tests/Makefile.am,
  usr/share/byobu/tests/byobu-time-notifications,
  usr/share/byobu/windows/Makefile.am, usr/share/doc/byobu/Makefile.am,
  usr/share/man/man1/Makefile.am:
  - Positively massive changeset, enabling users of Unix/Linux distros
    for which Byobu is not packaged (as well as non-root users of any
    Unix/Linux distro) to $(./configure && make && make install) byobu!
    LP: #609851, #608995, #503554
  - I think this is a significant enough milestone to bump version to 3.0
* install, manpages, rules: update package build/install procedures to
  use configure && make && make install
* debian/control:
  - depend on automake
  - autoconf for new build
  - bump standards
  - use breaks instead of conflicts
* AUTHORS, README: update email address and install instructions
* debian/rules, usr/bin/byobu-export, usr/share/man/man1/byobu-export.1:
  - deprecate the byobu-export utility
* usr/share/man/man1/byobu.1: fix lintian warning about hyphen
* usr/share/applications/byobu.desktop: fix lintian warning about encoding
  key
* debian/source/format: added
* configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157
* rpm/byobu.spec: deprecated; byobu is now in Fedora proper; please use
  that package if you require RPMs
* configure.ac, usr/bin/byobu: bump to version 3.0

79. By Dustin Kirkland 

* usr/bin/byobu-select-session:
  - save a few forks, use regexes for screen -ls processing
  - fix select-session code, LP: #602750
  - handle ctrl-c bail-out of select-session, LP: #602753

78. By Dustin Kirkland 

* Save some forks:
  - usr/bin/byobu-status
  - usr/lib/byobu/custom
  - usr/lib/ec2_cost, usr/lib/rcs_cost
  - usr/lib/byobu/ip_address
  - usr/lib/byobu/release
  - usr/lib/services
  - usr/lib/updates_available
  - usr/bin/byobu-status-detail
  - usr/bin/byobu-reconnect-sockets
  - usr/bin/byobu-launch, usr/bin/byobu-launcher-install,
    usr/bin/byobu-launcher-uninstall
  - usr/bin/byobu-launcher
  - usr/bin/byobu
  - usr/bin/byobu-export
  - usr/bin/byobu-janitor
* usr/bin/byobu-status: save a conditional
* usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help
  text, per feedback from Turnkey Linux users
* debian/release,sh, debian/release-build.sh: drop, no longer needed,
  now in lp:~kirkland/+junk/bin
* usr/bin/byobu-janitor: clean up launch gardening code; fix color
  detection and correction
* byobu, byobu-select-session: name new byobu sessions, only select byobu
  sessions, LP: #599334
* uploading to Maverick, LP: #599876

77. By Dustin Kirkland 

usr/bin/byobu-launcher: handle nasty recursion, if ssh'ing to localhost,
and byobu-launches-by-default, LP: #595137

76. By Dustin Kirkland 

debian/rules: symlink motd+shell to shell, LP: #589715

75. By Dustin Kirkland 

* usr/bin/byobu-status, usr/lib/byobu/menu,
  usr/share/byobu/keybindings/f-keys,
  usr/share/byobu/keybindings/screen-escape-keys: show a visual queue
  when toggling on/off the f-key keybindings; Menu:<F9> vs. Menu:<^a-@>,
  LP: #589016
* usr/bin/byobu-select-session: revert recent change, which defaulted to
  -UDR (which detached and logged out other connections on reattach);
  feedback was negative on this one, numerous questions in IRC, LP: #589027
* usr/bin/byobu-select-session: allow for default selection of session 1
* usr/bin/byobu-config: prevent the user from changing the escape sequence
  to / or \, both of which cause problems, LP: #581533
* debian/manpages, rpm/byobu.spec, usr/bin/byobu, usr/bin/shell,
  usr/share/byobu/windows/common, usr/share/man/man1/shell.1: fix shelltitle
  breakage by dropping the "-t shell" title hardcoding, and move/rename
  motd+shell to just shell, LP: #368925

74. By Dustin Kirkland 

debian/control: drop update-notifier-common and lsb-release from
Recommends to Suggests (their status scripts are smart enough to
operate without them), LP: #588340

Branch metadata

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

Subscribers