blob: 6de5806a1b42f9967258fc96663982c5ff0f5881 [file] [log] [blame]
Linus Walleij370c68d2006-04-27 14:19:01 +000012006-04-27 Linus Walleij <triad@df.lth.se>
2
3 * examples/sendfile.c: first file sender program based
4 on API implementation and changes by Chris Allegretta.
5 * examples/Makefile.am: new program, new entry.
6 * src/libmtp.c: reflect this new functionality.
7 * src/libmtp.h.in: dito.
8
Linus Walleijb02a0662006-04-25 08:05:09 +000092006-04-25 Linus Walleij <triad@df.lth.se>
10
11 * Rebased the sources around libgphoto2 instead.
12 This was a major revision...
13 * src/ptp.c: imported libgphoto2 version verbatim.
14 * src/ptp.h: imported libgphoto2 version, minor patch.
15 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +000016 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +000017 * src/mtp.c: dropped, since all functions are now in ptp.c
18 * src/mtp-pack.c: dropped, same reason.
19 * src/mtp.h: dropped, same reason.
20 * src/mtp-pack.h: dropped, same reason.
21
Linus Walleije5f3ad42006-04-21 07:44:36 +0000222006-04-21 Linus Walleij <triad@df.lth.se>
23
Linus Walleij902c0b92006-04-21 10:52:48 +000024 * Released libmtp 0.0.3
25 * Bumped source to 0.0.4
26
272006-04-21 Linus Walleij <triad@df.lth.se>
28
Linus Walleije5f3ad42006-04-21 07:44:36 +000029 * src/ptp-pack.c: GCC 4.x compilation patch from
30 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +000031 * src/libusb-glue.c: New Samsung device and some
32 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +000033 * src/ptp.h: some defines from libgphoto2 to get
34 a bit more compatible.
35 * src/libmtp.c: Added a folder API implementation by
36 Dave "ravelox" Kelly.
37 * src/libmtp.h.in: dito.
38 * examples/folders.c: dito.
39 * examples/newfolder.c: dito.
40 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +000041
Linus Walleij6fd2f082006-03-28 07:19:22 +0000422006-03-28 Linus Walleij <triad@df.lth.se>
43
44 * m4/*: updated macros to work with GCC 4.1.0.
45 * examples/hotplug.c: new program to create device
46 ID lists.
47 * libmtp.rules: now an auto-generated file.
48 * libmtp.usermap: now an auto-generated file.
49
Linus Walleijf6bc1782006-03-24 15:12:47 +0000502006-03-24 Linus Walleij <triad@df.lth.se>
51
52 * Beginning a file API, fixed some example program
53 names and such.
54
Linus Walleij6946ac52006-03-21 06:51:22 +0000552006-03-18 Linus Walleij <triad@df.lth.se>
56
57 * Fixed up callback interface to a simpler version,
58 the old one was bloated stuff from libnjb anyway.
59 Bump to 0.0.2.
60
Linus Walleij9b28da32006-03-16 13:47:58 +0000612006-03-16 Linus Walleij <triad@df.lth.se>
62
63 * Fixed the .h file and implementation so you really only
64 need this one .h file to interface the library.
65
Linus Walleij80124062006-03-15 10:26:09 +0000662006-03-15 Linus Walleij <triad@df.lth.se>
67
68 * Added three device information retrieval functions.
69
Linus Walleij15e344f2006-03-06 15:15:00 +0000702006-03-06 Linus Walleij <triad@df.lth.se>
71
72 * Moving some things around to structure the source. More
73 will be needed...
74
Linus Walleij93218602006-02-27 08:53:38 +0000752006-02-27 Linus Walleij <triad@df.lth.se>
76
77 * Release libmtp 0.0.1 so people have something to play with,
78 what the heck. Probably saves someones day.
79
Linus Walleij95698cd2006-02-24 10:40:40 +0000802006-02-24 Linus Walleij <triad@df.lth.se>
81
82 * Deltr example program to delete tracks, plus corresponding
83 interface call.
84
Linus Walleij17e39f72006-02-23 15:54:28 +0000852006-02-23 Linus Walleij <triad@df.lth.se>
86
87 * Fixed up sendtr program and metadata tagging function that is
88 used after sending files.
89
Linus Walleij394bbbe2006-02-22 16:10:53 +0000902006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000091
Linus Walleij394bbbe2006-02-22 16:10:53 +000092 * Untested gettr.c and sendtr.c programs to get and send tracks
93 created.
94
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000952006-01-30 Linus Walleij <triad@df.lth.se>
96
97 * Created the initial GNU source directory structure.
98 * Added the most basic files.