From 2c6ebba96856d2d1b11ac17727e994f19a809ef2 Mon Sep 17 00:00:00 2001 From: Allan Nathanson <42244061+Allan-N@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:30:01 -0500 Subject: [PATCH] Release 1.11-1 (#69) --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4af3b46..f200eac 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # SRCNAME = asl3-menu PKGNAME = $(SRCNAME) -RELVER = 1.10 +RELVER = 1.11 DEBVER = 1 RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null) diff --git a/debian/changelog b/debian/changelog index 2b29505..88553a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +asl3-menu (1.11-1) stable; urgency=medium + + * Only change IAX port for local nodes (#67) + + -- Allan Nathanson Thu, 19 Dec 2024 19:27:11 -0500 + asl3-menu (1.10-1) stable; urgency=medium * node-setup: specify "node" when exec'ing "tune" menus (#62)