opening 3.19

This commit is contained in:
Dustin Kirkland 2010-12-27 23:44:05 -06:00
commit 30698f6899
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
byobu (3.19) unreleased; urgency=low
* UNRELEASED
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Dec 2010 23:44:05 -0600
byobu (3.18-0ubuntu1) natty; urgency=low byobu (3.18-0ubuntu1) natty; urgency=low
* usr/bin/byobu: LP: #684926, list byobu default sessions, plus named * usr/bin/byobu: LP: #684926, list byobu default sessions, plus named

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=3.18 VERSION=3.19
[ -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"