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