[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted byobu 2.8-1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jun 2009 15:28:58 +0200
Source: byobu
Binary: byobu byobu-extras
Architecture: source all
Version: 2.8-1
Distribution: unstable
Urgency: low
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Changed-By: Reinhard Tartler <siretart@tauware.de>
Description: 
 byobu      - a set of useful profiles and a profile-switcher for GNU screen
 byobu-extras - additional colored profiles for the byobu package
Changes: 
 byobu (2.8-1) unstable; urgency=low
 .
   [ Dustin Kirkland ]
   * profiles/byoburc, profiles/profile.skel: move the .screenrc sourcing
     to the byoburc file
 .
   [ Reinhard Tartler ]
   * prepare upload for unstable
 .
 byobu (2.7-0ubuntu1) karmic; urgency=low
 .
   * debian/postinst: clean up old screen -> byobu symlink before undoing
     the dpkg-divert, LP: #382462
 .
 byobu (2.6-0ubuntu1) karmic; urgency=low
 .
   * byobu, debian/postrm, debian/preinst, debian/rules, screen-launcher:
     remove the dpkg diversion on /usr/bin/screen as this has proven
     to be controversial; users will need to call "byobu" to launch
     a byobu-style screen session; LP: #330322
   * bin/network-*: set rate=0 when rate is negative (ie, on startup)
   * bin/temp-*: better support for temperature zones, LP: #380885
   * byobu: If the user is running byobu with some arguments, but has
     not selected their profile yet, don't bother them with profile
     selection at this time, LP: #330322
   * screen-launcher-install: handle non-interactive shells correctly,
     LP: #380761
   * keybindings/common: add keybindings, @=config, R=reload, LP: #380944
   * po/ru.po: added russian translation, thanks Slava, LP: #380977
 .
 byobu (2.5-0ubuntu1) karmic; urgency=low
 .
   * bin/temp-c, bin/temp-f, byobu-config, byobu-config.1, byobu-status,
     profiles/common, profiles/profile.skel, rpm/byobu.spec: added a
     cpu temperature indicator
   * byobu-export: echo the version to file, in an exported byobu tarball
 .
 byobu (2.4-0ubuntu1) karmic; urgency=low
 .
   [ Dustin Kirkland ]
   * byobu: support Debian/Ubuntu's diversion of screen to screen.real,
     as well as RH, which does not divert the real screen binary
   * debian/release.sh: handle version incrementing in the rpm specfile
   * bin/disk-used: fix situations where df output wraps to the next
     line
   * bin/logo: check that lsb_release is available before using it
   * bin/release: try to grab both distro and version from /etc/issue
     if that's what we're forced to use
   * bin/updates-available: improve counting of yum updates available
   * bin/ip-address,whoami,release,hostname: use +b rather than =b,
     colors look bad on the light* profiles
   * bin/ip-address: hostname -i doesn't always work, use ifconfig
     instead, LP: #376080
   * bin/network-down,network-up,updates-available: use /var/run/screen
     for status cache files, to keep from waking up the disk
   * bin/battery: color the entire battery the same way, only use 3 tones,
     Green/Yellow/Red (6 was too confusing), always use black text on
     capital G/Y/R background
   * byobu-export: tar files with owner/group as root/root, LP: #371025
   * byobu, debian/install, motd+shell, profiles/byoburc: launch screen
     with a simple config file that includes the chosen profile plus
     the chosen windows; but on refresh, only reload the chosen profile;
     revert previous hack that did this by creating a temporary config
     file and broke on hardy, LP: #375309
   * screen-launcher: don't use the -x argument if launching a new screen,
     as this fails to launch default windows, LP: #375768
   * debian/control: suggest vim, for better handling of status details
 .
   [ David Duffey ]
   * rpm/byobu.spec: initial specfile for RH packaging
 .
 byobu (2.3-0ubuntu1) karmic; urgency=low
 .
   * byobu-status-detail: foldcolumn=2, print bars on the left side
     that should make the folding output easier to read
   * byobu-status: print some navigation hints at the top of the detailed
     status output
 .
 byobu (2.2-0ubuntu1) karmic; urgency=low
 .
   * bin/cpu-count: print cpu model names for --detail
   * byobu-status: print the short description (matching the status
     in the lower bar) first, then the description in parens in the
     first line of the indented/folded text
 .
 byobu (2.1-0ubuntu1) karmic; urgency=low
 .
   * byobu-export: touch an empty .byobu/profile, silence error message
   * byobu-status, debian/rules: migrate existing screen-profiles config
     dir smoothly by linking the old screen-profiles-status script to the
     new byobu-status, and add a migrate function to that script
   * bin/disk-available, bin/disk-used, byobu-config, byobu-config.1,
    byobu-status, profiles/common, profiles/profile.skel: add a new
    pair of status notifications for disk space available and used;
    default to / directory, allow user override in config dir
 .
   Tranform byobu-status --detail to use vim's folding feature
   * byobu-status: output text compatible with vim's folding feature
   * byobu-status-detail: use vim's folding status feature to allow
     for collapsing/expanding each status item; fall back on
     sensible-pager if +folding is not available; and fall back on less
     if sensible-pager is not available
   * bin/cpu-count: nothing to print on --detail
   * bin/date: add --short which actually prints the current date
   * bin/ec2-cost: handle on/off configuration like *all* other status
     scripts, no need for FORCE
   * bin/ip-address: --detail shows all inet addr's in ifconfig
   * bin/logo: --detail should be empty
   * bin/network-down, bin/network-up: trim trailing whitespace
   * bin/reboot-required: add a --short option, which prints Yes or No
   * bin/time: add --short which actually prints the current time
     rather than the screen escape sequence
   * bin/updates-available: add a --short option, which only displays the
     number of updates available; show more info on --detail about upgrades
   * bin/users: grep out the grep statement in the ps
   * bin/whoami: print /etc/passwd info on --detail
 .
 byobu (2.0-0ubuntu1) karmic; urgency=low
 .
   Renaming project screen-profiles to byobu
   * bin/users: make the --detail output match the status output
   * bin/ec2-cost, bin/hostname, bin/ip-address, bin/logo,
     bin/mem-available, bin/network-down, bin/network-up,
     bin/updates-available, debian/postrm, debian/preinst,
     debian/release.sh, debian/rules, screen, screen-launcher-install,
     screen-profiles, screen-profiles-export, screen-profiles-status,
     select-screen-profile: abstract the package name (currently,
     screen-profiles) to a variable
Checksums-Sha1: 
 37ea5db2848221126196f62ba0cede900876ce2a 1230 byobu_2.8-1.dsc
 0b58b223df000518f36837bc839aba2760b0ac59 53711 byobu_2.8.orig.tar.gz
 b9ad98735e60cc7dce98133b231900592d45e106 3314 byobu_2.8-1.diff.gz
 23359d13bbefb5182222fd8d6e98e6ae341bf484 44726 byobu_2.8-1_all.deb
 50c75616d61fa0a0dc64151daaf9ed6a0f182715 15714 byobu-extras_2.8-1_all.deb
Checksums-Sha256: 
 ca0cee73e0725a59291cc119d23c3d5d7b32f886a09fe8ea9c2550834d491dc7 1230 byobu_2.8-1.dsc
 7eeea29a231b220c863451376109dc8a310aa7982885c84d17c25e65085246d8 53711 byobu_2.8.orig.tar.gz
 af8cc1d359b480b8f53d3b76c60c0e2ab95f96603553ac752665472720f29f83 3314 byobu_2.8-1.diff.gz
 517d832c37d198d3815bcabd5a51a76db16ef25f6f24288fc498fa9e70ac1e59 44726 byobu_2.8-1_all.deb
 5e56a2275f131958211299bc99091b6473ec83bc4111a623db57a07d624fa049 15714 byobu-extras_2.8-1_all.deb
Files: 
 057f6a9d763cd0036469fcc841f789c5 1230 misc optional byobu_2.8-1.dsc
 e1d87fe12f7094e9dd1aada93d9baade 53711 misc optional byobu_2.8.orig.tar.gz
 28d0e2cbd7f9fa61a45dbd15c46b2e7b 3314 misc optional byobu_2.8-1.diff.gz
 a9c5166dc36e6bd83befa409413553cf 44726 misc optional byobu_2.8-1_all.deb
 c7f049d4fa86bd52a247be1b9d36867d 15714 misc optional byobu-extras_2.8-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian Powered!

iJwEAQECAAYFAkopH0sACgkQ78RAoABp8o+InwP/QQRZ4WU0AX8UfOvXmeF2fCcY
a/HbNS68qGdpWGwcIC+plXUOoXQyLmJa2xc439weSdnPljMZCQXZGTpAOTJZVlKE
ouYVF7kzNh0uEeScCHjPolrDDM1EAhFyH97vB6O98qPoyVI9BkuStRkzCKxQxPNT
PbyEmrL4EgXXcC7YxHU=
=1Jxz
-----END PGP SIGNATURE-----


Accepted:
byobu-extras_2.8-1_all.deb
  to pool/main/b/byobu/byobu-extras_2.8-1_all.deb
byobu_2.8-1.diff.gz
  to pool/main/b/byobu/byobu_2.8-1.diff.gz
byobu_2.8-1.dsc
  to pool/main/b/byobu/byobu_2.8-1.dsc
byobu_2.8-1_all.deb
  to pool/main/b/byobu/byobu_2.8-1_all.deb
byobu_2.8.orig.tar.gz
  to pool/main/b/byobu/byobu_2.8.orig.tar.gz


Reply to: