libftdi: (tomj) ported set_line_property patch to HEAD
[libftdi] / ChangeLog
CommitLineData
c3d95b87
TJ
1New in 0.6
2----------
fde0a89e 3* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 4* Extended FT2232C support (Uwe Bonnes)
df612d35 5* Small improvement to the baudrate calculation code (Emil)
c3d95b87
TJ
6* Error handling cleanup (Rogier Wolff)
7* Fix for kernel 2.6 USB subsystem. Detects kernel at runtime.
8
5efa6083
TJ
9New in 0.5
10----------
11* New autoconf suite
12* pkgconfig support
13* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
14* Open device by description and/or serial (Evgeny Sinelnikov)
15* Improved error handling (Evgeny Sinelnikov)
16
17New in 0.4
18----------
19* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
20* FT2232C support (Steven Turner/FTDI)
21* New baudrate calculation code (Ian Abbott)
22* Automatic detection of chip type
23* Important: ftdi_write_data now returns the bytes written
24* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
25* Reset internal readbuffer offsets for reset()/purge_buffers()
26* Small typo fixes (Mark Hämmerling)
27
28New in 0.3
29----------
30
31* Improved read function which takes arbitrary input buffer sizes
32 Attention: Call ftdi_deinit() on exit to free used memory
33* Vastly increased read/write performance (configurable chunksize, default is 4096)
34* Set/get latency timer function working (Thanks Steven Turner/FTDI)
35* Increased library version because the changes require recompilation
36
37
38New in 0.2
39----------
40
41* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
42* Implemented basic ftdi_read_data() function
43* EEPROM write fixes
44
45
46New in 0.1
47------------
48
49* First public release