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