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