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