blob: fc1626e037f03c2588c432464011bfcb8bf0f62f [file] [log] [blame]
Linus Walleije5f3ad42006-04-21 07:44:36 +000012006-04-21 Linus Walleij <triad@df.lth.se>
2
Linus Walleij902c0b92006-04-21 10:52:48 +00003 * Released libmtp 0.0.3
4 * Bumped source to 0.0.4
5
62006-04-21 Linus Walleij <triad@df.lth.se>
7
Linus Walleije5f3ad42006-04-21 07:44:36 +00008 * src/ptp-pack.c: GCC 4.x compilation patch from
9 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +000010 * src/libusb-glue.c: New Samsung device and some
11 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +000012 * src/ptp.h: some defines from libgphoto2 to get
13 a bit more compatible.
14 * src/libmtp.c: Added a folder API implementation by
15 Dave "ravelox" Kelly.
16 * src/libmtp.h.in: dito.
17 * examples/folders.c: dito.
18 * examples/newfolder.c: dito.
19 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +000020
Linus Walleij6fd2f082006-03-28 07:19:22 +0000212006-03-28 Linus Walleij <triad@df.lth.se>
22
23 * m4/*: updated macros to work with GCC 4.1.0.
24 * examples/hotplug.c: new program to create device
25 ID lists.
26 * libmtp.rules: now an auto-generated file.
27 * libmtp.usermap: now an auto-generated file.
28
Linus Walleijf6bc1782006-03-24 15:12:47 +0000292006-03-24 Linus Walleij <triad@df.lth.se>
30
31 * Beginning a file API, fixed some example program
32 names and such.
33
Linus Walleij6946ac52006-03-21 06:51:22 +0000342006-03-18 Linus Walleij <triad@df.lth.se>
35
36 * Fixed up callback interface to a simpler version,
37 the old one was bloated stuff from libnjb anyway.
38 Bump to 0.0.2.
39
Linus Walleij9b28da32006-03-16 13:47:58 +0000402006-03-16 Linus Walleij <triad@df.lth.se>
41
42 * Fixed the .h file and implementation so you really only
43 need this one .h file to interface the library.
44
Linus Walleij80124062006-03-15 10:26:09 +0000452006-03-15 Linus Walleij <triad@df.lth.se>
46
47 * Added three device information retrieval functions.
48
Linus Walleij15e344f2006-03-06 15:15:00 +0000492006-03-06 Linus Walleij <triad@df.lth.se>
50
51 * Moving some things around to structure the source. More
52 will be needed...
53
Linus Walleij93218602006-02-27 08:53:38 +0000542006-02-27 Linus Walleij <triad@df.lth.se>
55
56 * Release libmtp 0.0.1 so people have something to play with,
57 what the heck. Probably saves someones day.
58
Linus Walleij95698cd2006-02-24 10:40:40 +0000592006-02-24 Linus Walleij <triad@df.lth.se>
60
61 * Deltr example program to delete tracks, plus corresponding
62 interface call.
63
Linus Walleij17e39f72006-02-23 15:54:28 +0000642006-02-23 Linus Walleij <triad@df.lth.se>
65
66 * Fixed up sendtr program and metadata tagging function that is
67 used after sending files.
68
Linus Walleij394bbbe2006-02-22 16:10:53 +0000692006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000070
Linus Walleij394bbbe2006-02-22 16:10:53 +000071 * Untested gettr.c and sendtr.c programs to get and send tracks
72 created.
73
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000742006-01-30 Linus Walleij <triad@df.lth.se>
75
76 * Created the initial GNU source directory structure.
77 * Added the most basic files.