updated / refactored CHANGES

This commit is contained in:
Thomas Waldmann 2014-08-29 17:50:25 +02:00
parent 6aec7e740f
commit b858346bd8

View File

@ -26,22 +26,26 @@ New Features:
* notification by email if host gets flagged as abusive * notification by email if host gets flagged as abusive
* show example zone file for bind9 after adding a new domain * show example zone file for bind9 after adding a new domain
* better display in the admin * better display in the admin
* enabled Django's clickjacking protection middleware in settings
Fixes: Fixes:
* fix 500 error when domain does not exist * fix some status 500 errors / unhandled exceptions:
* fix 500 error on profile view when not logged in
* fix html validation errors * when domain does not exist
* deal with invalid ip address strings in updates ("dnserr") * on profile view when not logged in
* updated dd-wrt configuration with verified settings * DnsUpdateError (e.g. SERVFAIL)
* fix login url generation in activation_complete template #139 * NoNameservers exception
* switch off RD #142 * UnknownTSIGKey exception
* handle DnsUpdateError (e.g. SERVFAIL) * "Network is unreachable" error
* handle NoNameservers exception * empty ?myip=
* handle UnknownTSIGKey exception * invalid ip address strings in updates (now: "dnserr")
* handle "Network is unreachable" error
* handle empty ?myip= * fix html validation errors
* fix login url generation in activation_complete template, issue #139
* switch off recursion when querying master dns, issue #142
* fix --reset-available cmdline option processing * fix --reset-available cmdline option processing
* updated dd-wrt configuration with verified settings
Other changes: Other changes: