mirror of https://github.com/getdnsapi/getdns.git
Merge branch 'master' of https://github.com/getdnsapi/getdns
This commit is contained in:
commit
4144228e7d
|
@ -3,6 +3,10 @@
|
||||||
--with/--without optiosn to configure for them
|
--with/--without optiosn to configure for them
|
||||||
* respect configure --docdir=X
|
* respect configure --docdir=X
|
||||||
* Documentation/man page updates
|
* 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
|
* 2014-02-25 : Version 0.1.0
|
||||||
* Initial public release of the getdns API
|
* Initial public release of the getdns API
|
||||||
|
|
|
@ -81,7 +81,7 @@ install: all
|
||||||
@echo "***"
|
@echo "***"
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf -d $(DESTDIR)$(docdir)
|
rm -rf $(DESTDIR)$(docdir)
|
||||||
cd doc && $(MAKE) $@
|
cd doc && $(MAKE) $@
|
||||||
cd src && $(MAKE) $@
|
cd src && $(MAKE) $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue