added a few notes based on review of commit logs

This commit is contained in:
Glen Wiley 2014-03-24 13:05:56 -04:00
parent a8a4c64717
commit 67157eea7c
1 changed files with 3 additions and 0 deletions

View File

@ -1,12 +1,15 @@
* 2014-03-24 : Version 0.1.1 * 2014-03-24 : Version 0.1.1
* default to NOT build extensions (libev, libuv, libevent), handle * default to NOT build extensions (libev, libuv, libevent), handle
--with/--without optiosn to configure for them --with/--without optiosn to configure for them
* Fixed some build/make nits
* 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 * Fix install and cpp guards in getdns_extra.h
* Add method to switch between threads and fork mode for unbound * Add method to switch between threads and fork mode for unbound
* Fixes for libuv integration (saghul) * Fixes for libuv integration (saghul)
* Fixes for calling getdns_destroy_context within a callback * Fixes for calling getdns_destroy_context within a callback
* Fixed signal related defines/decls
* 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