Home | Back
2006-04-21  Linus Walleij  <triad@df.lth.se>

* src/ptp-pack.c: GCC 4.x compilation patch from
  Diego Pettenò.
* src/libusb-glue.c: New Samsung device and some
  from libgphoto2.
* src/ptp.h: some defines from libgphoto2 to get
  a bit more compatible.
* src/libmtp.c: Added a folder API implementation by
  Dave "ravelox" Kelly.
* src/libmtp.h.in: dito.
* examples/folders.c: dito.
* examples/newfolder.c: dito.
* examples/trexist.c: dito.

2006-03-28  Linus Walleij  <triad@df.lth.se>

* m4/*: updated macros to work with GCC 4.1.0.
* examples/hotplug.c: new program to create device
  ID lists.
* libmtp.rules: now an auto-generated file.
* libmtp.usermap: now an auto-generated file.

2006-03-24  Linus Walleij  <triad@df.lth.se>

* Beginning a file API, fixed some example program
  names and such.

2006-03-18  Linus Walleij  <triad@df.lth.se>

* Fixed up callback interface to a simpler version,
  the old one was bloated stuff from libnjb anyway.
  Bump to 0.0.2.

2006-03-16  Linus Walleij  <triad@df.lth.se>

* Fixed the .h file and implementation so you really only
  need this one .h file to interface the library.

2006-03-15  Linus Walleij  <triad@df.lth.se>

* Added three device information retrieval functions.

2006-03-06  Linus Walleij  <triad@df.lth.se>

* Moving some things around to structure the source. More
  will be needed...

2006-02-27  Linus Walleij  <triad@df.lth.se>

* Release libmtp 0.0.1 so people have something to play with,
  what the heck. Probably saves someones day.

2006-02-24  Linus Walleij  <triad@df.lth.se>

* Deltr example program to delete tracks, plus corresponding
  interface call.

2006-02-23  Linus Walleij  <triad@df.lth.se>

* Fixed up sendtr program and metadata tagging function that is
  used after sending files.

2006-02-22  Linus Walleij  <triad@df.lth.se>

* Untested gettr.c and sendtr.c programs to get and send tracks
  created.

2006-01-30  Linus Walleij  <triad@df.lth.se>

* Created the initial GNU source directory structure.
* Added the most basic files.