From: W.C.A. Wijngaards Date: Thu, 12 Aug 2021 11:17:29 +0000 (+0200) Subject: - Add test tool readzone to .gitignore. X-Git-Tag: release-1.14.0rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ddcc15b8bcd52e5d5f1e1d1b799dbe7c583c23;p=thirdparty%2Funbound.git - Add test tool readzone to .gitignore. --- diff --git a/.gitignore b/.gitignore index d0c69f81d..6c3cfb91d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /perf /petal /pktview +/readzone /streamtcp /unbound-dnstap-socket /testbound diff --git a/doc/Changelog b/doc/Changelog index a801ea4d7..72c83d0b5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 12 August 2021: Wouter - And 1.13.2rc1 became the 1.13.2 with the fix for the python module build. The current code repository continues with version 1.13.3. + - Add test tool readzone to .gitignore. 5 August 2021: Wouter - Tag for 1.13.2rc1 release.