From fdacee6e7d01e4c2da184dcb9b72bce65b310015 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Thu, 14 Jan 2016 12:57:20 +0100 Subject: [PATCH] new release (2.1.0) --- knot.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/knot.spec b/knot.spec index 296a123..f5da2df 100644 --- a/knot.spec +++ b/knot.spec @@ -1,16 +1,14 @@ %global _hardened_build 1 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} -%global alphatag rc1 - Summary: High-performance authoritative DNS server Name: knot Version: 2.1.0 -Release: 0.1.%{alphatag}%{?dist} +Release: 1%{?dist} License: GPLv3 Group: System Environment/Daemons URL: http://www.knot-dns.cz -Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}-%{alphatag}.tar.xz +Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz Source1: %{name}.service Source2: %{name}.conf Source3: %{name}.tmpfiles @@ -63,7 +61,7 @@ Provides: bundled(jquery) The package contains documentation for the Knot DNS server. %prep -%setup -q -n %{name}-%{version}-%{alphatag} +%setup -q # make sure embedded LMDB library is not used rm -vr src/contrib/lmdb @@ -188,6 +186,12 @@ exit 0 %{_pkgdocdir}/html %changelog +* Thu Jan 14 2016 Jan Vcelak 2.1.0-1 +- new upstream release: + + improvement: Remove implementation limit for the number of network interfaces + + improvement: Remove possibly insecure server control over a network socket + + fix: Schedule zone bootstrap after slave zone fails to load from disk + * Sun Dec 20 2015 Jan Vcelak 2.1.0-0.1.rc1 - new upstream pre-release: + feature: Per-thread UDP socket binding using SO_REUSEPORT