libftdi: (tomj) applied status byte filtering patch
[libftdi] / ChangeLog
index 4e3226d..87d9f4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+New in 0.6
+----------
+* Improved filtering of status bytes (Evgeny Sinelnikov)
+* Extended FT2232C support (Uwe Bonnes)
+* Small improvement to the baudrate calculation code (Emil)
+* Error handling cleanup (Rogier Wolff)
+* Fix for kernel 2.6 USB subsystem. Detects kernel at runtime.
+
+New in 0.5
+----------
+* New autoconf suite
+* pkgconfig support
+* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
+* Open device by description and/or serial (Evgeny Sinelnikov)
+* Improved error handling (Evgeny Sinelnikov)
+
 New in 0.4
 ----------
 * Fixed filtering of status bytes (Readbuffer size is now 64 bytes)