Skip to content

Commit

Permalink
Release 1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed May 11, 2024
1 parent 6bdcad3 commit cddbcc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
SRCNAME = asl3-menu
PKGNAME = $(SRCNAME)
RELVER = 1.0
DEBVER = 2
RELVER = 1.1
DEBVER = 1
RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null)

BUILDABLES = bin # php-backend
Expand Down
12 changes: 10 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
asl3-menu (1.0-2) UNRELASED; urgency=medium
asl3-menu (1.1-1) unstable; urgency=medium

* Support alternative IAX2 port (#19)
* Support node configuration saving (#20)
* Fix rpt_http_registrations.conf pattern

-- Jason McCormick <[email protected]> Fri, 10 May 2024 19:59:32 -0400

asl3-menu (1.0-2) unstable; urgency=medium

* Autobuilder

-- Jason McCormick <[email protected]> Fri, 03 May 2024 18:00:04 -0400

asl3-menu (1.0-1) UNRELASED; urgency=medium
asl3-menu (1.0-1) unstable; urgency=medium

* Initial release.

Expand Down

0 comments on commit cddbcc3

Please sign in to comment.