From 566bbdfb91587ec6dbd802426b4a4a05c056113c Mon Sep 17 00:00:00 2001 From: Allan Nathanson <42244061+Allan-N@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:14:59 -0400 Subject: [PATCH] Release 1.9-1 (#61) --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a998d5..cf4b4e3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # SRCNAME = asl3-menu PKGNAME = $(SRCNAME) -RELVER = 1.8 +RELVER = 1.9 DEBVER = 1 RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null) diff --git a/debian/changelog b/debian/changelog index 5740501..dce82bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +asl3-menu (1.9-1) stable; urgency=medium + + * Add new "build-asl3" script (#28) + * Include "test" modules in only one package (#29) + + -- Allan Nathanson Fri, 20 Sep 2024 19:25:39 -0400 + asl3-menu (1.8-1) stable; urgency=medium * Nodes must have an ["idrecording"] callsign ID (#55)