update README, CHANGES

This commit is contained in:
Thomas Waldmann 2014-09-26 01:47:26 +02:00
parent 5291eacb06
commit 2f72e7058f
2 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,15 @@
ChangeLog ChangeLog
========= =========
Release 0.9.0 (not released yet)
--------------------------------
New Features:
* Related Hosts: support updating DNS records of other hosts in same LAN by
a single updater (e.g. for IPv6 with changing prefix, IPv4 also works)
Release 0.8.0 (not released yet) Release 0.8.0 (not released yet)
-------------------------------- --------------------------------

View File

@ -43,6 +43,8 @@ Features
shows reverse DNS lookup results (on host overview view). shows reverse DNS lookup results (on host overview view).
* Multiple Hosts per user (using separate secrets for security) * Multiple Hosts per user (using separate secrets for security)
* Add own domains / nameservers (public or only for yourself) * Add own domains / nameservers (public or only for yourself)
* Related Hosts: support updating DNS records of other hosts in same LAN by
a single updater (e.g. for IPv6 with changing prefix, IPv4 also works)
* Login with local or remote accounts (google, github, bitbucket, ... * Login with local or remote accounts (google, github, bitbucket, ...
accounts - everything supported by python-social-auth package) accounts - everything supported by python-social-auth package)
* Manual IP updates via web interface * Manual IP updates via web interface