blob: 6916b4f233d151f2848f75c499f2637ab9b7881b [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.
Linus Walleij9a96f0b2006-04-25 08:46:59 +00008 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +00009 * src/mtp.c: dropped, since all functions are now in ptp.c
10 * src/mtp-pack.c: dropped, same reason.
11 * src/mtp.h: dropped, same reason.
12 * src/mtp-pack.h: dropped, same reason.
13
Linus Walleije5f3ad42006-04-21 07:44:36 +0000142006-04-21 Linus Walleij <triad@df.lth.se>
15
Linus Walleij902c0b92006-04-21 10:52:48 +000016 * Released libmtp 0.0.3
17 * Bumped source to 0.0.4
18
192006-04-21 Linus Walleij <triad@df.lth.se>
20
Linus Walleije5f3ad42006-04-21 07:44:36 +000021 * src/ptp-pack.c: GCC 4.x compilation patch from
22 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +000023 * src/libusb-glue.c: New Samsung device and some
24 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +000025 * src/ptp.h: some defines from libgphoto2 to get
26 a bit more compatible.
27 * src/libmtp.c: Added a folder API implementation by
28 Dave "ravelox" Kelly.
29 * src/libmtp.h.in: dito.
30 * examples/folders.c: dito.
31 * examples/newfolder.c: dito.
32 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +000033
Linus Walleij6fd2f082006-03-28 07:19:22 +0000342006-03-28 Linus Walleij <triad@df.lth.se>
35
36 * m4/*: updated macros to work with GCC 4.1.0.
37 * examples/hotplug.c: new program to create device
38 ID lists.
39 * libmtp.rules: now an auto-generated file.
40 * libmtp.usermap: now an auto-generated file.
41
Linus Walleijf6bc1782006-03-24 15:12:47 +0000422006-03-24 Linus Walleij <triad@df.lth.se>
43
44 * Beginning a file API, fixed some example program
45 names and such.
46
Linus Walleij6946ac52006-03-21 06:51:22 +0000472006-03-18 Linus Walleij <triad@df.lth.se>
48
49 * Fixed up callback interface to a simpler version,
50 the old one was bloated stuff from libnjb anyway.
51 Bump to 0.0.2.
52
Linus Walleij9b28da32006-03-16 13:47:58 +0000532006-03-16 Linus Walleij <triad@df.lth.se>
54
55 * Fixed the .h file and implementation so you really only
56 need this one .h file to interface the library.
57
Linus Walleij80124062006-03-15 10:26:09 +0000582006-03-15 Linus Walleij <triad@df.lth.se>
59
60 * Added three device information retrieval functions.
61
Linus Walleij15e344f2006-03-06 15:15:00 +0000622006-03-06 Linus Walleij <triad@df.lth.se>
63
64 * Moving some things around to structure the source. More
65 will be needed...
66
Linus Walleij93218602006-02-27 08:53:38 +0000672006-02-27 Linus Walleij <triad@df.lth.se>
68
69 * Release libmtp 0.0.1 so people have something to play with,
70 what the heck. Probably saves someones day.
71
Linus Walleij95698cd2006-02-24 10:40:40 +0000722006-02-24 Linus Walleij <triad@df.lth.se>
73
74 * Deltr example program to delete tracks, plus corresponding
75 interface call.
76
Linus Walleij17e39f72006-02-23 15:54:28 +0000772006-02-23 Linus Walleij <triad@df.lth.se>
78
79 * Fixed up sendtr program and metadata tagging function that is
80 used after sending files.
81
Linus Walleij394bbbe2006-02-22 16:10:53 +0000822006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000083
Linus Walleij394bbbe2006-02-22 16:10:53 +000084 * Untested gettr.c and sendtr.c programs to get and send tracks
85 created.
86
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000872006-01-30 Linus Walleij <triad@df.lth.se>
88
89 * Created the initial GNU source directory structure.
90 * Added the most basic files.