From d0d6e34746eb2073657590411c3a9f3d73b8871b Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 16 May 2017 07:28:50 +0000 Subject: [PATCH] - updated dependencies in the makefile. git-svn-id: file:///svn/unbound/trunk@4155 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 2 +- doc/Changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e4d2893ed..34d6fac5a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -924,7 +924,7 @@ validator.lo validator.o: $(srcdir)/validator/validator.c config.h $(srcdir)/val $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/util/fptr_wlist.h \ $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ $(srcdir)/dnscrypt/cert.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \ - $(srcdir)/sldns/wire2str.h + $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h val_kcache.lo val_kcache.o: $(srcdir)/validator/val_kcache.c config.h $(srcdir)/validator/val_kcache.h \ $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ $(srcdir)/validator/val_kentry.h $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h \ diff --git a/doc/Changelog b/doc/Changelog index 48700a4c3..92d41a019 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +16 May 2017: Wouter + - updated dependencies in the makefile. + 12 May 2017: Wouter - Adjust servfail by iterator to not store in cache when serve-expired is enabled, to avoid overwriting useful information there.