-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Edmonds
committed
Nov 7, 2014
1 parent
e1cd52e
commit 5288196
Showing
1 changed file
with
14 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,3 +1,17 @@ | ||
fstrm (0.2.0) | ||
|
||
* Fix fstrm_writer_open() to allow multiple opens (Issue #1). | ||
|
||
* New utility 'fstrm_capture', which requires libevent >= 2 (Issue #4). | ||
|
||
* Fix incorrect pthread_cond_timedwait() usage (Issue #5). | ||
|
||
* Backwards incompatible library API and protocol changes. | ||
|
||
* Doxygen documentation. | ||
|
||
-- Robert Edmonds <[email protected]> Thu, 06 Nov 2014 19:19:44 -0500 | ||
|
||
fstrm (0.1.0) | ||
|
||
* Initial release. | ||
|