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