blob: d697955f0ef0ec215348b0150d0dc8bfdf64c645 [file] [log] [blame]
Linus Walleij9901e222006-11-30 12:28:19 +000012006-11-30 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: removed external object interface.
4 * src/libmtp.c: dito. Made all object manipulation functions
5 static.
6
Richard Lowc7d48d22006-11-29 18:24:55 +000072006-11-29 Richard Low <richard@wentnet.com>
8
9 * src/libusb-glue.c: added new devices
10
Linus Walleij7beba572006-11-29 08:56:12 +0000112006-11-29 Linus Walleij <triad@df.lth.se>
12
13 * src/libusb-glue.c: remove some pointless #include <>
14 clutter, call usb_set_configuration() as needed by
15 Windows.
16 * src/libmtp.c: various fixups to enable use of Windows
17 <io.h> include file.
18 * README.windows.txt: added a quick porting guide for
19 MSVC by Farooq Zaman.
20
Linus Walleijcf42f452006-11-28 08:32:49 +0000212006-11-28 Linus Walleij <triad@df.lth.se>
22
23 * src/libmtp.h.in: removed filetype mapping API. We can handle
24 everything inside of libmtp now so no need for this.
25 * src/libmtp.c: dito.
26
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000272006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +000028
29 * examples/files.c: unsigned int sized printout.
30 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +000031 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +000032
Richard Low6c0a6ce2006-11-26 10:42:08 +0000332006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +000034
Richard Low6c0a6ce2006-11-26 10:42:08 +000035 * src/libmtp.c: object handles for proplists
36 * src/ptp-pack.c: ditto
37 * src/ptp.c: ditto
38 * src/ptp.h: ditto
39
Linus Walleijf73de152006-11-25 21:44:44 +0000402006-11-25 Marcus Meissner <marcus@jet.franken.de>
41
42 * examples/hotplug.c: adding HAL style XML output for
43 the devices.
44 * examples/Makefile.am: fixing a bug in the automake
45 file (pathutils.h missing!)
46 * Makefile.am: fix the problem with re-making sources
47 (you had to run ./autogen.sh before!)
48
Linus Walleijfe677ac2006-11-23 13:35:00 +0000492006-11-23 Linus Walleij <triad@df.lth.se>
50
51 * src/libusb-glue.h: add a new bug flag for devices that
52 have broken PTP_OC_MTP_GetObjPropList implementations.
53 * src/libusb-glue.c: state that all iRivers have this problem.
54 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
55 for these devices.
56
572006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +000058
59 * src/libmtp.c: set handle ids for new objects to 0 when
60 creating new albums and playlists.
61
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000622006-11-21 Linus Walleij <triad@df.lth.se>
63
64 * src/libmtp.c: enabled enhanced mode for metadata retrieval
65 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +000066 * src/libmtp.c: fixed the problem with sending files using
67 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +000068
Linus Walleij277cd532006-11-20 14:57:46 +0000692006-11-20 Linus Walleij <triad@df.lth.se>
70
71 * src/ptp.h: sync to upstream libgphoto2
72 * src/ptp.c: dito.
73 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +000074 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +000075
762006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +000077
78 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
79 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +000080 * examples/emptyfolders.c: new example program for pruning empty
81 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +000082
Linus Walleij277cd532006-11-20 14:57:46 +0000832006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +000084
rreardonbbb4e562006-11-19 22:16:11 +000085 * src/libmtp.c: use enhanced MTP commands to create playlists and
86 send files
rreardon508705f2006-11-19 21:27:22 +000087 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +000088 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +000089
Linus Walleij277cd532006-11-20 14:57:46 +0000902006-11-19 Daniel <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +000091
92 * src/libusb-glue.c: fix error on reconnect.
93
Linus Walleij277cd532006-11-20 14:57:46 +0000942006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +000095
96 * src/ptp.c: tidy up ptp_usb_getdata
97
Linus Walleij277cd532006-11-20 14:57:46 +0000982006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +000099
100 * src/libmtp.c: fixed parent handle for uploaded tracks
101
Linus Walleij277cd532006-11-20 14:57:46 +00001022006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000103
104 * src/libmtp.c: fixed up album art using enhanced commands.
105
Linus Walleij277cd532006-11-20 14:57:46 +00001062006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000107
108 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
109 * src/ptp.c: ditto
110 * src/ptp.h: ditto
111 * src/ptp-pack.c: ditto
112
Linus Walleij277cd532006-11-20 14:57:46 +00001132006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000114
Linus Walleijccf28ce2006-11-16 16:06:38 +0000115 * src/libmtp.c: use enhanced MTP commands to create albums and
116 add detection of the default album folder.
117 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000118
Linus Walleij277cd532006-11-20 14:57:46 +00001192006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000120
121 * src/ptp-pack.c: set string buffer to correct size.
122
Linus Walleij277cd532006-11-20 14:57:46 +00001232006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000124
125 * examples/tracks.c: really use undeprecated API entry.
126
Linus Walleij277cd532006-11-20 14:57:46 +00001272006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000128
129 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000130 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000131 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000132 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000133 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000134 * examples/connect.c: ditto.
135 * examples/detect.c: ditto.
136 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000137 * src/ptp.c: working on getting object prop lists.
138 * src/ptp.h: dito.
139
Linus Walleij277cd532006-11-20 14:57:46 +00001402006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000141
142 * src/libusb-glue.c: added Zen Vision W to devices
143
Linus Walleij277cd532006-11-20 14:57:46 +00001442006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000145
146 * src/libmtp.c: added checks for supported properties
147
Linus Walleij277cd532006-11-20 14:57:46 +00001482006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000149
150 * src/libmtp.c: added a check for NULL filenames in
151 LIBMTP_Get_Folder_List.
152
Linus Walleij99310d42006-11-01 08:29:39 +00001532006-11-01 Linus Walleij <triad@df.lth.se>
154
155 * src/libmtp.h.in: set/get uint8 to/from objects
156 * src/libmtp.c: send object property list.
157 * src/ptp.c: dito.
158 * src/ptp.h: dito.
159 * src/ptp-pack.c: dito.
160
mopoke90be30e2006-10-30 08:47:41 +00001612006-10-29 Andy Kelk <andy@mopoke.co.uk>
162
163 * examples/albumart.c: simple tool for adding album art.
164 * src/libmtp.c: graceful handling of players not supporting
165 abstract album objects.
166
Linus Walleij0c33ec02006-10-27 10:15:40 +00001672006-10-27 Linus Walleij <triad@df.lth.se>
168
169 * src/Makefile.am: bump library interface to reflect the new
170 album methods.
171 * configure.ac: bump to 0.0.22 for the next release.
172
1732006-10-27 Andy Kelk <andy@mopoke.co.uk>
174
175 * src/libmtp.c: add support form abstract audio/video albums.
176 * src/libmtp.h.in: dito.
177
Linus Walleij7347d0f2006-10-23 07:23:39 +00001782006-10-23 Linus Walleij <triad@df.lth.se>
179
180 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
181 * src/ptp.c: sync to upstream.
182 * src/ptp.h: dito.
183 * src/ptp-pack.c: dito.
184
Linus Walleij9efe75f2006-10-20 09:09:45 +00001852006-10-20 Linus Walleij <triad@df.lth.se>
186
187 * Release 0.0.21 to get all the new device support out.
188
Linus Walleij501ba4d2006-10-16 06:17:04 +00001892006-10-16 Linus Walleij <triad@df.lth.se>
190
191 * configure.ac: bump to 0.0.21.
192 * src/libusb-glue.c: add code to unload a kernel driver for
193 the primary interface if it is already in use under Linux.
194 * src/libusb-glue.h: add a device flag to make this possible.
195
Linus Walleij37253292006-10-11 08:38:14 +00001962006-10-11 Linus Walleij <triad@df.lth.se>
197
198 * examples/delfile.c: patch from Chris Debenham
199 straingtening out the command-line interface a bit
200 more.
201
Linus Walleij43ff8fc2006-10-10 11:16:53 +00002022006-10-10 Linus Walleij <triad@df.lth.se>
203
Linus Walleij37253292006-10-11 08:38:14 +0000204 * examples/delfile.c: patch from Chris Debenham to make
205 this command take an optional filename as parameter
206 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000207
Linus Walleij955e6ba2006-09-26 16:55:10 +00002082006-09-26 Linus Walleij <triad@df.lth.se>
209
210 * libmtp.pc.in: require libusb instead of just linking it.
211 * configure.ac: bump release to 0.0.20 and release.
212
Linus Walleijb1318d12006-09-25 14:59:26 +00002132006-09-25 Linus Walleij <triad@df.lth.se>
214
215 * examples/evolution-sync.sh: example script to illustrate
216 to to transfer calendar, task and contact information
217 to a device supporting this.
218
Linus Walleij4ef39e62006-09-19 14:11:52 +00002192006-09-19 Linus Walleij <triad@df.lth.se>
220
221 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
222 * src/libmtp.c: dito.
223 * examples/sendfile.c: support vcard3.
224
Linus Walleijf248fdd2006-09-16 20:11:40 +00002252006-09-16 Linus Walleij <triad@df.lth.se>
226
227 * configure.ac: bump to 0.0.19 and release. There are some
228 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000229 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000230
Linus Walleijb8bfcb22006-09-13 12:14:28 +00002312006-09-13 Linus Walleij <triad@df.lth.se>
232
233 * examples/format.c: formatting test program.
234 * examples.Makefile.am: added format.
235
Linus Walleij13374a42006-09-13 11:55:30 +00002362006-09-13 Andy Kelk <andy@mopoke.co.uk>
237
238 * src/libmtp.h.in: added interface to format storage.
239 * src/libmtp.c: dito.
240 * src/ptp.c: dito.
241 * src/ptp.h: dito.
242
Linus Walleijd31e6192006-09-12 07:55:27 +00002432006-09-12 Linus Walleij <triad@df.lth.se>
244
245 * configure.ac: bump release. Released 0.0.18 yesterday.
246 * src/libmtp.c: do not try to read battery max level unless
247 the device supports it. (Bug occurred on Toshiba Gigabeat
248 P10.)
249
Linus Walleijd5d51c82006-09-11 06:57:50 +00002502006-09-11 Linus Walleij <triad@df.lth.se>
251
252 * src/libusb-glue.c: messed around a bit with device descriptor
253 detection so as to bring closer to libgphoto2 detection algorithm.
254 I've seen things that might be false positives, possibly USB mass
255 storage devices with additional MSFT descriptors to indicate they
256 have Janus DRM.
257 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
258 knows that UCS-2 is in machine endianness but Darwin and *BSD does
259 not. Detect C library and switch accordingly.
260 * src/unicode.c: retire old unicode code only keep things we cannot
261 live without. Remove the own internal UCS-2 conversion engine and
262 the internal iconv() engine and use the one already available in
263 PTPParams.
264 * src/unicode.h: dito.
265
Linus Walleij0558ac52006-09-07 06:55:03 +00002662006-09-07 Linus Walleij <triad@df.lth.se>
267
268 * src/libusb-glue.h: added device flags so we can make
269 the code behave differently on certain devices.
270 * src/libusb-glue.c: dito, plus removed some debug prints.
271 * src/libmtp.c: docs.
272 * src/libmtp.h.in: added device_flags to device list struct.
273 * src/Makefile.am: bumped to compatible library interface.
274 * configure.ac: bump version to 0.0.18 (0.0.17 released
275 yesterday).
276
Richard Low6ec2cc12006-09-06 16:59:16 +00002772006-09-06 Richard Low <richard@wentnet.com>
278
279 * src/libusb-glue.c: changed packet sizes to improve
280 transfer speeds.
281 * src/libmtp.c: changed packet sizes to improve transfer
282 transfer speeds. Also stopped extra ptp_getobjectinfo
283 calls when getting directories on connect.
284
Linus Walleij7f0c72e2006-09-06 13:01:58 +00002852006-09-06 Linus Walleij <triad@df.lth.se>
286
287 * src/libusb-glue.c: fixed some endpoint size detection
288 and sending special file sizes stuff. Real hairy bug...
289 Also messed around a bit with the callbacks.
290 * src/libmtp.c: changes for callback size detection.
291
Linus Walleija9310fa2006-09-04 06:47:42 +00002922006-09-04 Linus Walleij <triad@df.lth.se>
293
294 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
295 instead of magic values.
296
Linus Walleijd7aa5b22006-09-02 11:52:31 +00002972006-09-02 Linus Walleij <triad@df.lth.se>
298
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000299 * src/libmtp.c: add some code to have
300 LIBMTP_Send_File_From_File_Descriptor() accept a stream
301 if size is set to (uint64_t) -1, plus documentation fixes.
302 I don't think the streaming code will work but whoever want
303 to experiment with it has a place to start.
304 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000305
Linus Walleijda9500d2006-08-30 13:17:06 +00003062006-08-30 Linus Walleij <triad@df.lth.se>
307
308 * configure.ac: version bump.
309 * src/libmtp.c: more debug prints.
310 * src/libusb-glue.c: new iRiver device called Clix. By
311 the way I released libmtp 0.0.16 yesterday.
312
Linus Walleija823a702006-08-27 21:27:46 +00003132006-08-28 Linus Walleij <triad@df.lth.se>
314
315 * configure.ac: version bump.
316 * src/ptp-pack.c: upstream has committed my patch giving full
317 unicode support in libgphoto2 ptp2 camlib. No need for
318 any more ugly workarounds, plus we now have full unicode
319 filenames!
320 * src/ptp.c: dito.
321 * src/ptp.h: dito.
322 * src/libmtp.c: revamp to use the new unicode support in
323 libgphoto2.
324 * src/unicode.c: remove unused functionality.
325 * src/unicode.h: dito.
326
Linus Walleijee73ef22006-08-27 19:56:00 +00003272006-08-27 Linus Walleij <triad@df.lth.se>
328
329 * configure.ac: version bump. Release all these fixes
330 as 0.0.15.
331 * src/libusb-glue.c: fixed sucky errors. Added callback
332 code when reading files.
333 * src/libusb-glue.h: const correctness.
334 * src/libmtp.h.in: finally fixup the type on the callbacks.
335 * src/libmtp.c: more accurate sending callbacks. Callbacks
336 when getting files also, working correctly. Typeing of
337 callbacks now OK.
338 * examples/getfile.c: some display bar cosmetic fixup.
339 * TODO: lots of the things todo are now done.
340
Linus Walleijd214b9b2006-08-26 22:08:37 +00003412006-08-26 Linus Walleij <triad@df.lth.se>
342
343 * configure.ac: version bump.
344 * src/libmtp.c: fix bug and reinstate callbacks.
345 * src/libusb-glue.h: dito.
346 * src/libusb-glue.c: dito.
347
Linus Walleije7f44be2006-08-25 19:32:29 +00003482006-08-25 Linus Walleij <triad@df.lth.se>
349
350 * src/libmtp.c: use the new file descriptor sender function.
351 Going to release this as 0.0.13.
352 * src/ptp.c: upstream accepted patches synced in.
353 * src/ptp.h: dito.
354
Linus Walleijeab650b2006-08-21 23:26:37 +00003552006-08-22 Linus Walleij <triad@df.lth.se>
356
Linus Walleij80d134a2006-08-22 21:41:37 +0000357 * src/libusb-glue.c: found a real nasty endpoint bug,
358 code from libgphoto2 was assuming max packet size of
359 512 bytes while it is 64 when a USB 2.0 device is
360 plugged into an UHCI hub.
361
3622006-08-22 Linus Walleij <triad@df.lth.se>
363
Linus Walleijeab650b2006-08-21 23:26:37 +0000364 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
365
Linus Walleij924236a2006-08-20 22:17:58 +00003662006-08-21 Linus Walleij <triad@df.lth.se>
367
368 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000369 as result of experiments by Gavin McCullagh. Upstream
370 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000371 Move iconv() converters into device struct for thread
372 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000373 * src/ptp.c: sync to upstream which merges patch to get
374 file directly to file descriptor.
375 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000376 * src/unicode.c: move iconv() converters into the device
377 struct for thread safety.
378 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000379
Linus Walleij30658792006-08-19 22:18:55 +00003802006-08-20 Linus Walleij <triad@df.lth.se>
381
382 * src/libmtp.h.in: set friendly name and sync partner,
383 rename ownername to friendlyname.
384 * src/libmtp.c: dito.
385 * examples/detect.c: reflect changes.
386 * src/Makefile.am: interface is incompatible so age it.
387
Linus Walleijfae27482006-08-19 20:13:25 +00003882006-08-19 Linus Walleij <triad@df.lth.se>
389
390 * src/libmtp.h.in: add function to get syncronization
391 partner for the device.
392 * src/libmtp.c: dito.
393 * examples/detect.c: use that function.
394 * src/Makefile.am: backward-compatible interface bump.
395
Linus Walleij16571dc2006-08-17 20:27:46 +00003962006-08-17 Linus Walleij <triad@df.lth.se>
397
398 * configure.ac: bump to 0.0.12 and require iconv.h.
399
4002006-08-16 Linus Walleij <triad@df.lth.se>
401
402 * src/unicode.c: remove bigendian weirdness and switch
403 to using iconv() instead.
404 * src/unicode.h: dito.
405 * src/libmtp.c: reflect changes.
406
Linus Walleij3e188f12006-08-09 20:46:05 +00004072006-08-09 Linus Walleij <triad@df.lth.se>
408
409 * Release libmtp 0.0.11.
410
Linus Walleij2eb884b2006-08-04 19:17:36 +00004112006-08-04 Linus Walleij <triad@df.lth.se>
412
413 * src/libmtp.c: patch from Dan Aloni to make sendfile
414 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000415 * src/libusb-glue.c: patch from Andy Kelk to avoid
416 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000417 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000418
Linus Walleijaa4b0752006-07-26 22:21:04 +00004192006-07-27 Linus Walleij <triad@df.lth.se>
420
421 * Release libmtp 0.0.10.
422
Linus Walleij17b55ea2006-07-26 13:54:00 +00004232006-07-26 Linus Walleij <triad@df.lth.se>
424
425 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000426 * src/libmtp.c: only set metdata properties supported by
427 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000428 * src/ptp.c: sync to upstream.
429 * src/ptp.h: sync to upstream.
430 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000431
Linus Walleijc187cb92006-06-22 17:58:13 +00004322006-06-22 Linus Walleij <triad@df.lth.se>
433
434 * Release libmtp 0.0.9.
435
Linus Walleij8ab54262006-06-21 07:12:28 +00004362006-06-21 Linus Walleij <triad@df.lth.se>
437
438 * src/libmtp.h.in: added function to retrieve supported
439 filetypes.
440 * src/libmtp.c: ditto.
441 * examples/detect.c: use that function.
442
Linus Walleijcf223e62006-06-19 09:31:53 +00004432006-06-19 Linus Walleij <triad@df.lth.se>
444
445 * src/unicode.c: support all endianness, detect
446 byte-order-mark
447 * src/unicode.h: ditto.
448 * src/libmtp.c: ditto.
449 * examples/detect.c: use proper tempfile function.
450 * src/libmtp.h.in: add some more track properties.
451 * src/libmtp.c: ditto.
452 * examples/tracks.c: ditto.
453
Linus Walleij2e4b5f92006-06-16 14:00:49 +00004542006-06-16 Linus Walleij <triad@df.lth.se>
455
456 * src/libmtp.h.in: new interfaces for single metadata post
457 retrieveal.
458 * src/libmtp.c: ditto.
459 * examples/playlists.c: display track info using the new
460 individual track metadata retrieveal method.
461 * examples/getplaylist.c: ditto.
462
Linus Walleij05ccbe72006-06-13 07:46:58 +00004632006-06-13 Linus Walleij <triad@df.lth.se>
464
465 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000466 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000467 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000468 we can find them. Retrieve device secure time and cert
469 out of sheer curiosity.
470 * src/ptp.c: sync to libgphoto2 with my patches.
471 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000472
Linus Walleij438bd7f2006-06-08 11:35:44 +00004732006-06-07 Linus Walleij <triad@df.lth.se>
474
475 * src/libmtp.h.in: new playlist API and refactorings.
476 * src/libmtp.c: ditto, and refactorings.
477 * src/unicode.h: const correctness.
478 * src/unicode.c: ditto.
479 * examples/playlists.c: new example program.
480 * configure.ac: bump to 0.0.9
481 * src/Makefile.am: bump library interface.
482
Linus Walleij52e3ac52006-06-05 10:30:00 +00004832006-06-05 Linus Walleij <triad@df.lth.se>
484
485 * examples/sendtr.c: fixed annoying bug that made this
486 program totally useless.
487 * src/libmtp.c: cosmetics.
488 * configure.ac: bump to 0.0.8.
489
Linus Walleij345a3372006-06-03 20:55:25 +00004902006-06-03 Linus Walleij <triad@df.lth.se>
491
492 * src/libmtp.c: metadata bugs, album name and genre
493 confused. Fixe it and released libmtp 0.0.7.
494
Linus Walleijdc09dc02006-06-01 14:23:41 +00004952006-06-01 Linus Walleij <triad@df.lth.se>
496
497 * Released libmtp 0.0.6.
498
Linus Walleij549ec4d2006-05-31 19:59:52 +00004992006-05-31 Linus Walleij <triad@df.lth.se>
500
501 * src/libmtp.c: fixed mapping for JPEG vs JFIF
502 * src/libmtp.h.in: added proper type for JPEG
503 * examples/sendfile.c: send proper JPEG type
504
Linus Walleijd3fdd972006-05-30 15:51:37 +00005052006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
506
507 * src/libmtp.c: fixed a bug in update metadata due to
508 bad use of return code.
509 * src/libusb-glue.c: fixed a loop exiting problem with
510 good 'ol GOTO.
511
Linus Walleij9b1fcd92006-05-29 08:35:29 +00005122006-05-29 Linus Walleij <triad@df.lth.se>
513
514 * src/libusb-glue.c: one more device.
515 * doc/examples.h: produce correct documentation.
516 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000517 * src/ptp.c: sync to libgphoto2.
518 * src/ptp.h: ditto.
519 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000520 * src/libmtp.c: fixed all filetype API related functions
521 not to use any PTP intrinsic defines at all, made all
522 parameters to functions use the internal libmtp interface
523 enumerations and definitions. Removed LIBMTP_Release():
524 we can live with the memory lost during init. You're not
525 supposed to re-initialize the device. Consequently removed
526 the delete function that cleaned the filetype assoc list.
527 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000528
ravelox088180b2006-05-26 23:55:40 +00005292006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
530
531 * src/libmtp.c: refactored object handling to be more generic
532 * src/libmtp.h.in: ditto
533 * examples/refactortest.c: Added simple example to use refactoring
534 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000535 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
536 for playlist handling
537 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000538
Linus Walleij1fd2d272006-05-08 09:22:01 +00005392006-05-08 Linus Walleij <triad@df.lth.se>
540
541 * src/libmtp.h.in: add simple detection function.
542 * src/libusb-glue.c: implement MTP "OS descriptor" for
543 looking for MTP devices.
544 * examples/detect.c: make it possible to do very
545 rudimentary detection with "detect -p".
546 * configure.ac: bump to 0.0.5.
547
Linus Walleij685137f2006-05-07 18:09:02 +00005482006-05-07 Linus Walleij <triad@df.lth.se>
549
550 * COPYING: since we no longer use any parts of libptp2
551 and only files from libgphoto2, we switch to the GNU
552 Lesser General Public License (GNU LGPL). libptp2 is
553 a derived work from libgphoto2, and so is libmtp, there
554 are no remnants of libptp2 in libmtp anymore.
555
Linus Walleij16c51f02006-05-04 13:20:22 +00005562006-05-04 Linus Walleij <triad@df.lth.se>
557
558 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000559 * src/libmtp.c: respectfully rearranged to use a filetype mapping
560 table.
561 * src/ptp-pack.c: real nasty unicode packing bug.
562 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000563
Linus Walleijd6a49972006-05-02 08:24:54 +00005642006-05-02 Linus Walleij <triad@df.lth.se>
565
566 * src/libmtp.c: general shaping up for release. All track
567 and file sending functions now respects a parent ID to be
568 sent along with files and tracks.
569 * src/libmtp.h.in: dito.
570 * src/libusb-glue.c: dito.
571 * examples/sendfile.c: interface dependency changes.
572 * examples/sendtr.c: dito.
573
Linus Walleijc60275a2006-04-30 10:58:11 +00005742006-04-30 Linus Walleij <triad@df.lth.se>
575
576 * src/ptp.c: sync upstream.
577 * src/ptp.h: dito.
578
Linus Walleij370c68d2006-04-27 14:19:01 +00005792006-04-27 Linus Walleij <triad@df.lth.se>
580
581 * examples/sendfile.c: first file sender program based
582 on API implementation and changes by Chris Allegretta.
583 * examples/Makefile.am: new program, new entry.
584 * src/libmtp.c: reflect this new functionality.
585 * src/libmtp.h.in: dito.
586
Linus Walleijb02a0662006-04-25 08:05:09 +00005872006-04-25 Linus Walleij <triad@df.lth.se>
588
589 * Rebased the sources around libgphoto2 instead.
590 This was a major revision...
591 * src/ptp.c: imported libgphoto2 version verbatim.
592 * src/ptp.h: imported libgphoto2 version, minor patch.
593 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000594 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000595 * src/mtp.c: dropped, since all functions are now in ptp.c
596 * src/mtp-pack.c: dropped, same reason.
597 * src/mtp.h: dropped, same reason.
598 * src/mtp-pack.h: dropped, same reason.
599
Linus Walleije5f3ad42006-04-21 07:44:36 +00006002006-04-21 Linus Walleij <triad@df.lth.se>
601
Linus Walleij902c0b92006-04-21 10:52:48 +0000602 * Released libmtp 0.0.3
603 * Bumped source to 0.0.4
604
6052006-04-21 Linus Walleij <triad@df.lth.se>
606
Linus Walleije5f3ad42006-04-21 07:44:36 +0000607 * src/ptp-pack.c: GCC 4.x compilation patch from
608 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000609 * src/libusb-glue.c: New Samsung device and some
610 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000611 * src/ptp.h: some defines from libgphoto2 to get
612 a bit more compatible.
613 * src/libmtp.c: Added a folder API implementation by
614 Dave "ravelox" Kelly.
615 * src/libmtp.h.in: dito.
616 * examples/folders.c: dito.
617 * examples/newfolder.c: dito.
618 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000619
Linus Walleij6fd2f082006-03-28 07:19:22 +00006202006-03-28 Linus Walleij <triad@df.lth.se>
621
622 * m4/*: updated macros to work with GCC 4.1.0.
623 * examples/hotplug.c: new program to create device
624 ID lists.
625 * libmtp.rules: now an auto-generated file.
626 * libmtp.usermap: now an auto-generated file.
627
Linus Walleijf6bc1782006-03-24 15:12:47 +00006282006-03-24 Linus Walleij <triad@df.lth.se>
629
630 * Beginning a file API, fixed some example program
631 names and such.
632
Linus Walleij6946ac52006-03-21 06:51:22 +00006332006-03-18 Linus Walleij <triad@df.lth.se>
634
635 * Fixed up callback interface to a simpler version,
636 the old one was bloated stuff from libnjb anyway.
637 Bump to 0.0.2.
638
Linus Walleij9b28da32006-03-16 13:47:58 +00006392006-03-16 Linus Walleij <triad@df.lth.se>
640
641 * Fixed the .h file and implementation so you really only
642 need this one .h file to interface the library.
643
Linus Walleij80124062006-03-15 10:26:09 +00006442006-03-15 Linus Walleij <triad@df.lth.se>
645
646 * Added three device information retrieval functions.
647
Linus Walleij15e344f2006-03-06 15:15:00 +00006482006-03-06 Linus Walleij <triad@df.lth.se>
649
650 * Moving some things around to structure the source. More
651 will be needed...
652
Linus Walleij93218602006-02-27 08:53:38 +00006532006-02-27 Linus Walleij <triad@df.lth.se>
654
655 * Release libmtp 0.0.1 so people have something to play with,
656 what the heck. Probably saves someones day.
657
Linus Walleij95698cd2006-02-24 10:40:40 +00006582006-02-24 Linus Walleij <triad@df.lth.se>
659
660 * Deltr example program to delete tracks, plus corresponding
661 interface call.
662
Linus Walleij17e39f72006-02-23 15:54:28 +00006632006-02-23 Linus Walleij <triad@df.lth.se>
664
665 * Fixed up sendtr program and metadata tagging function that is
666 used after sending files.
667
Linus Walleij394bbbe2006-02-22 16:10:53 +00006682006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000669
Linus Walleij394bbbe2006-02-22 16:10:53 +0000670 * Untested gettr.c and sendtr.c programs to get and send tracks
671 created.
672
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00006732006-01-30 Linus Walleij <triad@df.lth.se>
674
675 * Created the initial GNU source directory structure.
676 * Added the most basic files.