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