libftdi: (tomj) increase for 0.7 release, updated changelog based on diff
[libftdi] / ChangeLog
1 New in 0.7
2 ----------
3 * Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
4 * Find all devices by vendor/product id (Tim Ansell and Intra2net)
5 * Documentation updates (Tim Ansell)
6
7 New in 0.6
8 ----------
9 * Set library version on .so file again
10 * Configurable serial line parameters (Alain Abbas)
11 * Improved filtering of status bytes (Evgeny Sinelnikov)
12 * Extended FT2232C support (Uwe Bonnes)
13 * Small improvement to the baudrate calculation code (Emil)
14 * Error handling cleanup (Rogier Wolff and Intra2net)
15
16 New in 0.5
17 ----------
18 * New autoconf suite
19 * pkgconfig support
20 * Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
21 * Open device by description and/or serial (Evgeny Sinelnikov)
22 * Improved error handling (Evgeny Sinelnikov)
23
24 New in 0.4
25 ----------
26 * Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
27 * FT2232C support (Steven Turner/FTDI)
28 * New baudrate calculation code (Ian Abbott)
29 * Automatic detection of chip type
30 * Important: ftdi_write_data now returns the bytes written
31 * Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
32 * Reset internal readbuffer offsets for reset()/purge_buffers()
33 * Small typo fixes (Mark Haemmerling)
34
35 New in 0.3
36 ----------
37 * Improved read function which takes arbitrary input buffer sizes
38   Attention: Call ftdi_deinit() on exit to free used memory
39 * Vastly increased read/write performance (configurable chunksize, default is 4096)
40 * Set/get latency timer function working (Thanks Steven Turner/FTDI)
41 * Increased library version because the changes require recompilation
42
43
44 New in 0.2
45 ----------
46 * EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
47 * Implemented basic ftdi_read_data() function
48 * EEPROM write fixes
49
50
51 New in 0.1
52 ------------
53 * First public release