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