Skip to content

Commit

Permalink
Make 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Sep 20, 2022
1 parent 700bf19 commit e5d9c9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ifneq ($(MAKECMDGOALS),clean)
# -------- #

$(call add_substitution, PACKAGE_NAME, hades)
$(call add_substitution, PACKAGE_VERSION, 0.5.0)
$(call add_substitution, PACKAGE_VERSION, 0.5.1)
$(call add_substitution, PACKAGE_DESCRIPTION, Distributed AG DSN RADIUS MAC authentication. Site node agent and captive portal)
$(call add_substitution, PACKAGE_AUTHOR, Sebastian Schrader)
$(call add_substitution, PACKAGE_AUTHOR_EMAIL, [email protected])
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
hades (0.5.1) bullseye; urgency=high

* Various important bugfixes in the RPC api (hades-agent):
* Fix bug breaking any RPC method call (GH-119)
* Fix bug breaking the `get_auth_attempts_at_port` RPC method
* Fix two bugs breaking the `get_auth_dhcp_leases_of_ip` RPC method
* Fix bug breaking the `get_dhcp_leases_of_mac` RPC method

-- <[email protected]> Tue, 20 Sep 2022 12:28:00 +0000

hades (0.5.0) bullseye; urgency=low

* Upgrade to Debian bullseye (GH-94, GH-99, GH-103, GH-113)
Expand Down

0 comments on commit e5d9c9a

Please sign in to comment.