X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ChangeLog;h=87d9f4cc0a6fef8e35720b219683beb5601996d4;hb=b4c2d096a082cc051c59b80703f3c170fa2bff09;hp=107fddc8803b4fa52e776f11107fdfea20204f1e;hpb=6d9aa99f9e7077d8769d9d8375fe0a2856034242;p=libftdi diff --git a/ChangeLog b/ChangeLog index 107fddc..87d9f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +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) +* FT2232C support (Steven Turner/FTDI) +* New baudrate calculation code (Ian Abbott) +* Automatic detection of chip type +* Important: ftdi_write_data now returns the bytes written +* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli) +* Reset internal readbuffer offsets for reset()/purge_buffers() +* Small typo fixes (Mark Hämmerling) + New in 0.3 ----------