Update with Sean too.
diff --git a/ChangeLog b/ChangeLog
index a5ec3a3..1a2452d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-26  Linus Walleij <triad@df.lth.se>
+
+	* configure.ac: bump version to 0.1.5, release 0.1.5!
+	* src/Makefile.am: bump lib interface revision to libmtp.so.5.2.1,
+	  backwards compatible to libmtp.so.5.
+
 2007-03-24  Richard Low <richard@wentnet.com>
 
 	* src/libusb-glue.c: fixed bug in zero read code
@@ -6,15 +12,16 @@
 
 	* src/libmtp.c: refactored MTP property list handling code to make
 	  things simple. Removed the flag for MTP enhanced: there are devices
-	  that will not work without MTP enhanced (for example the Samsung YP-K5
-	  will only support setting object property lists, not individual object
-	  properties, leaving out parts of the MTP basic subset), thus we are 
-	  allowed to reverse-engineer and implement this for interoperability.
-	  I also made the output from LIBMTP_Dump_Device_Info() considerably
-	  more verbose, plotting out the ranges and possible enumerated values 
-	  of all object properties. For example you can see that the secret
-	  values associated with Audible.com property 0xda01 is an enumerated 
-	  value that can be 2, 3 or 4 (etc).
+	  that will not work without MTP enhanced (for example the Samsung 
+	  YP-K5 will only support setting object property lists, not 
+	  individual object properties, leaving out parts of the MTP basic 
+	  subset), thus we are allowed to reverse-engineer and implement this 
+	  for interoperability. I also made the output from 
+	  LIBMTP_Dump_Device_Info() considerably more verbose, plotting out 
+	  the ranges and possible enumerated values of all object properties.
+	  For example you can see that the secret values associated with 
+	  Audible.com property 0xda01 is an enumerated value that can be 
+	  2, 3 or 4 (etc).
 
 2007-03-22  Richard Low <richard@wentnet.com>