blob: b4e312282f18cec27542d717fc2f8f92ce85dc89 [file] [log] [blame]
Linus Walleijb02a0662006-04-25 08:05:09 +000012006-04-25 Linus Walleij <triad@df.lth.se>
2
3 * Rebased the sources around libgphoto2 instead.
4 This was a major revision...
5 * src/ptp.c: imported libgphoto2 version verbatim.
6 * src/ptp.h: imported libgphoto2 version, minor patch.
7 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
8 * src/mtp.c: dropped, since all functions are now in ptp.c
9 * src/mtp-pack.c: dropped, same reason.
10 * src/mtp.h: dropped, same reason.
11 * src/mtp-pack.h: dropped, same reason.
12
Linus Walleije5f3ad42006-04-21 07:44:36 +0000132006-04-21 Linus Walleij <triad@df.lth.se>
14
Linus Walleij902c0b92006-04-21 10:52:48 +000015 * Released libmtp 0.0.3
16 * Bumped source to 0.0.4
17
182006-04-21 Linus Walleij <triad@df.lth.se>
19
Linus Walleije5f3ad42006-04-21 07:44:36 +000020 * src/ptp-pack.c: GCC 4.x compilation patch from
21 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +000022 * src/libusb-glue.c: New Samsung device and some
23 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +000024 * src/ptp.h: some defines from libgphoto2 to get
25 a bit more compatible.
26 * src/libmtp.c: Added a folder API implementation by
27 Dave "ravelox" Kelly.
28 * src/libmtp.h.in: dito.
29 * examples/folders.c: dito.
30 * examples/newfolder.c: dito.
31 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +000032
Linus Walleij6fd2f082006-03-28 07:19:22 +0000332006-03-28 Linus Walleij <triad@df.lth.se>
34
35 * m4/*: updated macros to work with GCC 4.1.0.
36 * examples/hotplug.c: new program to create device
37 ID lists.
38 * libmtp.rules: now an auto-generated file.
39 * libmtp.usermap: now an auto-generated file.
40
Linus Walleijf6bc1782006-03-24 15:12:47 +0000412006-03-24 Linus Walleij <triad@df.lth.se>
42
43 * Beginning a file API, fixed some example program
44 names and such.
45
Linus Walleij6946ac52006-03-21 06:51:22 +0000462006-03-18 Linus Walleij <triad@df.lth.se>
47
48 * Fixed up callback interface to a simpler version,
49 the old one was bloated stuff from libnjb anyway.
50 Bump to 0.0.2.
51
Linus Walleij9b28da32006-03-16 13:47:58 +0000522006-03-16 Linus Walleij <triad@df.lth.se>
53
54 * Fixed the .h file and implementation so you really only
55 need this one .h file to interface the library.
56
Linus Walleij80124062006-03-15 10:26:09 +0000572006-03-15 Linus Walleij <triad@df.lth.se>
58
59 * Added three device information retrieval functions.
60
Linus Walleij15e344f2006-03-06 15:15:00 +0000612006-03-06 Linus Walleij <triad@df.lth.se>
62
63 * Moving some things around to structure the source. More
64 will be needed...
65
Linus Walleij93218602006-02-27 08:53:38 +0000662006-02-27 Linus Walleij <triad@df.lth.se>
67
68 * Release libmtp 0.0.1 so people have something to play with,
69 what the heck. Probably saves someones day.
70
Linus Walleij95698cd2006-02-24 10:40:40 +0000712006-02-24 Linus Walleij <triad@df.lth.se>
72
73 * Deltr example program to delete tracks, plus corresponding
74 interface call.
75
Linus Walleij17e39f72006-02-23 15:54:28 +0000762006-02-23 Linus Walleij <triad@df.lth.se>
77
78 * Fixed up sendtr program and metadata tagging function that is
79 used after sending files.
80
Linus Walleij394bbbe2006-02-22 16:10:53 +0000812006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000082
Linus Walleij394bbbe2006-02-22 16:10:53 +000083 * Untested gettr.c and sendtr.c programs to get and send tracks
84 created.
85
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000862006-01-30 Linus Walleij <triad@df.lth.se>
87
88 * Created the initial GNU source directory structure.
89 * Added the most basic files.