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