libftdi: (tomj) prepare libftdi 0.5 release
[libftdi] / ChangeLog
1 New in 0.5
2 ----------
3 * New autoconf suite
4 * pkgconfig support
5 * Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
6 * Open device by description and/or serial (Evgeny Sinelnikov)
7 * Improved error handling (Evgeny Sinelnikov)
8
9 New in 0.4
10 ----------
11 * Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
12 * FT2232C support (Steven Turner/FTDI)
13 * New baudrate calculation code (Ian Abbott)
14 * Automatic detection of chip type
15 * Important: ftdi_write_data now returns the bytes written
16 * Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
17 * Reset internal readbuffer offsets for reset()/purge_buffers()
18 * Small typo fixes (Mark Hämmerling)
19
20 New in 0.3
21 ----------
22
23 * Improved read function which takes arbitrary input buffer sizes
24   Attention: Call ftdi_deinit() on exit to free used memory
25 * Vastly increased read/write performance (configurable chunksize, default is 4096)
26 * Set/get latency timer function working (Thanks Steven Turner/FTDI)
27 * Increased library version because the changes require recompilation
28
29
30 New in 0.2
31 ----------
32
33 * EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
34 * Implemented basic ftdi_read_data() function
35 * EEPROM write fixes
36
37
38 New in 0.1
39 ------------
40
41 * First public release