-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f99a4da
commit f468018
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ ifneq ($(MAKECMDGOALS),clean) | |
# -------- # | ||
|
||
$(call add_substitution, PACKAGE_NAME, hades) | ||
$(call add_substitution, PACKAGE_VERSION, 0.4.0) | ||
$(call add_substitution, PACKAGE_VERSION, 0.5.0) | ||
$(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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,35 @@ | ||
hades (0.5.0) bullseye; urgency=low | ||
|
||
* Upgrade to Debian bullseye (GH-94, GH-99, GH-103, GH-113) | ||
* Dropped support for Python < 3.8 | ||
* Forceful DHCP lease release (GH-67) | ||
* Maintain DHCP leases in database using dnsmasq lease script | ||
* AMQP changes | ||
* Separate routing keys for each VRRP instance | ||
* Durable exchanges | ||
* Prefix option for AMQP objects | ||
* New default name | ||
* Improved documentation (GH-73, GH-97) | ||
* Improved type annotations | ||
* Build improvements | ||
* Debian packaging (GH-96) | ||
* Configure script (GH-100) | ||
* systemd improvements (GH-102, GH-108) | ||
* Rename radius-vrrp to root-vrrp for consistency (all other VRRP | ||
instances are named like their namespace) | ||
* Order files consistently | ||
* Use Type=notify for unbound | ||
* Set RefuseManualStart for netns units, because they would automatically | ||
if not required anyway | ||
* Convert the hades target into service, so that it can be reloaded | ||
Fix reference to non-existent hades-auth-dns.service unit | ||
* Stop automatic restarts if non-transient setup errors occurr, that | ||
require operator intervention. | ||
* Allow authentication with unknown MAC addresses (GH-90) | ||
* Allow same MAC address in different IP subnets (GH-92) | ||
|
||
-- Sebastian Schrader <[email protected]> Sun, 11 Sep 2022 19:04:09 +0000 | ||
|
||
hades (0.4.0) stretch; urgency=low | ||
|
||
* Start 0.4.0 branch | ||
|