update to 1.6.5

This commit is contained in:
Jan Vcelak 2015-09-02 09:44:57 +02:00
parent 6da57a911f
commit e3f8732ea6
2 changed files with 15 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Summary: An authoritative DNS daemon
Name: knot
Version: 1.6.4
Version: 1.6.5
Release: 1%{?dist}
License: GPLv3
Group: System Environment/Daemons
@ -107,6 +107,19 @@ exit 0
%{_mandir}/man8/*
%changelog
* Wed Sep 02 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.6.5-1
- new upstream release:
+ fix: don't load expired zones on reload and startup
+ fix: remove race condition in scheduling causing delaying of events
+ fix: NSEC proof construction in zones with many delegations
+ fix: TC flag setting in RRL slipped answers
+ fix: disable domain name compression for root label
+ fix: check if executed under systemd before using journald log sink
+ feature: write persistent timers on server shutdown for better performance
+ feature: support time unit specification for 'max-conn-idle',
'max-conn-handshake', 'max-conn-reply', and 'notify-timeout' config options
+ feature: add 'request-edns-config' config option
* Thu Jun 18 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.6.4-1
- new upstream release:
+ fix: lost NOTIFY message if received during zone transfer

View File

@ -1 +1 @@
a8ac2be2dc7d22c6df1aa5387ae4096b knot-1.6.4.tar.xz
934b6feaeefd0df7b3be6709e39b19ce knot-1.6.5.tar.xz