new upstream release (2.3.3)

This commit is contained in:
Jan Vcelak 2016-12-09 01:35:08 +01:00
parent ebd4b0f933
commit 98f4bc1283
2 changed files with 14 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Summary: High-performance authoritative DNS server
Name: knot
Version: 2.3.2
Version: 2.3.3
Release: 1%{?dist}
License: GPLv3
Group: System Environment/Daemons
@ -143,11 +143,13 @@ exit 0
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%{_libexecdir}/knot1to2
%{_bindir}/kjournalprint
%{_bindir}/kzonecheck
%{_sbindir}/keymgr
%{_sbindir}/knotc
%{_sbindir}/knotd
%{_mandir}/man1/knot1to2.*
%{_mandir}/man1/kjournalprint.*
%{_mandir}/man1/kzonecheck.*
%{_mandir}/man5/knot.conf.*
%{_mandir}/man8/keymgr.*
@ -188,6 +190,16 @@ exit 0
%{_pkgdocdir}/html
%changelog
* Fri Dec 09 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 2.3.3-1
- new upstream release:
+ fix: double free when failed to apply zone journal
+ fix: zone bootstrap retry interval not preserved upon zone reload
+ fix: DNSSEC related records not flushed if not signed
+ fix: false semantic checks warning about incorrect type in NSEC bitmap
+ fix: memory leak in kzonecheck
+ improvement: all zone names are fully-qualified in log
+ features: new kjournalprint utility
* Thu Nov 17 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 2.3.2-1
- new upstream release:
+ fix: missing glue in some responses

View File

@ -1 +1 @@
22f454e210f56230aef8c5e145e63990 knot-2.3.2.tar.xz
d8f6992c6ee073c5eaa1768b3aec1948 knot-2.3.3.tar.xz