Updated ChangeLog
[libftdi] / ChangeLog
1 New in 0.17 - 2009-XX-XX
2 ------------------------
3 * New serial input example code (Jim Paris)
4 * Fix modem status byte filtering for USB high speed chips (Intra2net and Jim Paris)
5 * Add bitmode for synchronous fifo in FT2232H (Uwe Bonnes)
6 * Fix usb_set_configuration() call on Windows 64 (NIL)
7 * Fix usb index in ftdi_convert_baudrate() for FT2232H/FT4232H chips (Thimo Eichstaedt)
8 * Set initial baudrate on correct interface instead of always the first one (Thimo Eichstaedt)
9 * Call usb_set_configuration() on Windows only (Uwe Bonnes)
10 * 64 bit and other buildsystem fixes (Uwe Bonnes)
11 * Don't build --with-async-mode w/ libusb-compat-0.1 (Clifford Wolf)
12 * Functions for read/write of a single eeprom location (Oleg Seiljus)
13 * Protect against double close of usb device (Nathan Fraser)
14 * Fix out-of-tree-build in python wrapper (Aurelien Jarno)
15 * Autoconf and doxygen cleanup (Jim Paris)
16
17 New in 0.16 - 2009-05-08
18 ------------------------
19 * C++ wrapper: Reopen the device after calling get_strings() in Context::open() (Marek Vavruša and Intra2net)
20 * C++ wrapper: Fixed an inheritance problem (Marek Vavruša and Intra2net)
21 * C++ wrapper: Relicensed under GPLv2 + linking exception (Marek Vavruša and Intra2net)
22 * Support for FT2232H and FT4232H (David Challis, Alex Harford and Intra2net)
23 * Support for mingw cross compile (Uwe Bonnes)
24 * Python bindings and minor autoconf cleanup (Tarek Heiland)
25 * Code cleanup in various places (Intra2net)
26 * Fixed ftdi_read_chipid in some cases (Matthias Richter)
27 * eeprom decode function and small cleanups (Marius Kintel)
28 * cmake system improvements (Marius Kintel and Intra2net)
29 * Fix compilation in -ansi -pedantic mode (Matthias Janke)
30
31 New in 0.15 - 2008-12-19
32 ------------------------
33 * Full C++ wrapper. Needs boost (Marek Vavruša and Intra2net)
34 * cmake rules (Marek Vavruša)
35
36 New in 0.14 - 2008-09-09
37 ------------------------
38 * Fixed flow control code for second FT2232 interface (Marek Vavruša)
39 * Ability to set flow control via one USB call (Marek Vavruša)
40 * 64 bit build support in the RPM spec file (Uwe Bonnes)
41 * Small fix to the RPM spec file (Uwe Bonnes)
42 * Ability to set RS232 break type (Intra2net)
43 * Grouped flow control and modem status code together (Intra2net)
44
45 New in 0.13 - 2008-06-13
46 ------------------------
47 * Build .spec file via configure.in (Intra2net)
48 * Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net)
49 * Always set usb configuration (Mike Frysinger and Intra2net)
50 * Improved libusb-win32 support (Mike Frysinger)
51
52 New in 0.12 - 2008-04-16
53 ------------------------
54 * Fix build of documentation for "out of tree" builds
55 * Fix USB config descriptor in the eeprom (Juergen Beisert)
56 * Ability to purge RX/TX buffers separately (Arnim Läuger)
57 * Setting of event and error character (Arnim Läuger)
58 * Poll modem status function (Arnim Läuger and Intra2net)
59 * Updated documentation and created AUTHORS file
60
61 New in 0.11 - 2008-03-01
62 ------------------------
63 * Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
64 * Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
65 * Async write support. Linux only and no error handling.
66   You have to enable it via --with-async-mode.
67 * Detection of R-type chips
68 * FTDIChip-ID read support (Peter Holik)
69
70 New in 0.10 - 2007-05-08
71 ------------------------
72 * Examples for libftdi_usb_find_all and CBUS mode
73 * Fixed ftdi_list_free
74 * Small cosmetic changes
75
76 New in 0.9 - 2007-02-09
77 -----------------------
78 * Fixed build without doxygen
79 * Correct .so file library version
80
81 New in 0.8 - 2007-02-08
82 -----------------------
83 * Complete doxygen documentation and examples
84 * Extended FT2232C bitbang mode example code (Max)
85 * ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
86 * Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
87 * Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
88 * Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
89
90 New in 0.7 - 2005-10-11
91 -----------------------
92 * Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
93 * Find all devices by vendor/product id (Tim Ansell and Intra2net)
94 * Documentation updates (Tim Ansell)
95
96 New in 0.6 - 2005-04-24
97 -----------------------
98 * Set library version on .so file again
99 * Configurable serial line parameters (Alain Abbas)
100 * Improved filtering of status bytes (Evgeny Sinelnikov)
101 * Extended FT2232C support (Uwe Bonnes)
102 * Small improvement to the baudrate calculation code (Emil)
103 * Error handling cleanup (Rogier Wolff and Intra2net)
104
105 New in 0.5 - 2004-09-24
106 -----------------------
107 * New autoconf suite
108 * pkgconfig support
109 * Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
110 * Open device by description and/or serial (Evgeny Sinelnikov)
111 * Improved error handling (Evgeny Sinelnikov)
112
113 New in 0.4 - 2004-06-15
114 -----------------------
115 * Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
116 * FT2232C support (Steven Turner/FTDI)
117 * New baudrate calculation code (Ian Abbott)
118 * Automatic detection of chip type
119 * Important: ftdi_write_data now returns the bytes written
120 * Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
121 * Reset internal readbuffer offsets for reset()/purge_buffers()
122 * Small typo fixes (Mark Haemmerling)
123
124 New in 0.3 - 2004-03-25
125 -----------------------
126 * Improved read function which takes arbitrary input buffer sizes
127   Attention: Call ftdi_deinit() on exit to free used memory
128 * Vastly increased read/write performance (configurable chunksize, default is 4096)
129 * Set/get latency timer function working (Thanks Steven Turner/FTDI)
130 * Increased library version because the changes require recompilation
131
132 New in 0.2 - 2004-01-03
133 -----------------------
134 * EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
135 * Implemented basic ftdi_read_data() function
136 * EEPROM write fixes
137
138 New in 0.1 - 2003-06-10
139 -----------------------
140 * First public release