| 2 | |
| 3 | == libtrace 3.0.14 (2012-03-06) == |
| 4 | |
| 5 | === Bug Fixes === |
| 6 | * Fixed flex detection failure on some systems (r1743) |
| 7 | * Fixed bug where cached values for "remaining" were being returned after the capture length had been changed (r1746) |
| 8 | * Fixed bug where BPF filters were not being applied to RT inputs that were using the event API (r1747) |
| 9 | * Fixed typo in the BPF JIT code (r1750) |
| 10 | |
| 11 | === Improvements === |
| 12 | * Added support for --with-FOO configure options for zlib, bzip2, lzo and ncurses (r1748) |
| 13 | * Replaced assert failure when a pcapfile input is corrupted with a more graceful BAD_PACKET error (r1751) |
| 14 | * Added new error types (BAD_FILTER and RT_FAILURE) so we can avoid using BAD_PACKET in cases where that isn't really the problem (r1752) |