update to 1.6.4

This commit is contained in:
Jan Vcelak 2015-06-18 17:01:59 +02:00
parent 97df65a7ad
commit 6da57a911f
2 changed files with 14 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Summary: An authoritative DNS daemon
Name: knot
Version: 1.6.3
Version: 1.6.4
Release: 1%{?dist}
License: GPLv3
Group: System Environment/Daemons
@ -18,6 +18,7 @@ Source2: %{name}.conf
Source3: %{name}.tmpfiles
BuildRequires: flex bison openssl-devel userspace-rcu-devel libcap-ng-devel libidn-devel systemd-devel lmdb-devel
BuildRequires: protobuf-c-devel fstrm-devel
BuildRequires: systemd-units
# ragel is optional, required only if .rl source files are modified
#BuildRequires: ragel
@ -106,6 +107,17 @@ exit 0
%{_mandir}/man8/*
%changelog
* 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
+ fix: kdig, record correct dnstap SocketProtocol when retrying over TCP
+ fix: kdig, hide TSIG section with +noall
+ fix: do not set AA flag for AXFR/IXFR queries
+ feature: zone scanner, split long TXT/SPF strings into multiple strings
+ feature: kdig, add +generic dump style option
+ feature: try all servers on failure in multi-master environment
+ improvement: zone dump, do not print class for SOA record for consistency
* Wed Apr 08 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.6.3-1
- new upstream release:
+ fix: performance drop for NSEC-signed zones

View File

@ -1 +1 @@
fe64a85f9d7965e9f78445a59019365a knot-1.6.3.tar.xz
a8ac2be2dc7d22c6df1aa5387ae4096b knot-1.6.4.tar.xz