Skip to content

Commit

Permalink
Merge pull request #268 from ThomasWaldmann/update-changes
Browse files Browse the repository at this point in the history
Update changes
  • Loading branch information
ThomasWaldmann committed Aug 13, 2016
2 parents 9268a2a + 2490270 commit aa6b081
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nsupdate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def __str__(self):
return version_str


version = Version(0, 11, 0)
version = Version(0, 12, 0)

0 comments on commit aa6b081

Please sign in to comment.