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