blob: aa860ebdec243299358f0de4cae7f79e518a7208 [file] [log] [blame]
Linus Walleij9b1fcd92006-05-29 08:35:29 +000012006-05-29 Linus Walleij <triad@df.lth.se>
2
3 * src/libusb-glue.c: one more device.
4 * doc/examples.h: produce correct documentation.
5 * configure.ac: bump to 0.0.6.
6
ravelox088180b2006-05-26 23:55:40 +000072006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
8
9 * src/libmtp.c: refactored object handling to be more generic
10 * src/libmtp.h.in: ditto
11 * examples/refactortest.c: Added simple example to use refactoring
12 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +000013 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
14 for playlist handling
15 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +000016
Linus Walleij1fd2d272006-05-08 09:22:01 +0000172006-05-08 Linus Walleij <triad@df.lth.se>
18
19 * src/libmtp.h.in: add simple detection function.
20 * src/libusb-glue.c: implement MTP "OS descriptor" for
21 looking for MTP devices.
22 * examples/detect.c: make it possible to do very
23 rudimentary detection with "detect -p".
24 * configure.ac: bump to 0.0.5.
25
Linus Walleij685137f2006-05-07 18:09:02 +0000262006-05-07 Linus Walleij <triad@df.lth.se>
27
28 * COPYING: since we no longer use any parts of libptp2
29 and only files from libgphoto2, we switch to the GNU
30 Lesser General Public License (GNU LGPL). libptp2 is
31 a derived work from libgphoto2, and so is libmtp, there
32 are no remnants of libptp2 in libmtp anymore.
33
Linus Walleij16c51f02006-05-04 13:20:22 +0000342006-05-04 Linus Walleij <triad@df.lth.se>
35
36 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +000037 * src/libmtp.c: respectfully rearranged to use a filetype mapping
38 table.
39 * src/ptp-pack.c: real nasty unicode packing bug.
40 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +000041
Linus Walleijd6a49972006-05-02 08:24:54 +0000422006-05-02 Linus Walleij <triad@df.lth.se>
43
44 * src/libmtp.c: general shaping up for release. All track
45 and file sending functions now respects a parent ID to be
46 sent along with files and tracks.
47 * src/libmtp.h.in: dito.
48 * src/libusb-glue.c: dito.
49 * examples/sendfile.c: interface dependency changes.
50 * examples/sendtr.c: dito.
51
Linus Walleijc60275a2006-04-30 10:58:11 +0000522006-04-30 Linus Walleij <triad@df.lth.se>
53
54 * src/ptp.c: sync upstream.
55 * src/ptp.h: dito.
56
Linus Walleij370c68d2006-04-27 14:19:01 +0000572006-04-27 Linus Walleij <triad@df.lth.se>
58
59 * examples/sendfile.c: first file sender program based
60 on API implementation and changes by Chris Allegretta.
61 * examples/Makefile.am: new program, new entry.
62 * src/libmtp.c: reflect this new functionality.
63 * src/libmtp.h.in: dito.
64
Linus Walleijb02a0662006-04-25 08:05:09 +0000652006-04-25 Linus Walleij <triad@df.lth.se>
66
67 * Rebased the sources around libgphoto2 instead.
68 This was a major revision...
69 * src/ptp.c: imported libgphoto2 version verbatim.
70 * src/ptp.h: imported libgphoto2 version, minor patch.
71 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +000072 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +000073 * src/mtp.c: dropped, since all functions are now in ptp.c
74 * src/mtp-pack.c: dropped, same reason.
75 * src/mtp.h: dropped, same reason.
76 * src/mtp-pack.h: dropped, same reason.
77
Linus Walleije5f3ad42006-04-21 07:44:36 +0000782006-04-21 Linus Walleij <triad@df.lth.se>
79
Linus Walleij902c0b92006-04-21 10:52:48 +000080 * Released libmtp 0.0.3
81 * Bumped source to 0.0.4
82
832006-04-21 Linus Walleij <triad@df.lth.se>
84
Linus Walleije5f3ad42006-04-21 07:44:36 +000085 * src/ptp-pack.c: GCC 4.x compilation patch from
86 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +000087 * src/libusb-glue.c: New Samsung device and some
88 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +000089 * src/ptp.h: some defines from libgphoto2 to get
90 a bit more compatible.
91 * src/libmtp.c: Added a folder API implementation by
92 Dave "ravelox" Kelly.
93 * src/libmtp.h.in: dito.
94 * examples/folders.c: dito.
95 * examples/newfolder.c: dito.
96 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +000097
Linus Walleij6fd2f082006-03-28 07:19:22 +0000982006-03-28 Linus Walleij <triad@df.lth.se>
99
100 * m4/*: updated macros to work with GCC 4.1.0.
101 * examples/hotplug.c: new program to create device
102 ID lists.
103 * libmtp.rules: now an auto-generated file.
104 * libmtp.usermap: now an auto-generated file.
105
Linus Walleijf6bc1782006-03-24 15:12:47 +00001062006-03-24 Linus Walleij <triad@df.lth.se>
107
108 * Beginning a file API, fixed some example program
109 names and such.
110
Linus Walleij6946ac52006-03-21 06:51:22 +00001112006-03-18 Linus Walleij <triad@df.lth.se>
112
113 * Fixed up callback interface to a simpler version,
114 the old one was bloated stuff from libnjb anyway.
115 Bump to 0.0.2.
116
Linus Walleij9b28da32006-03-16 13:47:58 +00001172006-03-16 Linus Walleij <triad@df.lth.se>
118
119 * Fixed the .h file and implementation so you really only
120 need this one .h file to interface the library.
121
Linus Walleij80124062006-03-15 10:26:09 +00001222006-03-15 Linus Walleij <triad@df.lth.se>
123
124 * Added three device information retrieval functions.
125
Linus Walleij15e344f2006-03-06 15:15:00 +00001262006-03-06 Linus Walleij <triad@df.lth.se>
127
128 * Moving some things around to structure the source. More
129 will be needed...
130
Linus Walleij93218602006-02-27 08:53:38 +00001312006-02-27 Linus Walleij <triad@df.lth.se>
132
133 * Release libmtp 0.0.1 so people have something to play with,
134 what the heck. Probably saves someones day.
135
Linus Walleij95698cd2006-02-24 10:40:40 +00001362006-02-24 Linus Walleij <triad@df.lth.se>
137
138 * Deltr example program to delete tracks, plus corresponding
139 interface call.
140
Linus Walleij17e39f72006-02-23 15:54:28 +00001412006-02-23 Linus Walleij <triad@df.lth.se>
142
143 * Fixed up sendtr program and metadata tagging function that is
144 used after sending files.
145
Linus Walleij394bbbe2006-02-22 16:10:53 +00001462006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000147
Linus Walleij394bbbe2006-02-22 16:10:53 +0000148 * Untested gettr.c and sendtr.c programs to get and send tracks
149 created.
150
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001512006-01-30 Linus Walleij <triad@df.lth.se>
152
153 * Created the initial GNU source directory structure.
154 * Added the most basic files.