From 61a01fd03f44f2519e2cbe5a1cc9fff3db00115b Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 10 May 2022 18:08:28 -0400 Subject: [PATCH] 1.0.1 release --- CHANGES.rst | 13 +++++++++++++ openwisp_radius/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cc778ec0..4fe4bf8c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ Change log ========== +Version 1.0.1 [2022-05-10] +-------------------------- + +- Fixed a bug in the organization radius settings form which was causing it + to not display some default values correctly +- Fixed a bug in allowed mobile prefix implementation: + the implementation was joining the globally allowed prefixes + and the prefixes allowed at org level, with the result + that disabling a prefix at org level was not possible +- Called-station-ID command: log with warning instead of ``warn`` or ``error``: + - warn > warning (warn is deprecated) + - use warning instead of errors for more temporary connection issues cases + Version 1.0.0 [2022-04-18] -------------------------- diff --git a/openwisp_radius/__init__.py b/openwisp_radius/__init__.py index deca6cf6..62cb592c 100644 --- a/openwisp_radius/__init__.py +++ b/openwisp_radius/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 0, 'final') +VERSION = (1, 0, 1, 'final') __version__ = VERSION # alias