libftdi: (tomj) applied status byte filtering patch for large readbuffers
[libftdi] / ChangeLog
CommitLineData
29c4af7f
TJ
1New in 0.5
2----------
1c733d33 3* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
a8f46ddc 4* Open device by description and/or serial (Evgeny Sinelnikov)
29c4af7f
TJ
5* Improved error handling (Evgeny Sinelnikov)
6
a75499c4
TJ
7New in 0.4
8----------
9* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
10* FT2232C support (Steven Turner/FTDI)
11* New baudrate calculation code (Ian Abbott)
12* Automatic detection of chip type
13* Important: ftdi_write_data now returns the bytes written
14* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
15* Reset internal readbuffer offsets for reset()/purge_buffers()
16* Small typo fixes (Mark Hämmerling)
17
6d9aa99f
TJ
18New in 0.3
19----------
20
21* Improved read function which takes arbitrary input buffer sizes
22 Attention: Call ftdi_deinit() on exit to free used memory
23* Vastly increased read/write performance (configurable chunksize, default is 4096)
24* Set/get latency timer function working (Thanks Steven Turner/FTDI)
25* Increased library version because the changes require recompilation
26
27
5d8b3e55
TJ
28New in 0.2
29----------
30
31* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
32* Implemented basic ftdi_read_data() function
33* EEPROM write fixes
34
35
36New in 0.1
37------------
38
39* First public release