From 657e6c923bf04e7c1f15cb742db592175a32106c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 8 Sep 2014 16:42:32 +0200 Subject: [PATCH] update/fix CHANGES --- CHANGES.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1288852..bc3cd27 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,18 @@ ChangeLog ========= -Release 0.8.0 -------------- +Release 0.8.0 (not released yet) +-------------------------------- New Features: * redesigned UI: + * unify hosts and domains overview into 1 view * move forms to add hosts/domains to own views * move reverse DNS display to home view * removed some superfluous links and formatting -* host view; give more feedback about client/server results on the web UI, +* host view: give more feedback about client/server results on the web UI, so a user can see why updates are not working (even if some stupid update client does not tell him). But please note: if you fail to configure your credentials correctly in your @@ -23,6 +24,7 @@ Fixes: * refactored internal api so host/zone boundary is not lost and does not need to be discovered (we KNOW it) - fixes issues #122 and #138. * fixed tests so they behave on travis-ci +* fix unhandled PeerBadTime exception Other changes: