blob: e127fa8e6a030009488d85543d0a0e952d04dad3 [file] [log] [blame]
Linus Walleijcf42f452006-11-28 08:32:49 +000012006-11-28 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: removed filetype mapping API. We can handle
4 everything inside of libmtp now so no need for this.
5 * src/libmtp.c: dito.
6
Linus Walleij72e9c2b2006-11-28 08:14:00 +000072006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +00008
9 * examples/files.c: unsigned int sized printout.
10 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +000011 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +000012
Richard Low6c0a6ce2006-11-26 10:42:08 +0000132006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +000014
Richard Low6c0a6ce2006-11-26 10:42:08 +000015 * src/libmtp.c: object handles for proplists
16 * src/ptp-pack.c: ditto
17 * src/ptp.c: ditto
18 * src/ptp.h: ditto
19
Linus Walleijf73de152006-11-25 21:44:44 +0000202006-11-25 Marcus Meissner <marcus@jet.franken.de>
21
22 * examples/hotplug.c: adding HAL style XML output for
23 the devices.
24 * examples/Makefile.am: fixing a bug in the automake
25 file (pathutils.h missing!)
26 * Makefile.am: fix the problem with re-making sources
27 (you had to run ./autogen.sh before!)
28
Linus Walleijfe677ac2006-11-23 13:35:00 +0000292006-11-23 Linus Walleij <triad@df.lth.se>
30
31 * src/libusb-glue.h: add a new bug flag for devices that
32 have broken PTP_OC_MTP_GetObjPropList implementations.
33 * src/libusb-glue.c: state that all iRivers have this problem.
34 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
35 for these devices.
36
372006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +000038
39 * src/libmtp.c: set handle ids for new objects to 0 when
40 creating new albums and playlists.
41
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000422006-11-21 Linus Walleij <triad@df.lth.se>
43
44 * src/libmtp.c: enabled enhanced mode for metadata retrieval
45 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +000046 * src/libmtp.c: fixed the problem with sending files using
47 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +000048
Linus Walleij277cd532006-11-20 14:57:46 +0000492006-11-20 Linus Walleij <triad@df.lth.se>
50
51 * src/ptp.h: sync to upstream libgphoto2
52 * src/ptp.c: dito.
53 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +000054 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +000055
562006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +000057
58 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
59 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +000060 * examples/emptyfolders.c: new example program for pruning empty
61 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +000062
Linus Walleij277cd532006-11-20 14:57:46 +0000632006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +000064
rreardonbbb4e562006-11-19 22:16:11 +000065 * src/libmtp.c: use enhanced MTP commands to create playlists and
66 send files
rreardon508705f2006-11-19 21:27:22 +000067 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +000068 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +000069
Linus Walleij277cd532006-11-20 14:57:46 +0000702006-11-19 Daniel <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +000071
72 * src/libusb-glue.c: fix error on reconnect.
73
Linus Walleij277cd532006-11-20 14:57:46 +0000742006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +000075
76 * src/ptp.c: tidy up ptp_usb_getdata
77
Linus Walleij277cd532006-11-20 14:57:46 +0000782006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +000079
80 * src/libmtp.c: fixed parent handle for uploaded tracks
81
Linus Walleij277cd532006-11-20 14:57:46 +0000822006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +000083
84 * src/libmtp.c: fixed up album art using enhanced commands.
85
Linus Walleij277cd532006-11-20 14:57:46 +0000862006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +000087
88 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
89 * src/ptp.c: ditto
90 * src/ptp.h: ditto
91 * src/ptp-pack.c: ditto
92
Linus Walleij277cd532006-11-20 14:57:46 +0000932006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +000094
Linus Walleijccf28ce2006-11-16 16:06:38 +000095 * src/libmtp.c: use enhanced MTP commands to create albums and
96 add detection of the default album folder.
97 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +000098
Linus Walleij277cd532006-11-20 14:57:46 +0000992006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000100
101 * src/ptp-pack.c: set string buffer to correct size.
102
Linus Walleij277cd532006-11-20 14:57:46 +00001032006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000104
105 * examples/tracks.c: really use undeprecated API entry.
106
Linus Walleij277cd532006-11-20 14:57:46 +00001072006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000108
109 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000110 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000111 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000112 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000113 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000114 * examples/connect.c: ditto.
115 * examples/detect.c: ditto.
116 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000117 * src/ptp.c: working on getting object prop lists.
118 * src/ptp.h: dito.
119
Linus Walleij277cd532006-11-20 14:57:46 +00001202006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000121
122 * src/libusb-glue.c: added Zen Vision W to devices
123
Linus Walleij277cd532006-11-20 14:57:46 +00001242006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000125
126 * src/libmtp.c: added checks for supported properties
127
Linus Walleij277cd532006-11-20 14:57:46 +00001282006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000129
130 * src/libmtp.c: added a check for NULL filenames in
131 LIBMTP_Get_Folder_List.
132
Linus Walleij99310d42006-11-01 08:29:39 +00001332006-11-01 Linus Walleij <triad@df.lth.se>
134
135 * src/libmtp.h.in: set/get uint8 to/from objects
136 * src/libmtp.c: send object property list.
137 * src/ptp.c: dito.
138 * src/ptp.h: dito.
139 * src/ptp-pack.c: dito.
140
mopoke90be30e2006-10-30 08:47:41 +00001412006-10-29 Andy Kelk <andy@mopoke.co.uk>
142
143 * examples/albumart.c: simple tool for adding album art.
144 * src/libmtp.c: graceful handling of players not supporting
145 abstract album objects.
146
Linus Walleij0c33ec02006-10-27 10:15:40 +00001472006-10-27 Linus Walleij <triad@df.lth.se>
148
149 * src/Makefile.am: bump library interface to reflect the new
150 album methods.
151 * configure.ac: bump to 0.0.22 for the next release.
152
1532006-10-27 Andy Kelk <andy@mopoke.co.uk>
154
155 * src/libmtp.c: add support form abstract audio/video albums.
156 * src/libmtp.h.in: dito.
157
Linus Walleij7347d0f2006-10-23 07:23:39 +00001582006-10-23 Linus Walleij <triad@df.lth.se>
159
160 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
161 * src/ptp.c: sync to upstream.
162 * src/ptp.h: dito.
163 * src/ptp-pack.c: dito.
164
Linus Walleij9efe75f2006-10-20 09:09:45 +00001652006-10-20 Linus Walleij <triad@df.lth.se>
166
167 * Release 0.0.21 to get all the new device support out.
168
Linus Walleij501ba4d2006-10-16 06:17:04 +00001692006-10-16 Linus Walleij <triad@df.lth.se>
170
171 * configure.ac: bump to 0.0.21.
172 * src/libusb-glue.c: add code to unload a kernel driver for
173 the primary interface if it is already in use under Linux.
174 * src/libusb-glue.h: add a device flag to make this possible.
175
Linus Walleij37253292006-10-11 08:38:14 +00001762006-10-11 Linus Walleij <triad@df.lth.se>
177
178 * examples/delfile.c: patch from Chris Debenham
179 straingtening out the command-line interface a bit
180 more.
181
Linus Walleij43ff8fc2006-10-10 11:16:53 +00001822006-10-10 Linus Walleij <triad@df.lth.se>
183
Linus Walleij37253292006-10-11 08:38:14 +0000184 * examples/delfile.c: patch from Chris Debenham to make
185 this command take an optional filename as parameter
186 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000187
Linus Walleij955e6ba2006-09-26 16:55:10 +00001882006-09-26 Linus Walleij <triad@df.lth.se>
189
190 * libmtp.pc.in: require libusb instead of just linking it.
191 * configure.ac: bump release to 0.0.20 and release.
192
Linus Walleijb1318d12006-09-25 14:59:26 +00001932006-09-25 Linus Walleij <triad@df.lth.se>
194
195 * examples/evolution-sync.sh: example script to illustrate
196 to to transfer calendar, task and contact information
197 to a device supporting this.
198
Linus Walleij4ef39e62006-09-19 14:11:52 +00001992006-09-19 Linus Walleij <triad@df.lth.se>
200
201 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
202 * src/libmtp.c: dito.
203 * examples/sendfile.c: support vcard3.
204
Linus Walleijf248fdd2006-09-16 20:11:40 +00002052006-09-16 Linus Walleij <triad@df.lth.se>
206
207 * configure.ac: bump to 0.0.19 and release. There are some
208 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000209 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000210
Linus Walleijb8bfcb22006-09-13 12:14:28 +00002112006-09-13 Linus Walleij <triad@df.lth.se>
212
213 * examples/format.c: formatting test program.
214 * examples.Makefile.am: added format.
215
Linus Walleij13374a42006-09-13 11:55:30 +00002162006-09-13 Andy Kelk <andy@mopoke.co.uk>
217
218 * src/libmtp.h.in: added interface to format storage.
219 * src/libmtp.c: dito.
220 * src/ptp.c: dito.
221 * src/ptp.h: dito.
222
Linus Walleijd31e6192006-09-12 07:55:27 +00002232006-09-12 Linus Walleij <triad@df.lth.se>
224
225 * configure.ac: bump release. Released 0.0.18 yesterday.
226 * src/libmtp.c: do not try to read battery max level unless
227 the device supports it. (Bug occurred on Toshiba Gigabeat
228 P10.)
229
Linus Walleijd5d51c82006-09-11 06:57:50 +00002302006-09-11 Linus Walleij <triad@df.lth.se>
231
232 * src/libusb-glue.c: messed around a bit with device descriptor
233 detection so as to bring closer to libgphoto2 detection algorithm.
234 I've seen things that might be false positives, possibly USB mass
235 storage devices with additional MSFT descriptors to indicate they
236 have Janus DRM.
237 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
238 knows that UCS-2 is in machine endianness but Darwin and *BSD does
239 not. Detect C library and switch accordingly.
240 * src/unicode.c: retire old unicode code only keep things we cannot
241 live without. Remove the own internal UCS-2 conversion engine and
242 the internal iconv() engine and use the one already available in
243 PTPParams.
244 * src/unicode.h: dito.
245
Linus Walleij0558ac52006-09-07 06:55:03 +00002462006-09-07 Linus Walleij <triad@df.lth.se>
247
248 * src/libusb-glue.h: added device flags so we can make
249 the code behave differently on certain devices.
250 * src/libusb-glue.c: dito, plus removed some debug prints.
251 * src/libmtp.c: docs.
252 * src/libmtp.h.in: added device_flags to device list struct.
253 * src/Makefile.am: bumped to compatible library interface.
254 * configure.ac: bump version to 0.0.18 (0.0.17 released
255 yesterday).
256
Richard Low6ec2cc12006-09-06 16:59:16 +00002572006-09-06 Richard Low <richard@wentnet.com>
258
259 * src/libusb-glue.c: changed packet sizes to improve
260 transfer speeds.
261 * src/libmtp.c: changed packet sizes to improve transfer
262 transfer speeds. Also stopped extra ptp_getobjectinfo
263 calls when getting directories on connect.
264
Linus Walleij7f0c72e2006-09-06 13:01:58 +00002652006-09-06 Linus Walleij <triad@df.lth.se>
266
267 * src/libusb-glue.c: fixed some endpoint size detection
268 and sending special file sizes stuff. Real hairy bug...
269 Also messed around a bit with the callbacks.
270 * src/libmtp.c: changes for callback size detection.
271
Linus Walleija9310fa2006-09-04 06:47:42 +00002722006-09-04 Linus Walleij <triad@df.lth.se>
273
274 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
275 instead of magic values.
276
Linus Walleijd7aa5b22006-09-02 11:52:31 +00002772006-09-02 Linus Walleij <triad@df.lth.se>
278
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000279 * src/libmtp.c: add some code to have
280 LIBMTP_Send_File_From_File_Descriptor() accept a stream
281 if size is set to (uint64_t) -1, plus documentation fixes.
282 I don't think the streaming code will work but whoever want
283 to experiment with it has a place to start.
284 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000285
Linus Walleijda9500d2006-08-30 13:17:06 +00002862006-08-30 Linus Walleij <triad@df.lth.se>
287
288 * configure.ac: version bump.
289 * src/libmtp.c: more debug prints.
290 * src/libusb-glue.c: new iRiver device called Clix. By
291 the way I released libmtp 0.0.16 yesterday.
292
Linus Walleija823a702006-08-27 21:27:46 +00002932006-08-28 Linus Walleij <triad@df.lth.se>
294
295 * configure.ac: version bump.
296 * src/ptp-pack.c: upstream has committed my patch giving full
297 unicode support in libgphoto2 ptp2 camlib. No need for
298 any more ugly workarounds, plus we now have full unicode
299 filenames!
300 * src/ptp.c: dito.
301 * src/ptp.h: dito.
302 * src/libmtp.c: revamp to use the new unicode support in
303 libgphoto2.
304 * src/unicode.c: remove unused functionality.
305 * src/unicode.h: dito.
306
Linus Walleijee73ef22006-08-27 19:56:00 +00003072006-08-27 Linus Walleij <triad@df.lth.se>
308
309 * configure.ac: version bump. Release all these fixes
310 as 0.0.15.
311 * src/libusb-glue.c: fixed sucky errors. Added callback
312 code when reading files.
313 * src/libusb-glue.h: const correctness.
314 * src/libmtp.h.in: finally fixup the type on the callbacks.
315 * src/libmtp.c: more accurate sending callbacks. Callbacks
316 when getting files also, working correctly. Typeing of
317 callbacks now OK.
318 * examples/getfile.c: some display bar cosmetic fixup.
319 * TODO: lots of the things todo are now done.
320
Linus Walleijd214b9b2006-08-26 22:08:37 +00003212006-08-26 Linus Walleij <triad@df.lth.se>
322
323 * configure.ac: version bump.
324 * src/libmtp.c: fix bug and reinstate callbacks.
325 * src/libusb-glue.h: dito.
326 * src/libusb-glue.c: dito.
327
Linus Walleije7f44be2006-08-25 19:32:29 +00003282006-08-25 Linus Walleij <triad@df.lth.se>
329
330 * src/libmtp.c: use the new file descriptor sender function.
331 Going to release this as 0.0.13.
332 * src/ptp.c: upstream accepted patches synced in.
333 * src/ptp.h: dito.
334
Linus Walleijeab650b2006-08-21 23:26:37 +00003352006-08-22 Linus Walleij <triad@df.lth.se>
336
Linus Walleij80d134a2006-08-22 21:41:37 +0000337 * src/libusb-glue.c: found a real nasty endpoint bug,
338 code from libgphoto2 was assuming max packet size of
339 512 bytes while it is 64 when a USB 2.0 device is
340 plugged into an UHCI hub.
341
3422006-08-22 Linus Walleij <triad@df.lth.se>
343
Linus Walleijeab650b2006-08-21 23:26:37 +0000344 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
345
Linus Walleij924236a2006-08-20 22:17:58 +00003462006-08-21 Linus Walleij <triad@df.lth.se>
347
348 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000349 as result of experiments by Gavin McCullagh. Upstream
350 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000351 Move iconv() converters into device struct for thread
352 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000353 * src/ptp.c: sync to upstream which merges patch to get
354 file directly to file descriptor.
355 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000356 * src/unicode.c: move iconv() converters into the device
357 struct for thread safety.
358 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000359
Linus Walleij30658792006-08-19 22:18:55 +00003602006-08-20 Linus Walleij <triad@df.lth.se>
361
362 * src/libmtp.h.in: set friendly name and sync partner,
363 rename ownername to friendlyname.
364 * src/libmtp.c: dito.
365 * examples/detect.c: reflect changes.
366 * src/Makefile.am: interface is incompatible so age it.
367
Linus Walleijfae27482006-08-19 20:13:25 +00003682006-08-19 Linus Walleij <triad@df.lth.se>
369
370 * src/libmtp.h.in: add function to get syncronization
371 partner for the device.
372 * src/libmtp.c: dito.
373 * examples/detect.c: use that function.
374 * src/Makefile.am: backward-compatible interface bump.
375
Linus Walleij16571dc2006-08-17 20:27:46 +00003762006-08-17 Linus Walleij <triad@df.lth.se>
377
378 * configure.ac: bump to 0.0.12 and require iconv.h.
379
3802006-08-16 Linus Walleij <triad@df.lth.se>
381
382 * src/unicode.c: remove bigendian weirdness and switch
383 to using iconv() instead.
384 * src/unicode.h: dito.
385 * src/libmtp.c: reflect changes.
386
Linus Walleij3e188f12006-08-09 20:46:05 +00003872006-08-09 Linus Walleij <triad@df.lth.se>
388
389 * Release libmtp 0.0.11.
390
Linus Walleij2eb884b2006-08-04 19:17:36 +00003912006-08-04 Linus Walleij <triad@df.lth.se>
392
393 * src/libmtp.c: patch from Dan Aloni to make sendfile
394 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000395 * src/libusb-glue.c: patch from Andy Kelk to avoid
396 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000397 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000398
Linus Walleijaa4b0752006-07-26 22:21:04 +00003992006-07-27 Linus Walleij <triad@df.lth.se>
400
401 * Release libmtp 0.0.10.
402
Linus Walleij17b55ea2006-07-26 13:54:00 +00004032006-07-26 Linus Walleij <triad@df.lth.se>
404
405 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000406 * src/libmtp.c: only set metdata properties supported by
407 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000408 * src/ptp.c: sync to upstream.
409 * src/ptp.h: sync to upstream.
410 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000411
Linus Walleijc187cb92006-06-22 17:58:13 +00004122006-06-22 Linus Walleij <triad@df.lth.se>
413
414 * Release libmtp 0.0.9.
415
Linus Walleij8ab54262006-06-21 07:12:28 +00004162006-06-21 Linus Walleij <triad@df.lth.se>
417
418 * src/libmtp.h.in: added function to retrieve supported
419 filetypes.
420 * src/libmtp.c: ditto.
421 * examples/detect.c: use that function.
422
Linus Walleijcf223e62006-06-19 09:31:53 +00004232006-06-19 Linus Walleij <triad@df.lth.se>
424
425 * src/unicode.c: support all endianness, detect
426 byte-order-mark
427 * src/unicode.h: ditto.
428 * src/libmtp.c: ditto.
429 * examples/detect.c: use proper tempfile function.
430 * src/libmtp.h.in: add some more track properties.
431 * src/libmtp.c: ditto.
432 * examples/tracks.c: ditto.
433
Linus Walleij2e4b5f92006-06-16 14:00:49 +00004342006-06-16 Linus Walleij <triad@df.lth.se>
435
436 * src/libmtp.h.in: new interfaces for single metadata post
437 retrieveal.
438 * src/libmtp.c: ditto.
439 * examples/playlists.c: display track info using the new
440 individual track metadata retrieveal method.
441 * examples/getplaylist.c: ditto.
442
Linus Walleij05ccbe72006-06-13 07:46:58 +00004432006-06-13 Linus Walleij <triad@df.lth.se>
444
445 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000446 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000447 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000448 we can find them. Retrieve device secure time and cert
449 out of sheer curiosity.
450 * src/ptp.c: sync to libgphoto2 with my patches.
451 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000452
Linus Walleij438bd7f2006-06-08 11:35:44 +00004532006-06-07 Linus Walleij <triad@df.lth.se>
454
455 * src/libmtp.h.in: new playlist API and refactorings.
456 * src/libmtp.c: ditto, and refactorings.
457 * src/unicode.h: const correctness.
458 * src/unicode.c: ditto.
459 * examples/playlists.c: new example program.
460 * configure.ac: bump to 0.0.9
461 * src/Makefile.am: bump library interface.
462
Linus Walleij52e3ac52006-06-05 10:30:00 +00004632006-06-05 Linus Walleij <triad@df.lth.se>
464
465 * examples/sendtr.c: fixed annoying bug that made this
466 program totally useless.
467 * src/libmtp.c: cosmetics.
468 * configure.ac: bump to 0.0.8.
469
Linus Walleij345a3372006-06-03 20:55:25 +00004702006-06-03 Linus Walleij <triad@df.lth.se>
471
472 * src/libmtp.c: metadata bugs, album name and genre
473 confused. Fixe it and released libmtp 0.0.7.
474
Linus Walleijdc09dc02006-06-01 14:23:41 +00004752006-06-01 Linus Walleij <triad@df.lth.se>
476
477 * Released libmtp 0.0.6.
478
Linus Walleij549ec4d2006-05-31 19:59:52 +00004792006-05-31 Linus Walleij <triad@df.lth.se>
480
481 * src/libmtp.c: fixed mapping for JPEG vs JFIF
482 * src/libmtp.h.in: added proper type for JPEG
483 * examples/sendfile.c: send proper JPEG type
484
Linus Walleijd3fdd972006-05-30 15:51:37 +00004852006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
486
487 * src/libmtp.c: fixed a bug in update metadata due to
488 bad use of return code.
489 * src/libusb-glue.c: fixed a loop exiting problem with
490 good 'ol GOTO.
491
Linus Walleij9b1fcd92006-05-29 08:35:29 +00004922006-05-29 Linus Walleij <triad@df.lth.se>
493
494 * src/libusb-glue.c: one more device.
495 * doc/examples.h: produce correct documentation.
496 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000497 * src/ptp.c: sync to libgphoto2.
498 * src/ptp.h: ditto.
499 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000500 * src/libmtp.c: fixed all filetype API related functions
501 not to use any PTP intrinsic defines at all, made all
502 parameters to functions use the internal libmtp interface
503 enumerations and definitions. Removed LIBMTP_Release():
504 we can live with the memory lost during init. You're not
505 supposed to re-initialize the device. Consequently removed
506 the delete function that cleaned the filetype assoc list.
507 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000508
ravelox088180b2006-05-26 23:55:40 +00005092006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
510
511 * src/libmtp.c: refactored object handling to be more generic
512 * src/libmtp.h.in: ditto
513 * examples/refactortest.c: Added simple example to use refactoring
514 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000515 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
516 for playlist handling
517 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000518
Linus Walleij1fd2d272006-05-08 09:22:01 +00005192006-05-08 Linus Walleij <triad@df.lth.se>
520
521 * src/libmtp.h.in: add simple detection function.
522 * src/libusb-glue.c: implement MTP "OS descriptor" for
523 looking for MTP devices.
524 * examples/detect.c: make it possible to do very
525 rudimentary detection with "detect -p".
526 * configure.ac: bump to 0.0.5.
527
Linus Walleij685137f2006-05-07 18:09:02 +00005282006-05-07 Linus Walleij <triad@df.lth.se>
529
530 * COPYING: since we no longer use any parts of libptp2
531 and only files from libgphoto2, we switch to the GNU
532 Lesser General Public License (GNU LGPL). libptp2 is
533 a derived work from libgphoto2, and so is libmtp, there
534 are no remnants of libptp2 in libmtp anymore.
535
Linus Walleij16c51f02006-05-04 13:20:22 +00005362006-05-04 Linus Walleij <triad@df.lth.se>
537
538 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000539 * src/libmtp.c: respectfully rearranged to use a filetype mapping
540 table.
541 * src/ptp-pack.c: real nasty unicode packing bug.
542 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000543
Linus Walleijd6a49972006-05-02 08:24:54 +00005442006-05-02 Linus Walleij <triad@df.lth.se>
545
546 * src/libmtp.c: general shaping up for release. All track
547 and file sending functions now respects a parent ID to be
548 sent along with files and tracks.
549 * src/libmtp.h.in: dito.
550 * src/libusb-glue.c: dito.
551 * examples/sendfile.c: interface dependency changes.
552 * examples/sendtr.c: dito.
553
Linus Walleijc60275a2006-04-30 10:58:11 +00005542006-04-30 Linus Walleij <triad@df.lth.se>
555
556 * src/ptp.c: sync upstream.
557 * src/ptp.h: dito.
558
Linus Walleij370c68d2006-04-27 14:19:01 +00005592006-04-27 Linus Walleij <triad@df.lth.se>
560
561 * examples/sendfile.c: first file sender program based
562 on API implementation and changes by Chris Allegretta.
563 * examples/Makefile.am: new program, new entry.
564 * src/libmtp.c: reflect this new functionality.
565 * src/libmtp.h.in: dito.
566
Linus Walleijb02a0662006-04-25 08:05:09 +00005672006-04-25 Linus Walleij <triad@df.lth.se>
568
569 * Rebased the sources around libgphoto2 instead.
570 This was a major revision...
571 * src/ptp.c: imported libgphoto2 version verbatim.
572 * src/ptp.h: imported libgphoto2 version, minor patch.
573 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000574 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000575 * src/mtp.c: dropped, since all functions are now in ptp.c
576 * src/mtp-pack.c: dropped, same reason.
577 * src/mtp.h: dropped, same reason.
578 * src/mtp-pack.h: dropped, same reason.
579
Linus Walleije5f3ad42006-04-21 07:44:36 +00005802006-04-21 Linus Walleij <triad@df.lth.se>
581
Linus Walleij902c0b92006-04-21 10:52:48 +0000582 * Released libmtp 0.0.3
583 * Bumped source to 0.0.4
584
5852006-04-21 Linus Walleij <triad@df.lth.se>
586
Linus Walleije5f3ad42006-04-21 07:44:36 +0000587 * src/ptp-pack.c: GCC 4.x compilation patch from
588 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000589 * src/libusb-glue.c: New Samsung device and some
590 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000591 * src/ptp.h: some defines from libgphoto2 to get
592 a bit more compatible.
593 * src/libmtp.c: Added a folder API implementation by
594 Dave "ravelox" Kelly.
595 * src/libmtp.h.in: dito.
596 * examples/folders.c: dito.
597 * examples/newfolder.c: dito.
598 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000599
Linus Walleij6fd2f082006-03-28 07:19:22 +00006002006-03-28 Linus Walleij <triad@df.lth.se>
601
602 * m4/*: updated macros to work with GCC 4.1.0.
603 * examples/hotplug.c: new program to create device
604 ID lists.
605 * libmtp.rules: now an auto-generated file.
606 * libmtp.usermap: now an auto-generated file.
607
Linus Walleijf6bc1782006-03-24 15:12:47 +00006082006-03-24 Linus Walleij <triad@df.lth.se>
609
610 * Beginning a file API, fixed some example program
611 names and such.
612
Linus Walleij6946ac52006-03-21 06:51:22 +00006132006-03-18 Linus Walleij <triad@df.lth.se>
614
615 * Fixed up callback interface to a simpler version,
616 the old one was bloated stuff from libnjb anyway.
617 Bump to 0.0.2.
618
Linus Walleij9b28da32006-03-16 13:47:58 +00006192006-03-16 Linus Walleij <triad@df.lth.se>
620
621 * Fixed the .h file and implementation so you really only
622 need this one .h file to interface the library.
623
Linus Walleij80124062006-03-15 10:26:09 +00006242006-03-15 Linus Walleij <triad@df.lth.se>
625
626 * Added three device information retrieval functions.
627
Linus Walleij15e344f2006-03-06 15:15:00 +00006282006-03-06 Linus Walleij <triad@df.lth.se>
629
630 * Moving some things around to structure the source. More
631 will be needed...
632
Linus Walleij93218602006-02-27 08:53:38 +00006332006-02-27 Linus Walleij <triad@df.lth.se>
634
635 * Release libmtp 0.0.1 so people have something to play with,
636 what the heck. Probably saves someones day.
637
Linus Walleij95698cd2006-02-24 10:40:40 +00006382006-02-24 Linus Walleij <triad@df.lth.se>
639
640 * Deltr example program to delete tracks, plus corresponding
641 interface call.
642
Linus Walleij17e39f72006-02-23 15:54:28 +00006432006-02-23 Linus Walleij <triad@df.lth.se>
644
645 * Fixed up sendtr program and metadata tagging function that is
646 used after sending files.
647
Linus Walleij394bbbe2006-02-22 16:10:53 +00006482006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000649
Linus Walleij394bbbe2006-02-22 16:10:53 +0000650 * Untested gettr.c and sendtr.c programs to get and send tracks
651 created.
652
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00006532006-01-30 Linus Walleij <triad@df.lth.se>
654
655 * Created the initial GNU source directory structure.
656 * Added the most basic files.