Increase version
[libftdi] / ChangeLog
... / ...
CommitLineData
1New in 0.13
2-----------
3* Build .spec file via configure.in (Intra2net)
4* Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net)
5* Always set usb configuration (Mike Frysinger and Intra2net)
6* Improved libusb-win32 support (Mike Frysinger)
7
8New in 0.12
9-----------
10* Fix build of documentation for "out of tree" builds
11* Fix USB config descriptor in the eeprom (Juergen Beisert)
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)
15* Updated documentation and created AUTHORS file
16
17New in 0.11
18-----------
19* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
20* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
21* Async write support. Linux only and no error handling.
22 You have to enable it via --with-async-mode.
23* Detection of R-type chips
24* FTDIChip-ID read support (Peter Holik)
25
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
32New in 0.9
33----------
34* Fixed build without doxygen
35* Correct .so file library version
36
37New in 0.8
38----------
39* Complete doxygen documentation and examples
40* Extended FT2232C bitbang mode example code (Max)
41* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
42* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
43* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
44* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
45
46New in 0.7
47----------
48* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
49* Find all devices by vendor/product id (Tim Ansell and Intra2net)
50* Documentation updates (Tim Ansell)
51
52New in 0.6
53----------
54* Set library version on .so file again
55* Configurable serial line parameters (Alain Abbas)
56* Improved filtering of status bytes (Evgeny Sinelnikov)
57* Extended FT2232C support (Uwe Bonnes)
58* Small improvement to the baudrate calculation code (Emil)
59* Error handling cleanup (Rogier Wolff and Intra2net)
60
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()
78* Small typo fixes (Mark Haemmerling)
79
80New in 0.3
81----------
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----------
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------------
98* First public release