summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog25
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
4 files changed, 19 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 290b191..593a551 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,3 +26,4 @@ Matthew Wilcox <matthew@wil.cx>
Robert Reardon <rreardon@monkshatch.vispa.com>
Orson Teodoro <orsonteodoro@yahoo.com>
Ted Bullock <tbullock@canada.com>
+Sean Kellogg <skellogg@gmail.com>
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>
diff --git a/configure.ac b/configure.ac
index 5c1ca65..b2612ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([libmtp], [0.1.4], [libmtp-users@lists.sourceforge.net])
+AC_INIT([libmtp], [0.1.5], [libmtp-users@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/libmtp.c])
AM_CONFIG_HEADER(config.h)
diff --git a/src/Makefile.am b/src/Makefile.am
index 4435a9c..ffdfb56 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,7 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# ---------------------------------------------------------------------------
CURRENT=7
AGE=2
-REVISION=0
+REVISION=1
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32