mirror of https://github.com/getdnsapi/getdns.git
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
* 2014-05-22: Version 0.1.2
|
|
* Fixed rdata fields for MX
|
|
* Expose only public API symbols
|
|
* Updated manpages
|
|
* specify_class extension
|
|
* Build from separate build directory
|
|
* Anticipate libunbound not returning the answer packet
|
|
* Pretty print bindata's representing IP addresses
|
|
* Mention getdns specific options to configure in INSTALL
|
|
Thanks Paul Hoffman
|
|
* Mac OSX package built instructions for generic user in README.md
|
|
Thanks Joel Purra
|
|
|
|
|
|
* 2014-03-24 : Version 0.1.1
|
|
* default to NOT build extensions (libev, libuv, libevent), handle
|
|
--with/--without optiosn 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
|
|
|
|
|
|
* 2014-02-25 : Version 0.1.0
|
|
* Initial public release of the getdns API
|