From cb643d57821cf45358a96c02374e6308b3b82071 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 24 Nov 2013 18:01:49 +0100 Subject: [PATCH] update changelog --- CHANGES.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4a6a805..b400547 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,29 @@ ChangeLog ========= +Release +------------- + +Fixes: + +* status view is for logged-in users only (it was removed from navigation, + but still accessible by URL in previous releases) + +New Features: + +* added per-host fault counters for update client and dns server +* customizable footer (use a custom base_footer.html template) +* notfqdn result code supported + +Other changes: + +* use sane field lengths in the DB +* more help texts, more hints, better docs +* workflow for adding a domain is now similar to adding a host +* improved screen layout, cosmetics +* use travis-ci and coveralls services for the project + + Release 0.4.0 -------------