Moved intranator source to source/
[libftdi] / ChangeLog
CommitLineData
cb6250fa
TJ
1New in 0.11
2-----------
3* Detection of R-type chips
4* FTDIChip-ID read support (Peter Holik)
5
177df8fc
TJ
6New in 0.10
7-----------
8* Examples for libftdi_usb_find_all and CBUS mode
9* Fixed ftdi_list_free
10* Small cosmetic changes
11
29bb689c
TJ
12New in 0.9
13----------
14* Fixed build without doxygen
15* Correct .so file library version
16
a01d31e2
TJ
17New in 0.8
18----------
3d7f686e 19* Complete doxygen documentation and examples
08cb09bf 20* Extended FT2232C bitbang mode example code (Max)
474786c0 21* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
85f3c596 22* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
d2f10023 23* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
a01d31e2
TJ
24* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
25
4837f98a
TJ
26New in 0.7
27----------
8ce71b78 28* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
edb82cbf 29* Find all devices by vendor/product id (Tim Ansell and Intra2net)
4837f98a
TJ
30* Documentation updates (Tim Ansell)
31
c3d95b87
TJ
32New in 0.6
33----------
a837e33a
TJ
34* Set library version on .so file again
35* Configurable serial line parameters (Alain Abbas)
fde0a89e 36* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 37* Extended FT2232C support (Uwe Bonnes)
df612d35 38* Small improvement to the baudrate calculation code (Emil)
a837e33a 39* Error handling cleanup (Rogier Wolff and Intra2net)
c3d95b87 40
5efa6083
TJ
41New in 0.5
42----------
43* New autoconf suite
44* pkgconfig support
45* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
46* Open device by description and/or serial (Evgeny Sinelnikov)
47* Improved error handling (Evgeny Sinelnikov)
48
49New in 0.4
50----------
51* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
52* FT2232C support (Steven Turner/FTDI)
53* New baudrate calculation code (Ian Abbott)
54* Automatic detection of chip type
55* Important: ftdi_write_data now returns the bytes written
56* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
57* Reset internal readbuffer offsets for reset()/purge_buffers()
8ce71b78 58* Small typo fixes (Mark Haemmerling)
5efa6083
TJ
59
60New in 0.3
61----------
5efa6083
TJ
62* Improved read function which takes arbitrary input buffer sizes
63 Attention: Call ftdi_deinit() on exit to free used memory
64* Vastly increased read/write performance (configurable chunksize, default is 4096)
65* Set/get latency timer function working (Thanks Steven Turner/FTDI)
66* Increased library version because the changes require recompilation
67
68
69New in 0.2
70----------
5efa6083
TJ
71* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
72* Implemented basic ftdi_read_data() function
73* EEPROM write fixes
74
75
76New in 0.1
77------------
5efa6083 78* First public release