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