Skip to content

getdns-0.1.1 release

Compare
Choose a tag to compare
@wtoorop wtoorop released this 28 Dec 11:43
· 2659 commits to develop since this release
 
Please do not use the github generated Source code (zip) and (tar.gz) files, but our own tarball instead:
tarball https://getdnsapi.net/dist/getdns-0.1.1.tar.gz
sha256 abb46178de79600c826a438db7e31b2741f7bc9b0bad3707e4323e92a5f37022

On behalf of the getdns API core team

release 0.1.1 of our getdns API implementation is now available at:

Binaries built from these sources will be posted to the project website over the next few days.

A detailed list of changes can be read in the github commit logs, a brief summary is in the ChangeLog file in the source tree.

ChangeLog

* default to NOT build extensions (libev, libuv, libevent), handle
    --with/--without options to configure for them
  * Fixed some build/make nits
  * 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
  * Fixed signal related defines/decls