Don't crash in ftdi_eeprom_free() if eeprom is unallocated/already freed
[libftdi] / ChangeLog
index 376175e..a432f96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
-New in 0.17 - 2009-XX-XX
+New in 0.18 - 2010-06-25
 ------------------------
+* Add ftdi_eeprom_free() to free allocated memory in eeprom (Wilfried Holzke)
+* More generic error message for the FTDI kernel driver (Intra2net)
+* Honor CPPFLAGS in python wrapper build (Alexander Lehmann)
+* cmake: Fix package creation on 32-bit machines (Uwe Bonnes)
+* Fix swig argument constraints (Intra2net)
+* Don't segfault if device is closed or ftdi context is invalid (Intra2net)
+* Ability to disable build of examples / documentation (Mike Frysinger and Intra2net)
+* Fix typo in python wrapper build (Mike Frysinger)
+* Autoconf build system improvements (Mike Frysinger)
+
+New in 0.17 - 2009-12-19
+------------------------
+* C++ wrapper: Reduced code duplication and small other changes (Intra2net)
+* Deprecated old ftdi_enable_bitbang() function (Intra2net)
+* New ftdi_usb_open_desc_index() function (Intra2net)
+* Added baud rate test example code (Intra2net)
 * New serial input example code (Jim Paris)
 * Fix modem status byte filtering for USB high speed chips (Intra2net and Jim Paris)
 * Add bitmode for synchronous fifo in FT2232H (Uwe Bonnes)