From 5853e27e4e016ca42eaedb8d7c8d5d5412de22d0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 26 Jan 2015 22:46:43 +0100 Subject: [PATCH] update CHANGES --- CHANGES.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f03dc79..7859fd4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,10 +16,22 @@ New Features: * Hosts: show client authentication error/success on the host view * Domains: support optional secondary nameserver - if given, prefer it for DNS queries +* implement host IP blacklist, fixes #162 +* implement host staleness level + management script to check whether host IP + is being updated +* add language to user profiles +* add registration_closed template Fixes: -* none yet +* catching more exceptions +* misc. UI fixes / improvements +* misc. python3 compatibility fixes / improvements +* fix resolving to not add the service server's domain, but just "." +* timeout / retry timings adjusted +* "Login" button at end of user registration does not work #183 +* catch IndexError when computing IP of related hosts, fixes #190 +* catch socket.error (e.g. "connection refused"), fixes #195 Other changes: