-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a few notes based on review of commit logs
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
* 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 |