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