File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Changelog
5
5
6
6
* Add salt decryption of encrypted attributes
7
7
8
+ * Fix for UTF-8
9
+
10
+ * Fix fix usage of socket.getaddrinfo
11
+
12
+ * Fix #197 KeyError when handling CoA packet for 0.0.0.0
13
+
8
14
* Fix create CoA packet in client_async
9
15
10
16
* Fix #152 and add corresponding unittests
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Here is an example of doing a authentication request::
53
53
Requirements & Installation
54
54
===========================
55
55
56
- pyrad requires Python 2.7, or Python 3.6 or later
56
+ pyrad requires Python 3.6 or later
57
57
58
58
Installing is simple; pyrad uses the standard distutils system for installing
59
59
Python modules::
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Here is an example of doing a authentication request::
43
43
Requirements & Installation
44
44
===========================
45
45
46
- pyrad requires Python 2.7, or Python 3.6 or later
46
+ pyrad requires Python 3.6 or later
47
47
48
48
Installing is simple; pyrad uses the standard distutils system for installing
49
49
Python modules::
Original file line number Diff line number Diff line change 16
16
'Development Status :: 6 - Mature' ,
17
17
'Intended Audience :: Developers' ,
18
18
'License :: OSI Approved :: BSD License' ,
19
- 'Programming Language :: Python :: 2.7' ,
20
19
'Programming Language :: Python :: 3.6' ,
21
20
'Programming Language :: Python :: 3.7' ,
22
21
'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments