X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ChangeLog;h=9a2f6e71441066480d99d778724fc09b74416ea2;hb=5efa60830aa2b9d1d3c612fdb0cc8115a3e1aab9;hp=107fddc8803b4fa52e776f11107fdfea20204f1e;hpb=6d9aa99f9e7077d8769d9d8375fe0a2856034242;p=libftdi diff --git a/ChangeLog b/ChangeLog index 107fddc..9a2f6e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +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 ----------