Skip to content

Commit 58f6789

Browse files
update CHANGES
1 parent f077009 commit 58f6789

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

CHANGES.rst

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,51 @@ Release 0.13.0 (not released yet)
1313

1414
New Features:
1515

16+
- update generated inadyn.conf for IPv6 support, #528
17+
- add a link to the user in host view of django admin, #440
1618
- add BAD_HOSTS setting to lock out nasty clients from the update api
1719
without causing database accesses.
20+
- enable blacklisting of email addresses (now with regex support)
1821
- django-admin faults: show/reset api auth faults counter
1922
- add api_auth_faults column to django admin's Hosts view
2023

2124
Fixes:
2225

2326
- 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
2632

2733
Other changes:
2834

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
31-
- django compatibility improvements
35+
- require Python >= 3.8, <= 3.11.
36+
- require Django 4.2.x (LTS version).
3237
- translation updates (removed incomplete ones, added complete ones)
3338
- improve logging
3439
- setuptools-scm managing the version and manifest
3540
- src/ based project layout
36-
- Add A Well-Known URL for Changing Passwords
37-
- Add rel="noopener" to target="_blank" links
41+
- add a well-known URL for changing passwords
42+
- add rel="noopener" to target="_blank" links
43+
- add Referrer-Policy, X-XSS-Protection and X-Content-Type-Option HTTP headers, #281
44+
- set HTTPONLY to CSRF cookies
45+
- update fontawesome, bootstrap and jquery, #444
46+
- add missing migration files
47+
- update update_secret database field length for salted hash
48+
- add hint if there are no social logins enabled
49+
- update to DropboxOAuth2V2
50+
- docs:
51+
52+
- include note about IPv4 interface ID
53+
- add docs/project.rst (development commands)
54+
- integrate new logo, thanks to @mirzazulfan, #78
55+
- add docs on how to disable user registration, #438
56+
- always use django-admin (not django-admin.py) in docs, update URLs
57+
- tests:
58+
59+
- use GitHub actions instead of travis CI.
60+
- add testing in docker.
3861

3962

4063
Release 0.12.0 (2018-11-18)

0 commit comments

Comments
 (0)