update CHANGES

This commit is contained in:
Thomas Waldmann 2014-08-28 02:58:53 +02:00
parent 8e911f488f
commit 5c919c266f

View File

@ -23,6 +23,7 @@ New Features:
* custom templates (for legalese, site-specific notes, etc. - see docs for * custom templates (for legalese, site-specific notes, etc. - see docs for
details) details)
* abuse / abuse blocked flags + script support (see docs) * 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 * show example zone file for bind9 after adding a new domain
* better display in the admin * better display in the admin
@ -40,11 +41,14 @@ Fixes:
* handle UnknownTSIGKey exception * handle UnknownTSIGKey exception
* handle "Network is unreachable" error * handle "Network is unreachable" error
* handle empty ?myip= * handle empty ?myip=
* fix --reset-available cmdline option processing
Other changes: Other changes:
* also support Python >= 3.3 (experimental, please give feedback) * also support Python >= 3.3 (experimental, please give feedback)
* improve looks, UI / UX * 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 - * removed view for legalese (please solve locally, according to your law -
you can use custom templates for this) you can use custom templates for this)
* added some ugly logos (if you can do better ones, please help) * added some ugly logos (if you can do better ones, please help)