Skip to content

Commit 024294d

Browse files
committed
1.1.1 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 58118bd commit 024294d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change log
22
==========
33

4+
Version 1.1.1 [2025-01-31]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed `bug in FreeRADIUS PostAuthView
11+
<https://github.com/openwisp/openwisp-radius/issues/467>`_ that caused a
12+
server 500 error when ``called_station_id`` exceeded 50 characters. The
13+
maximum length has been updated to ``253`` characters.
14+
- Fixed `handling of UTF-16 encoded CSV files
15+
<https://github.com/openwisp/openwisp-radius/issues/550>`_ for batch
16+
user creation.
17+
418
Version 1.1.0 [2024-11-21]
519
--------------------------
620

openwisp_radius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0, 'final')
1+
VERSION = (1, 1, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)