[ubuntu/karmic] byobu 2.12-0ubuntu1 (Accepted)

Dustin Kirkland kirkland at ubuntu.com
Fri Jun 19 07:00:12 BST 2009


byobu (2.12-0ubuntu1) karmic; urgency=low

  [ Massive changeset for LP: #386546 ]
  * bin/cpu_count, bin/cpu_freq, bin/disk_available, bin/disk_used,
    bin/ec2_cost, bin/ip_address, bin/load_average, bin/mem_available,
    bin/mem_used, bin/network_down, bin/network_up, bin/reboot_required,
    bin/temp_c, bin/temp_f, bin/updates_available, bin/wifi_quality,
    byobu-config, byobu-export, byobu-status, byobu.1, debian/control,
    doc/help.txt, profiles/common, rpm/byobu.spec: massive changeset, moving
    all status scripts from *-* to *_*; this allows us to source the
    ~/.byobu/status file, rather than grepping through it for configuration
    information, yielding significant performance improvements
  * profiles/common: massive rework of status frequencies; use prime numbers
    to minimize collisions; increase/decrease a few, based on statistical
    testing of required runtimes
  * bin/wifi_quality: significant performance improvements, remove unneeded
    route call, cache iwconfig output so that it's only called once
  * bin/processes: improve performance by listing /proc (doubles the speed)
  * bin/network, profiles/common, profiles/profile.skel, byobu-config,
    byobu-status, byobu.1, rpm/byobu.spec: merge network_down and
    network_up to a single status script; too much duplication of code,
    causes performance problems
  * bin/disk_available, bin/disk_used, bin/hostname, bin/ip_address,
    bin/mem_available, byobu-status: drop grepping of status config file,
    source it instead, should improve performance
  * bin/reboot-required: don't exit 1 when a reboot is not required
  * bin/cpu-freq: drop "cat" and just use awk, don't printf twice,
    performance improvements
  * bin/updates_available: drop "cat", and just use grep, performance
    improvement
  * bin/load_average: drop "cat", and just use awk, performance
    improvement
  * bin/network: pull network bytes directly from /proc/net/dev, performance
    improvement
  * bin/users: use pgrep -c, performance improvement
  * bin/time, bin/date, bin/reboot-required: use case statement, performance
    improvement
  * bin/battery: ensure that only one present battery is displayed in the
    status area
  * bin/disk, bin/disk_used, profiles/common, profiles/profile.skel:
    collapse disk usage down to a single status script for performance,
    support disk partitions as well as mountpoints in ~/.byobu/disk,
    LP: #388053

  * byobu-config: have ESC be a hotkey for 'cancel', LP: #373473

  * byobu-config, debian/rules, keybindings/common.disable,
    keybindings/f-keys, keybindings/screen-escape-keys: massive fix for
    byobu keybindings; use ctrl-a-! to toggle on/off byobu's f-keys;
    also support a new keyset, screen-escape-keys which profiles ctrl-a
    keybindings for common byobu functions, LP: #380944

  * bin/mail, byobu-status, byobu.1, profiles/common,
    profiles/profile.skel, rpm/byobu.spec: add a mail status notification,
    LP: #387936

  * byobu-config: fix keybinding disabling for non-standard escape sequences,
    LP: #389129

Date: Fri, 19 Jun 2009 00:35:39 -0500
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Signed-By: Dustin Kirkland <dustin.kirkland at gmail.com>
https://launchpad.net/ubuntu/karmic/+source/byobu/2.12-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 19 Jun 2009 00:35:39 -0500
Source: byobu
Binary: byobu byobu-extras
Architecture: source
Version: 2.12-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Dustin Kirkland <kirkland at ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description: 
 byobu      - a set of useful profiles and a profile-switcher for GNU screen
 byobu-extras - additional colored profiles for the byobu package
Launchpad-Bugs-Fixed: 373473 380944 386546 387936 388053 389129
Changes: 
 byobu (2.12-0ubuntu1) karmic; urgency=low
 .
   [ Massive changeset for LP: #386546 ]
   * bin/cpu_count, bin/cpu_freq, bin/disk_available, bin/disk_used,
     bin/ec2_cost, bin/ip_address, bin/load_average, bin/mem_available,
     bin/mem_used, bin/network_down, bin/network_up, bin/reboot_required,
     bin/temp_c, bin/temp_f, bin/updates_available, bin/wifi_quality,
     byobu-config, byobu-export, byobu-status, byobu.1, debian/control,
     doc/help.txt, profiles/common, rpm/byobu.spec: massive changeset, moving
     all status scripts from *-* to *_*; this allows us to source the
     ~/.byobu/status file, rather than grepping through it for configuration
     information, yielding significant performance improvements
   * profiles/common: massive rework of status frequencies; use prime numbers
     to minimize collisions; increase/decrease a few, based on statistical
     testing of required runtimes
   * bin/wifi_quality: significant performance improvements, remove unneeded
     route call, cache iwconfig output so that it's only called once
   * bin/processes: improve performance by listing /proc (doubles the speed)
   * bin/network, profiles/common, profiles/profile.skel, byobu-config,
     byobu-status, byobu.1, rpm/byobu.spec: merge network_down and
     network_up to a single status script; too much duplication of code,
     causes performance problems
   * bin/disk_available, bin/disk_used, bin/hostname, bin/ip_address,
     bin/mem_available, byobu-status: drop grepping of status config file,
     source it instead, should improve performance
   * bin/reboot-required: don't exit 1 when a reboot is not required
   * bin/cpu-freq: drop "cat" and just use awk, don't printf twice,
     performance improvements
   * bin/updates_available: drop "cat", and just use grep, performance
     improvement
   * bin/load_average: drop "cat", and just use awk, performance
     improvement
   * bin/network: pull network bytes directly from /proc/net/dev, performance
     improvement
   * bin/users: use pgrep -c, performance improvement
   * bin/time, bin/date, bin/reboot-required: use case statement, performance
     improvement
   * bin/battery: ensure that only one present battery is displayed in the
     status area
   * bin/disk, bin/disk_used, profiles/common, profiles/profile.skel:
     collapse disk usage down to a single status script for performance,
     support disk partitions as well as mountpoints in ~/.byobu/disk,
     LP: #388053
 .
   * byobu-config: have ESC be a hotkey for 'cancel', LP: #373473
 .
   * byobu-config, debian/rules, keybindings/common.disable,
     keybindings/f-keys, keybindings/screen-escape-keys: massive fix for
     byobu keybindings; use ctrl-a-! to toggle on/off byobu's f-keys;
     also support a new keyset, screen-escape-keys which profiles ctrl-a
     keybindings for common byobu functions, LP: #380944
 .
   * bin/mail, byobu-status, byobu.1, profiles/common,
     profiles/profile.skel, rpm/byobu.spec: add a mail status notification,
     LP: #387936
 .
   * byobu-config: fix keybinding disabling for non-standard escape sequences,
     LP: #389129
Checksums-Sha1: 
 0f026f93af99b5d88c5a6fd45701662319dfceca 1068 byobu_2.12-0ubuntu1.dsc
 3321c287477c01a534753b8c5d710613ad185b2c 56661 byobu_2.12.orig.tar.gz
 3173f454ec80bf57ada92b20cde26cd542974f0e 200 byobu_2.12-0ubuntu1.diff.gz
Checksums-Sha256: 
 3e7ef3cec1177687544225c64e896d8fa3a53d62559298740bd85a27da81cc09 1068 byobu_2.12-0ubuntu1.dsc
 90ef950486945423b1d98e472a5b667bae2af6db2c241cbeebcd7043d7559548 56661 byobu_2.12.orig.tar.gz
 65dbeb17e59c32084f8606bdbb7b84c4c9c218684375e83735be4628c320af7b 200 byobu_2.12-0ubuntu1.diff.gz
Files: 
 9da35d293b4db2524240b0242e2def66 1068 misc optional byobu_2.12-0ubuntu1.dsc
 f4981b6d9210f026a16108498f4c8d96 56661 misc optional byobu_2.12.orig.tar.gz
 c546fe98b3ff31722dbdc783905a64cb 200 misc optional byobu_2.12-0ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAko7JzsACgkQs7pNXIOmEZQzywCgtSoF3a7TYu1cogVVBiBD6Ihq
0CcAoMfzK64Vq1M2pWUkXZiWrK9MIHBE
=jZ/b
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list