libftdi: (tomj) reformat according to I2n style, added copyright header and more...
[libftdi] / ChangeLog
CommitLineData
a7fb8440
TJ
1New in 0.14
2-----------
9ecfef2a
TJ
3* Fixed flow control code for second FT2232 interface (Marek Vavruša)
4* Ability to set flow control via one USB call (Marek Vavruša)
218d3256 5* 64 bit build support in the RPM spec file (Uwe Bonnes)
6edfa863 6* Small fix to the RPM spec file (Uwe Bonnes)
9ecfef2a 7* Ability to set RS232 break type (Intra2net)
a7fb8440
TJ
8* Grouped flow control and modem status code together (Intra2net)
9
c3034a16
TJ
10New in 0.13
11-----------
e3055e7f 12* Build .spec file via configure.in (Intra2net)
035711cf 13* Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net)
22592e17 14* Always set usb configuration (Mike Frysinger and Intra2net)
c3034a16
TJ
15* Improved libusb-win32 support (Mike Frysinger)
16
1189b11a
TJ
17New in 0.12
18-----------
dd82c76e 19* Fix build of documentation for "out of tree" builds
5a1dcd55 20* Fix USB config descriptor in the eeprom (Juergen Beisert)
1189b11a
TJ
21* Ability to purge RX/TX buffers separately (Arnim Läuger)
22* Setting of event and error character (Arnim Läuger)
23* Poll modem status function (Arnim Läuger and Intra2net)
c15a2ad0 24* Updated documentation and created AUTHORS file
1189b11a 25
cb6250fa
TJ
26New in 0.11
27-----------
cef378aa 28* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
c201f80f
TJ
29* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
30* Async write support. Linux only and no error handling.
ef931a3c 31 You have to enable it via --with-async-mode.
cb6250fa
TJ
32* Detection of R-type chips
33* FTDIChip-ID read support (Peter Holik)
34
177df8fc
TJ
35New in 0.10
36-----------
37* Examples for libftdi_usb_find_all and CBUS mode
38* Fixed ftdi_list_free
39* Small cosmetic changes
40
29bb689c
TJ
41New in 0.9
42----------
43* Fixed build without doxygen
44* Correct .so file library version
45
a01d31e2
TJ
46New in 0.8
47----------
3d7f686e 48* Complete doxygen documentation and examples
08cb09bf 49* Extended FT2232C bitbang mode example code (Max)
474786c0 50* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
85f3c596 51* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
d2f10023 52* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
a01d31e2
TJ
53* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
54
4837f98a
TJ
55New in 0.7
56----------
8ce71b78 57* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
edb82cbf 58* Find all devices by vendor/product id (Tim Ansell and Intra2net)
4837f98a
TJ
59* Documentation updates (Tim Ansell)
60
c3d95b87
TJ
61New in 0.6
62----------
a837e33a
TJ
63* Set library version on .so file again
64* Configurable serial line parameters (Alain Abbas)
fde0a89e 65* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 66* Extended FT2232C support (Uwe Bonnes)
df612d35 67* Small improvement to the baudrate calculation code (Emil)
a837e33a 68* Error handling cleanup (Rogier Wolff and Intra2net)
c3d95b87 69
5efa6083
TJ
70New in 0.5
71----------
72* New autoconf suite
73* pkgconfig support
74* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
75* Open device by description and/or serial (Evgeny Sinelnikov)
76* Improved error handling (Evgeny Sinelnikov)
77
78New in 0.4
79----------
80* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
81* FT2232C support (Steven Turner/FTDI)
82* New baudrate calculation code (Ian Abbott)
83* Automatic detection of chip type
84* Important: ftdi_write_data now returns the bytes written
85* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
86* Reset internal readbuffer offsets for reset()/purge_buffers()
8ce71b78 87* Small typo fixes (Mark Haemmerling)
5efa6083
TJ
88
89New in 0.3
90----------
5efa6083
TJ
91* Improved read function which takes arbitrary input buffer sizes
92 Attention: Call ftdi_deinit() on exit to free used memory
93* Vastly increased read/write performance (configurable chunksize, default is 4096)
94* Set/get latency timer function working (Thanks Steven Turner/FTDI)
95* Increased library version because the changes require recompilation
96
97
98New in 0.2
99----------
5efa6083
TJ
100* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
101* Implemented basic ftdi_read_data() function
102* EEPROM write fixes
103
104
105New in 0.1
106------------
5efa6083 107* First public release