From 035ad3c3c67c2f30fbf361e6c0c36b3a5f238c49 Mon Sep 17 00:00:00 2001 From: ngoyal Date: Thu, 6 Mar 2014 14:05:51 -0500 Subject: [PATCH 1/2] Remove -d switch in rm -rf --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9ee9eaec..716c4077 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,7 +81,7 @@ install: all @echo "***" uninstall: - rm -rf -d $(DESTDIR)$(docdir) + rm -rf $(DESTDIR)$(docdir) cd doc && $(MAKE) $@ cd src && $(MAKE) $@ From 3fc2c71e2b0e077203e1fc2b59a6a4b765824688 Mon Sep 17 00:00:00 2001 From: ngoyal Date: Thu, 6 Mar 2014 14:08:10 -0500 Subject: [PATCH 2/2] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 010de618..090ea029 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ --with/--without optiosn to configure for them * respect configure --docdir=X * Documentation/man page updates + * Fix install and cpp guards in getdns_extra.h + * Add method to switch between threads and fork mode for unbound + * Fixes for libuv integration (saghul) + * Fixes for calling getdns_destroy_context within a callback * 2014-02-25 : Version 0.1.0 * Initial public release of the getdns API