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