* examples/folders.c: Updated to use new multi device code
* src/libmtp.c: Fixed potential memory leaks
* src/libusb-glue.c: Fixed potential memory leaks and fixed device release segfault for multiple devices
diff --git a/ChangeLog b/ChangeLog
index a900eab..13b0395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-15 Ted Bullock <tbullock@canada.com>
+
+ * examples/folders.c: Updated to use new multi device code
+ * src/libmtp.c: Fixed potential memory leaks
+ * src/libusb-glue.c: Fixed potential memory leaks and fixed device release
+ segfault for multiple devices
+
2007-02-14 Ted Bullock <tbullock@canada.com>
* src/libusb-glue.c: Wrote three new recursive functions to avoid extreme