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