diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5d71035..491eb2a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,22 @@ What's New? - ChangeLog ####################### +opennds (9.9.1) + + * This version fixes some issues + * Fix - minimalise deprecated legacy .conf file + * Fix - Prevent rate limit refresh if rate limit is set to 0 [bluewavenet] + * Fix - Mute some unneccessary debug messages [bluewavenet] + * Fix - do not write unconfigured (null) parameters to client id file (cidfile) [bluewavenet] + * Fix - Prevent error "Command process exited due to signal 13" when executing an external script [bluewavenet] + * Fix - use WTERMSIG() return code for _execute_ret when execute fails [bluewavenet] + * Fix - use correct response type for error 503 [bluewavenet] + * Update Makefile description [bluewavenet] + * Add - Community Local FAS install script [bluewavenet] + * Update - Mention TCP port 80 requires AutonomousWG [afriza] + + -- Rob White Thu, 12 Nov 2022 20:39:31 +0000 + opennds (9.9.0) * This version adds new functionality, and fixes some issues diff --git a/docs/source/conf.py b/docs/source/conf.py index 38808a5..740a3e8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,9 +60,9 @@ author = 'The openNDS Contributors' # built documents. # # The short X.Y version. -version = '9.9.1' +version = '9.9.2beta' # The full version, including alpha/beta/rc tags. -release = '9.9.1' +release = '9.9.2beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/conf.h b/src/conf.h index 5f7c2b0..94b6ac5 100644 --- a/src/conf.h +++ b/src/conf.h @@ -30,7 +30,7 @@ #ifndef _CONF_H_ #define _CONF_H_ -#define VERSION "9.9.1" +#define VERSION "9.9.2beta" /* * Defines how many times should we try detecting the interface with the default route (in seconds).