Merge pull request #268 from ThomasWaldmann/update-changes

Update changes
This commit is contained in:
TW 2016-08-13 20:02:23 +02:00 committed by GitHub
commit aa6b081895
2 changed files with 33 additions and 5 deletions

View File

@ -8,20 +8,48 @@ migrations for that version). For upgrading and migration help, please see
the docs that match the version you are upgrading to.
Release <TBD> (unreleased yet)
------------------------------
Release 0.12.0 (unreleased yet)
-------------------------------
New Features:
* Related Hosts: leave v4 or v6 interface ID empty to not create a DNS record
* add ipfire help, #209
* avoid domains vs. hosts confusion - check dns availability, #168
* admin: sort host and domains by name
Fixes:
* ...
* exception "IPAddress() does not support netmasks or subnet prefixes", #223
* Traceback on DNS server Timeout, #211
* emails should mention fqdn, #225
* TemplateDoesNotExist exception, #222
* "faults" management command: use atomic transaction PER HOST, #208
* avoid that invalid domains get added, #205
* fix traceback when language in user profile is None, #206
* fix traceback when using a malformed nameserver secret, #213
* downgrade django-registration-redux, fixes pw reset, #250
* update pfSense tab to get IP from Result Match
* check_domain fixes: #246, #249, #253
* test updates when a domain is set to available, #168
* unicode error under python2.7, #242
Other changes:
* ...
* update django requirement >=1.8.1 (LTS)
* added python 3.5 to travis tests
* use www.BASEDOMAIN for WWW_HOST, prepare for #224
* submitted a pull request with "nsupdate.info" to publicsuffix.org, this
is needed to not run into rate limiting with letsencrypt.org:
https://github.com/publicsuffix/list/pull/93
* upgrade Font Awesome, Bootstrap, jQuery
* use other cdn for Bootstrap
* set SECRET_KEY in development configuration
* add some words about DNSSEC to the docs, #26
* do not use html registration emails
* update font awesome and jquery, add subresource integrity, #23
* optimize database query on overview page
* sort hosts and domains by name, #192
Release 0.11.0

View File

@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover
return version_str
version = Version(0, 11, 0)
version = Version(0, 12, 0)