releasing 4.16

This commit is contained in:
Dustin Kirkland 2011-06-27 14:14:17 +00:00
commit 908dda58eb
2 changed files with 3 additions and 9 deletions

10
debian/changelog vendored
View file

@ -1,10 +1,4 @@
byobu (4.15) unreleased; urgency=low byobu (4.16-0ubuntu1) oneiric; urgency=low
* UNRELEASED
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:06:01 +0000
byobu (4.14-0ubuntu1) oneiric; urgency=low
* usr/share/byobu/profiles/tmux: * usr/share/byobu/profiles/tmux:
- getting tmux keybindings much closer! - getting tmux keybindings much closer!
@ -45,7 +39,7 @@ byobu (4.14-0ubuntu1) oneiric; urgency=low
* usr/bin/byobu-status: * usr/bin/byobu-status:
- get detail working again - get detail working again
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:05:58 +0000 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:14:14 +0000
byobu (4.13-0ubuntu1) oneiric; urgency=low byobu (4.13-0ubuntu1) oneiric; urgency=low

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
PKG="byobu" PKG="byobu"
VERSION=4.15 VERSION=4.16
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" [ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
export BYOBU_PREFIX export BYOBU_PREFIX
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen" [ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen"