-------------
Important notes:
* WE_HAVE_SSL configuration setting name was changed to WE_HAVE_TLS.
Please update your configuration, if you use it.
* Django 1.6.x required now, if you want to use 1.5.x: see setup.py
New Features:
* i18n support (uses preferred language from UI or browser)
* fr/de/it translations added
* translations are on transifex, you can help there!
https://www.transifex.com/projects/p/nsupdateinfo/
* add m0n0wall configuration help
* add pfSense configuration help
* implemented host delete API at /nic/delete to remove A or AAAA record in DNS
(very similar to the dyndns2 update api, which does not offer this)
* host delete functionality on web UI
* custom templates (for legalese, site-specific notes, etc. - see docs for
details)
* abuse / abuse blocked flags + script support (see docs)
* notification by email if host gets flagged as abusive
* show example zone file for bind9 after adding a new domain
* better display in the admin
* enabled Django's clickjacking protection middleware in settings
Fixes:
* fix some status 500 errors / unhandled exceptions:
* when domain does not exist
* on profile view when not logged in
* DnsUpdateError (e.g. SERVFAIL)
* NoNameservers exception
* UnknownTSIGKey exception
* "Network is unreachable" error
* empty ?myip=
* invalid ip address strings in updates (now: "dnserr")
* 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
* updated dd-wrt configuration with verified settings
Other changes:
* also support Python >= 3.3 (experimental, please give feedback)
* improve looks, UI / UX
* improve docs, sample configs
* remove requirements from setup.py that were only for development
* removed view for legalese (please solve locally, according to your law -
you can use custom templates for this)
* added some ugly logos (if you can do better ones, please help)
https://github.com/nsupdate-info/nsupdate.info/issues/78
* replaced "SSL" by "TLS" everywhere.
SSL is the old/outdated name. Since 1999, it's called TLS.
* updated to latest versions on CDN: jquery, bootstrap, font-awesome