ChangeLog 1.7 KB

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