Download project files

How do I verify a download?


251260 of 292 releases

2.40 release from the trunk series released

Release information
Release notes:

  * bin/updates_available, statusrc: move the color coding out to the config
    file
  * byobu-config, byobu.1, po/*, profiles/common,
    profiles_generator/profile.skel, rpm/byobu.spec, statusrc:
    - add an apport hook, LP: #485380
  * bin/apport: improve the formatting of the detailed output to
    suggest installing apport if necessary
  * debian/control: suggest apport
  * bin/apport, bin/battery, bin/cpu_freq, bin/disk, bin/ec2_cost,
    bin/fan_speed, bin/hostname, bin/ip_address, bin/load_average,
    bin/logo, bin/mail, bin/mem_available, bin/mem_used, bin/menu,
    bin/network, bin/processes, bin/reboot_required, bin/release,
    bin/temp_c, bin/temp_f, bin/updates_available, bin/uptime, bin/users,
    bin/whoami, bin/wifi_quality statusrc: define a set of color variables,
...

File Description Downloads
download icon byobu_2.40.orig.tar.gz (md5) byobu-2.40 21
last downloaded 62 weeks ago
Total downloads: 21

2.39 release from the trunk series released

Release information
Release notes:

  [ Dustin Kirkland ]
  * debian/install, desktop/byobu.desktop, desktop/byobu.svg: add a
    desktop icon for Byobu, LP: #449200
  * bin/menu: improve logic for the menu button, to explicitly look for
    screen-escape-keys (^a-@), or none (byobu-config), else (F9), LP: #450421
  * debian/prerm: the for loop might not actually do anything, so make
    sure we do "something", like run "true", LP: #441788
  * byobu-config: make byobu more python 2.5 friendly, by dropping the
    'finally' clauses
  * bin/menu: add some logic in support of byobu-export'd configurations
  * byobu-export: add byobu-config to the export tarball
  * debian/release-build.sh, debian/release.sh: update for karmic->lucid

  [ Derek Carter ]
  * rpm/byobu.spec: updated for Fedora 11

File Description Downloads
download icon byobu_2.39.orig.tar.gz (md5, sig) byobu-2.39 240
last downloaded 62 weeks ago
Total downloads: 240

2.38 release from the trunk series released

Release information
Release notes:

  * bin/menu: dynamically change the menu message between
    Menu:<F9> and Menu:^a-@, based on the users chosen keybinding set,
    LP: #446248
  * po/*: import translations just before karmic release

File Description Downloads
download icon byobu_2.38.orig.tar.gz (md5, sig) byobu-2.38 222
last downloaded 3 weeks ago
Total downloads: 222

2.37 release from the trunk series released

Release information
Release notes:

  * bin/updates_available: fix yum output when listing updates
    available, LP: #440659
  * byobu-config: fix crash, due to undefined variable, LP: #428418

File Description Downloads
download icon byobu_2.37.orig.tar.gz (md5, sig) byobu-2.37 59
last downloaded 11 weeks ago
Total downloads: 59

2.36 release from the trunk series released

Release information
Release notes:

  * bin/fan_speed: improve the logic for find the fan_speed system monitor
    LP: #439524
  * byobu-launcher, byobu-janitor: sometimes the ssh socket link can become
    a symlink to itself, causing byobu to fail to start due to too many
    levels of symlinks; remove the link first, before creating it;
    LP: #440221

File Description Downloads
download icon byobu_2.36.orig.tar.gz (md5, sig) byobu-2.36 18
last downloaded 6 weeks ago
Total downloads: 18

2.34 release from the trunk series released

Release information
Release notes:

  * bin/users: use wc -l, since pgrep -c doesn't work in some
    distros (busybox, Arch), LP: #434047
  * byobu.1: fix manpage, mem_used was listed twice, mail was in the wrong
    place, LP: #434052
  * byobu-export.1, byobu-launcher.1, byobu-select-profile.1: minor manpage
    fixes, updating the names of the utilities to use "byobu" rather than
    "screen"

File Description Downloads
download icon byobu_2.34.orig.tar.gz (md5, sig) byobu-2.34 62
last downloaded 62 weeks ago
Total downloads: 62

2.33 release from the trunk series released

Release information
Release notes:

  * cpu_count, disk, logo, network, reboot_required, release, temp_c,
    temp_f, updates_available, wifi: make byobu status scripts friendlier
    for busybox environments (tested on the Palm Pre), LP: #430096
  * bin/updates_available: print the current cache even if we're
    updating the cache, handle it more efficiently
  * po/byoub-*.po: rename to just *.po, fix translations location, LP: #430095
  * debian/postinst, debian/preinst: move symlink of screen-profiles-status ->
    byobu-status from the postinst to the preinst
  * byobu-janitor, byobu-launcher, profiles/common: establish and update an
    SSH_AUTH_SOCK link, on screen launch and reconnect, LP: #424522

File Description Downloads
download icon byobu_2.33.orig.tar.gz (md5, sig) byobu-2.33 25
last downloaded 11 weeks ago
Total downloads: 25

2.32 release from the trunk series released

Release information
Release notes:

  * bin/updates_available: also monitor /var/lib/apt/lists for changes,
    as this is touched on 'apt-get update', LP: #427855

File Description Downloads
download icon byobu_2.32.orig.tar.gz (md5, sig) byobu-2.32 28
last downloaded 62 weeks ago
Total downloads: 28

2.31 release from the trunk series released

Release information
Release notes:

  [ Dustin Kirkland ]
  * bin/updates-available, profiles/common:
    - reworked to be far more efficient, and accurate, LP: #427373
    - look at the timestamp on /var/lib/apt, and only update cache
      if /var/lib/apt has been touched since the cache
    - in particular, these changes fix a bug when the user does an
      apt-get install or upgrade, and changes to the update status
      are not update for up to an hour later; with these fixes, it's
      nearly immediate
    - and now that updates_available is trivial (in most cases), we
      can run it more frequently

  [ Mathias Gug ]
  * Check that byobu-launcher exists before calling it (chroots use the same
    .profile as the main system but may not have byobu installed).

File Description Downloads
download icon byobu_2.31.orig.tar.gz (md5, sig) byobu-2.31 18
last downloaded 7 days ago
Total downloads: 18

2.30 release from the trunk series released

Release information
Release notes:

  * byobu-launcher: LP: #422155
    - it seems that checking $STY is not totally sufficient for
      determining if we're already in a screen session; additionally
      check that TERM != screen-bce
    - set window title before we attach to an existing session, LP: #422158
  * byobu: LP: #422155
    - test TERM against screen-bce here too
    - checking that $SHELL is executable covers -n too

File Description Downloads
download icon byobu_2.30.orig.tar.gz (md5, sig) byobu-2.30 35
last downloaded 9 weeks ago
Total downloads: 35

251260 of 292 releases