Blame ChangeLog

Packit 086201
2012-08-25  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* == Release 0.2.5 ==
Packit 086201
	* fix libev's set_flags() implementation
Packit 086201
	* add AIX dlopen() support
Packit 086201
	* export symbols based on symbol list files
Packit 086201
	* add support for building in a static module
Packit 086201
	* add support for specifying default module
Packit 086201
Packit 086201
2012-02-09  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* == Release 0.2.4 ==
Packit 086201
	* add verto_set_flags()
Packit 086201
Packit 086201
2012-02-08  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* == Release 0.2.3 ==
Packit 086201
	* add external allocator support
Packit 086201
	* add extern "C" to all headers
Packit 086201
	* support getting fd state in callbacks
Packit 086201
	* support getting ctx from ev
Packit 086201
	* add support for auto-closing file descriptors
Packit 086201
	* fix a bug where we wrote to free'd memory
Packit 086201
Packit 086201
2011-11-11  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* == Release 0.2.2 ==
Packit 086201
	* Remove trailing uses of types starting with _
Packit 086201
	* Documentation fix
Packit 086201
	
Packit 086201
2011-11-10  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* == Release 0.2.1 ==
Packit 086201
	* Build system fix for broken 0.2.0 release 
Packit 086201
	
Packit 086201
2011-11-10  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* == Release 0.2.0 ==
Packit 086201
	* Fix inconsistent verto_default() singleton state
Packit 086201
	* Give modules unique table names
Packit 086201
	* Remove signal table verification magic (no longer needed)
Packit 086201
	* Give verto_reinitialize() an error condition (int return value)
Packit 086201
	* Add (optional) pthread locking around our global state
Packit 086201
	* Cleanup the build system arguments	
Packit 086201
Packit 086201
2011-09-30  Nathaniel McCallum  <npmccallum@redhat.com>
Packit 086201
	* Initial release