From 24cf51c2ade355c8154285f9713577e8af072305 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 23 Jan 2024 09:43:10 -0600 Subject: [PATCH] opening 6.11 --- debian/changelog | 10 ++++++++-- usr/bin/byobu.in | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2d7852d4..8c69861e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ -byobu (6.10) unreleased; urgency=medium +byobu (6.11) unreleased; urgency=medium + + * UNRELEASED + + -- Dustin Kirkland Tue, 23 Jan 2024 09:43:10 -0600 + +byobu (6.10-0ubuntu1) noble; urgency=medium * debian/compat, debian/control: - bump compat, fix vcs lintian warning, fix debhelper warnings * usr/share/byobu/profiles/bashrc: - fix timer string logic - -- Dustin Kirkland Tue, 23 Jan 2024 09:03:16 -0600 + -- Dustin Kirkland Tue, 23 Jan 2024 09:43:03 -0600 byobu (6.9-0ubuntu1) noble; urgency=medium diff --git a/usr/bin/byobu.in b/usr/bin/byobu.in index 6cd87853..c53fb124 100755 --- a/usr/bin/byobu.in +++ b/usr/bin/byobu.in @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION=6.10 +VERSION=6.11 PKG="byobu" # All sorts of things go wrong if you don't own your $HOME dir.