You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+30-7Lines changed: 30 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,28 +13,51 @@ Release 0.13.0 (not released yet)
13
13
14
14
New Features:
15
15
16
+
- update generated inadyn.conf for IPv6 support, #528
17
+
- add a link to the user in host view of django admin, #440
16
18
- add BAD_HOSTS setting to lock out nasty clients from the update api
17
19
without causing database accesses.
20
+
- enable blacklisting of email addresses (now with regex support)
18
21
- django-admin faults: show/reset api auth faults counter
19
22
- add api_auth_faults column to django admin's Hosts view
20
23
21
24
Fixes:
22
25
23
26
- fixed misc. crashes
24
-
- fixed Domain.generate_ns_secret() storing bytes object into Domain.nameserver_update_secret leading to trying to insert the string representation of the bytes object, so 91 characters in a varchar(88)
25
-
- fixed connectivity test when editing domains, #479
27
+
- fixed connectivity test when editing domains, #479 #523
28
+
- strip prefix-length / netmask if present, fixes #470
29
+
- rewrite socket error handling, #522
30
+
- fix Domain.generate_ns_secret() storing bytes object into Domain.nameserver_update_secret
31
+
- try longer timeout for dns resolver / updates
26
32
27
33
Other changes:
28
34
29
-
- drop support for python 3.4, fixes #406 - you need either 2.7 or 3.5+.
30
-
- require django >= 1.11.0, run travis-ci tests on django 2.2
0 commit comments