Update ChangeLog

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2025-07-07 10:35:08 +01:00
parent bd55053c35
commit 1378c1d519

View File

@@ -1,3 +1,48 @@
opennds (11.0.0)
* Add - ipv6 support [bluewavenet]
* Fix - MHD version check rework [mcassaniti]
* Add - use library function to write to syslog [bluewavenet]
* Add - get reauth_interval from config [bluewavenet]
* Add - list valid variables [bluewavenet]
* Fix - set quota value to 0 (zero) if null [bluewavenet]
* Fix - binauth_log format [bluewavenet]
* Add - config option custombinauth and deprecate option binauth [bluewavenet]
* Add - updated custombinauth script [bluewavenet]
* Add - reauth_interval script [bluewavenet]
* Fix - prevent duplication of dhcp_option_force on restart [bluewavenet]
* Add - support binauth defined quotas for all authentication types [bluewavenet]
* Fix - prevent status page from causing browser tabs accumilating [bluewavenet]
* Add - client quota variables to the binauthlog entry [bluewavenet]
* Fix - consistantly use sessiontimeout rather than session_length or session_timeout [bluewavenet]
* Fix - don't reuse strtok buffer until we are finished with it [bluewavenet]
* Fix - remove unused variable [bluewavenet]
* Add - use named section in config [bluewavenet]
* Fix - cidfile error in binauth if preemptive auth [bluewavenet]
* Fix - overwrite of ipclient and macclient on preemptive auth [bluewavenet]
* Fix - populate config->themespec_path when default themespecs are used [bluewavenet]
* Fix - some edge case error outputs from libopennds [bluewavenet]
* Add - some debug messages when freeing client node [bluewavenet]
* Fix - memory leak in _client_free_node() [bluewavenet]
* Fix - remove redundant client_reset() [bluewavenet]
* Fix - pointer overwrite and memory leak setting some client parameters [bluewavenet]
* Fix - remove redundant call to client_reset() [bluewavenet]
* Fix - return error code from binauth script [bluewavenet]
* Fix - support binauth quota settings [bluewavenet]
* Fix - get exit code from bunauth script [bluewavenet]
* Add - get_quotas_by_mac library function [bluewavenet]
* Fix - typo in auth_file check [bluewavenet]
* Fix - procd failure if daemon outputs syslog before procd is ready [bluewavenet]
* Fix - potential error output if auth_file does not exist [bluewavenet]
* Add - option fast_client_scan to inhibit scanning of mesh for client connections [bluewavenet]
* Fix - use cidfile only if using themespec including default [bluewavenet]
* Fix - speed up themespec html generation on low speed devices [bluewavenet]
* Add - increased wait_for_interface timeout from 10 to 120 seconds [bluewavenet]
* Fix - don't do uci revert in case mesh11sd is installed [bluewavenet]
* Fix - Remove escaped quotes in user agent field. [d1dee]
* Fix - missing comma in awk command [bluewavenet]
-- Rob White <dot@blue-wave.net> Mon, 07 Jul 2025 09:14:11 +0000
opennds (10.3.1)
* Fix - correctly process custom string in binauth [bluewavenet]
* Fix - remove deprecated opkg test [bluewavenet]