blob: 37ba40dd2e288b81eafb689e0e090af54f0d66a4 [file] [log] [blame]
Linus Walleij2f5ed5c2006-11-21 07:40:29 +000012006-11-21 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.c: enabled enhanced mode for metadata retrieval
4 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +00005 * src/libmtp.c: fixed the problem with sending files using
6 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00007
Linus Walleij277cd532006-11-20 14:57:46 +000082006-11-20 Linus Walleij <triad@df.lth.se>
9
10 * src/ptp.h: sync to upstream libgphoto2
11 * src/ptp.c: dito.
12 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +000013 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +000014
152006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +000016
17 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
18 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +000019 * examples/emptyfolders.c: new example program for pruning empty
20 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +000021
Linus Walleij277cd532006-11-20 14:57:46 +0000222006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +000023
rreardonbbb4e562006-11-19 22:16:11 +000024 * src/libmtp.c: use enhanced MTP commands to create playlists and
25 send files
rreardon508705f2006-11-19 21:27:22 +000026 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +000027 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +000028
Linus Walleij277cd532006-11-20 14:57:46 +0000292006-11-19 Daniel <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +000030
31 * src/libusb-glue.c: fix error on reconnect.
32
Linus Walleij277cd532006-11-20 14:57:46 +0000332006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +000034
35 * src/ptp.c: tidy up ptp_usb_getdata
36
Linus Walleij277cd532006-11-20 14:57:46 +0000372006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +000038
39 * src/libmtp.c: fixed parent handle for uploaded tracks
40
Linus Walleij277cd532006-11-20 14:57:46 +0000412006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +000042
43 * src/libmtp.c: fixed up album art using enhanced commands.
44
Linus Walleij277cd532006-11-20 14:57:46 +0000452006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +000046
47 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
48 * src/ptp.c: ditto
49 * src/ptp.h: ditto
50 * src/ptp-pack.c: ditto
51
Linus Walleij277cd532006-11-20 14:57:46 +0000522006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +000053
Linus Walleijccf28ce2006-11-16 16:06:38 +000054 * src/libmtp.c: use enhanced MTP commands to create albums and
55 add detection of the default album folder.
56 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +000057
Linus Walleij277cd532006-11-20 14:57:46 +0000582006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +000059
60 * src/ptp-pack.c: set string buffer to correct size.
61
Linus Walleij277cd532006-11-20 14:57:46 +0000622006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +000063
64 * examples/tracks.c: really use undeprecated API entry.
65
Linus Walleij277cd532006-11-20 14:57:46 +0000662006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +000067
68 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +000069 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +000070 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +000071 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +000072 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +000073 * examples/connect.c: ditto.
74 * examples/detect.c: ditto.
75 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +000076 * src/ptp.c: working on getting object prop lists.
77 * src/ptp.h: dito.
78
Linus Walleij277cd532006-11-20 14:57:46 +0000792006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +000080
81 * src/libusb-glue.c: added Zen Vision W to devices
82
Linus Walleij277cd532006-11-20 14:57:46 +0000832006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +000084
85 * src/libmtp.c: added checks for supported properties
86
Linus Walleij277cd532006-11-20 14:57:46 +0000872006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +000088
89 * src/libmtp.c: added a check for NULL filenames in
90 LIBMTP_Get_Folder_List.
91
Linus Walleij99310d42006-11-01 08:29:39 +0000922006-11-01 Linus Walleij <triad@df.lth.se>
93
94 * src/libmtp.h.in: set/get uint8 to/from objects
95 * src/libmtp.c: send object property list.
96 * src/ptp.c: dito.
97 * src/ptp.h: dito.
98 * src/ptp-pack.c: dito.
99
mopoke90be30e2006-10-30 08:47:41 +00001002006-10-29 Andy Kelk <andy@mopoke.co.uk>
101
102 * examples/albumart.c: simple tool for adding album art.
103 * src/libmtp.c: graceful handling of players not supporting
104 abstract album objects.
105
Linus Walleij0c33ec02006-10-27 10:15:40 +00001062006-10-27 Linus Walleij <triad@df.lth.se>
107
108 * src/Makefile.am: bump library interface to reflect the new
109 album methods.
110 * configure.ac: bump to 0.0.22 for the next release.
111
1122006-10-27 Andy Kelk <andy@mopoke.co.uk>
113
114 * src/libmtp.c: add support form abstract audio/video albums.
115 * src/libmtp.h.in: dito.
116
Linus Walleij7347d0f2006-10-23 07:23:39 +00001172006-10-23 Linus Walleij <triad@df.lth.se>
118
119 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
120 * src/ptp.c: sync to upstream.
121 * src/ptp.h: dito.
122 * src/ptp-pack.c: dito.
123
Linus Walleij9efe75f2006-10-20 09:09:45 +00001242006-10-20 Linus Walleij <triad@df.lth.se>
125
126 * Release 0.0.21 to get all the new device support out.
127
Linus Walleij501ba4d2006-10-16 06:17:04 +00001282006-10-16 Linus Walleij <triad@df.lth.se>
129
130 * configure.ac: bump to 0.0.21.
131 * src/libusb-glue.c: add code to unload a kernel driver for
132 the primary interface if it is already in use under Linux.
133 * src/libusb-glue.h: add a device flag to make this possible.
134
Linus Walleij37253292006-10-11 08:38:14 +00001352006-10-11 Linus Walleij <triad@df.lth.se>
136
137 * examples/delfile.c: patch from Chris Debenham
138 straingtening out the command-line interface a bit
139 more.
140
Linus Walleij43ff8fc2006-10-10 11:16:53 +00001412006-10-10 Linus Walleij <triad@df.lth.se>
142
Linus Walleij37253292006-10-11 08:38:14 +0000143 * examples/delfile.c: patch from Chris Debenham to make
144 this command take an optional filename as parameter
145 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000146
Linus Walleij955e6ba2006-09-26 16:55:10 +00001472006-09-26 Linus Walleij <triad@df.lth.se>
148
149 * libmtp.pc.in: require libusb instead of just linking it.
150 * configure.ac: bump release to 0.0.20 and release.
151
Linus Walleijb1318d12006-09-25 14:59:26 +00001522006-09-25 Linus Walleij <triad@df.lth.se>
153
154 * examples/evolution-sync.sh: example script to illustrate
155 to to transfer calendar, task and contact information
156 to a device supporting this.
157
Linus Walleij4ef39e62006-09-19 14:11:52 +00001582006-09-19 Linus Walleij <triad@df.lth.se>
159
160 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
161 * src/libmtp.c: dito.
162 * examples/sendfile.c: support vcard3.
163
Linus Walleijf248fdd2006-09-16 20:11:40 +00001642006-09-16 Linus Walleij <triad@df.lth.se>
165
166 * configure.ac: bump to 0.0.19 and release. There are some
167 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000168 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000169
Linus Walleijb8bfcb22006-09-13 12:14:28 +00001702006-09-13 Linus Walleij <triad@df.lth.se>
171
172 * examples/format.c: formatting test program.
173 * examples.Makefile.am: added format.
174
Linus Walleij13374a42006-09-13 11:55:30 +00001752006-09-13 Andy Kelk <andy@mopoke.co.uk>
176
177 * src/libmtp.h.in: added interface to format storage.
178 * src/libmtp.c: dito.
179 * src/ptp.c: dito.
180 * src/ptp.h: dito.
181
Linus Walleijd31e6192006-09-12 07:55:27 +00001822006-09-12 Linus Walleij <triad@df.lth.se>
183
184 * configure.ac: bump release. Released 0.0.18 yesterday.
185 * src/libmtp.c: do not try to read battery max level unless
186 the device supports it. (Bug occurred on Toshiba Gigabeat
187 P10.)
188
Linus Walleijd5d51c82006-09-11 06:57:50 +00001892006-09-11 Linus Walleij <triad@df.lth.se>
190
191 * src/libusb-glue.c: messed around a bit with device descriptor
192 detection so as to bring closer to libgphoto2 detection algorithm.
193 I've seen things that might be false positives, possibly USB mass
194 storage devices with additional MSFT descriptors to indicate they
195 have Janus DRM.
196 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
197 knows that UCS-2 is in machine endianness but Darwin and *BSD does
198 not. Detect C library and switch accordingly.
199 * src/unicode.c: retire old unicode code only keep things we cannot
200 live without. Remove the own internal UCS-2 conversion engine and
201 the internal iconv() engine and use the one already available in
202 PTPParams.
203 * src/unicode.h: dito.
204
Linus Walleij0558ac52006-09-07 06:55:03 +00002052006-09-07 Linus Walleij <triad@df.lth.se>
206
207 * src/libusb-glue.h: added device flags so we can make
208 the code behave differently on certain devices.
209 * src/libusb-glue.c: dito, plus removed some debug prints.
210 * src/libmtp.c: docs.
211 * src/libmtp.h.in: added device_flags to device list struct.
212 * src/Makefile.am: bumped to compatible library interface.
213 * configure.ac: bump version to 0.0.18 (0.0.17 released
214 yesterday).
215
Richard Low6ec2cc12006-09-06 16:59:16 +00002162006-09-06 Richard Low <richard@wentnet.com>
217
218 * src/libusb-glue.c: changed packet sizes to improve
219 transfer speeds.
220 * src/libmtp.c: changed packet sizes to improve transfer
221 transfer speeds. Also stopped extra ptp_getobjectinfo
222 calls when getting directories on connect.
223
Linus Walleij7f0c72e2006-09-06 13:01:58 +00002242006-09-06 Linus Walleij <triad@df.lth.se>
225
226 * src/libusb-glue.c: fixed some endpoint size detection
227 and sending special file sizes stuff. Real hairy bug...
228 Also messed around a bit with the callbacks.
229 * src/libmtp.c: changes for callback size detection.
230
Linus Walleija9310fa2006-09-04 06:47:42 +00002312006-09-04 Linus Walleij <triad@df.lth.se>
232
233 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
234 instead of magic values.
235
Linus Walleijd7aa5b22006-09-02 11:52:31 +00002362006-09-02 Linus Walleij <triad@df.lth.se>
237
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000238 * src/libmtp.c: add some code to have
239 LIBMTP_Send_File_From_File_Descriptor() accept a stream
240 if size is set to (uint64_t) -1, plus documentation fixes.
241 I don't think the streaming code will work but whoever want
242 to experiment with it has a place to start.
243 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000244
Linus Walleijda9500d2006-08-30 13:17:06 +00002452006-08-30 Linus Walleij <triad@df.lth.se>
246
247 * configure.ac: version bump.
248 * src/libmtp.c: more debug prints.
249 * src/libusb-glue.c: new iRiver device called Clix. By
250 the way I released libmtp 0.0.16 yesterday.
251
Linus Walleija823a702006-08-27 21:27:46 +00002522006-08-28 Linus Walleij <triad@df.lth.se>
253
254 * configure.ac: version bump.
255 * src/ptp-pack.c: upstream has committed my patch giving full
256 unicode support in libgphoto2 ptp2 camlib. No need for
257 any more ugly workarounds, plus we now have full unicode
258 filenames!
259 * src/ptp.c: dito.
260 * src/ptp.h: dito.
261 * src/libmtp.c: revamp to use the new unicode support in
262 libgphoto2.
263 * src/unicode.c: remove unused functionality.
264 * src/unicode.h: dito.
265
Linus Walleijee73ef22006-08-27 19:56:00 +00002662006-08-27 Linus Walleij <triad@df.lth.se>
267
268 * configure.ac: version bump. Release all these fixes
269 as 0.0.15.
270 * src/libusb-glue.c: fixed sucky errors. Added callback
271 code when reading files.
272 * src/libusb-glue.h: const correctness.
273 * src/libmtp.h.in: finally fixup the type on the callbacks.
274 * src/libmtp.c: more accurate sending callbacks. Callbacks
275 when getting files also, working correctly. Typeing of
276 callbacks now OK.
277 * examples/getfile.c: some display bar cosmetic fixup.
278 * TODO: lots of the things todo are now done.
279
Linus Walleijd214b9b2006-08-26 22:08:37 +00002802006-08-26 Linus Walleij <triad@df.lth.se>
281
282 * configure.ac: version bump.
283 * src/libmtp.c: fix bug and reinstate callbacks.
284 * src/libusb-glue.h: dito.
285 * src/libusb-glue.c: dito.
286
Linus Walleije7f44be2006-08-25 19:32:29 +00002872006-08-25 Linus Walleij <triad@df.lth.se>
288
289 * src/libmtp.c: use the new file descriptor sender function.
290 Going to release this as 0.0.13.
291 * src/ptp.c: upstream accepted patches synced in.
292 * src/ptp.h: dito.
293
Linus Walleijeab650b2006-08-21 23:26:37 +00002942006-08-22 Linus Walleij <triad@df.lth.se>
295
Linus Walleij80d134a2006-08-22 21:41:37 +0000296 * src/libusb-glue.c: found a real nasty endpoint bug,
297 code from libgphoto2 was assuming max packet size of
298 512 bytes while it is 64 when a USB 2.0 device is
299 plugged into an UHCI hub.
300
3012006-08-22 Linus Walleij <triad@df.lth.se>
302
Linus Walleijeab650b2006-08-21 23:26:37 +0000303 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
304
Linus Walleij924236a2006-08-20 22:17:58 +00003052006-08-21 Linus Walleij <triad@df.lth.se>
306
307 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000308 as result of experiments by Gavin McCullagh. Upstream
309 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000310 Move iconv() converters into device struct for thread
311 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000312 * src/ptp.c: sync to upstream which merges patch to get
313 file directly to file descriptor.
314 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000315 * src/unicode.c: move iconv() converters into the device
316 struct for thread safety.
317 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000318
Linus Walleij30658792006-08-19 22:18:55 +00003192006-08-20 Linus Walleij <triad@df.lth.se>
320
321 * src/libmtp.h.in: set friendly name and sync partner,
322 rename ownername to friendlyname.
323 * src/libmtp.c: dito.
324 * examples/detect.c: reflect changes.
325 * src/Makefile.am: interface is incompatible so age it.
326
Linus Walleijfae27482006-08-19 20:13:25 +00003272006-08-19 Linus Walleij <triad@df.lth.se>
328
329 * src/libmtp.h.in: add function to get syncronization
330 partner for the device.
331 * src/libmtp.c: dito.
332 * examples/detect.c: use that function.
333 * src/Makefile.am: backward-compatible interface bump.
334
Linus Walleij16571dc2006-08-17 20:27:46 +00003352006-08-17 Linus Walleij <triad@df.lth.se>
336
337 * configure.ac: bump to 0.0.12 and require iconv.h.
338
3392006-08-16 Linus Walleij <triad@df.lth.se>
340
341 * src/unicode.c: remove bigendian weirdness and switch
342 to using iconv() instead.
343 * src/unicode.h: dito.
344 * src/libmtp.c: reflect changes.
345
Linus Walleij3e188f12006-08-09 20:46:05 +00003462006-08-09 Linus Walleij <triad@df.lth.se>
347
348 * Release libmtp 0.0.11.
349
Linus Walleij2eb884b2006-08-04 19:17:36 +00003502006-08-04 Linus Walleij <triad@df.lth.se>
351
352 * src/libmtp.c: patch from Dan Aloni to make sendfile
353 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000354 * src/libusb-glue.c: patch from Andy Kelk to avoid
355 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000356 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000357
Linus Walleijaa4b0752006-07-26 22:21:04 +00003582006-07-27 Linus Walleij <triad@df.lth.se>
359
360 * Release libmtp 0.0.10.
361
Linus Walleij17b55ea2006-07-26 13:54:00 +00003622006-07-26 Linus Walleij <triad@df.lth.se>
363
364 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000365 * src/libmtp.c: only set metdata properties supported by
366 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000367 * src/ptp.c: sync to upstream.
368 * src/ptp.h: sync to upstream.
369 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000370
Linus Walleijc187cb92006-06-22 17:58:13 +00003712006-06-22 Linus Walleij <triad@df.lth.se>
372
373 * Release libmtp 0.0.9.
374
Linus Walleij8ab54262006-06-21 07:12:28 +00003752006-06-21 Linus Walleij <triad@df.lth.se>
376
377 * src/libmtp.h.in: added function to retrieve supported
378 filetypes.
379 * src/libmtp.c: ditto.
380 * examples/detect.c: use that function.
381
Linus Walleijcf223e62006-06-19 09:31:53 +00003822006-06-19 Linus Walleij <triad@df.lth.se>
383
384 * src/unicode.c: support all endianness, detect
385 byte-order-mark
386 * src/unicode.h: ditto.
387 * src/libmtp.c: ditto.
388 * examples/detect.c: use proper tempfile function.
389 * src/libmtp.h.in: add some more track properties.
390 * src/libmtp.c: ditto.
391 * examples/tracks.c: ditto.
392
Linus Walleij2e4b5f92006-06-16 14:00:49 +00003932006-06-16 Linus Walleij <triad@df.lth.se>
394
395 * src/libmtp.h.in: new interfaces for single metadata post
396 retrieveal.
397 * src/libmtp.c: ditto.
398 * examples/playlists.c: display track info using the new
399 individual track metadata retrieveal method.
400 * examples/getplaylist.c: ditto.
401
Linus Walleij05ccbe72006-06-13 07:46:58 +00004022006-06-13 Linus Walleij <triad@df.lth.se>
403
404 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000405 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000406 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000407 we can find them. Retrieve device secure time and cert
408 out of sheer curiosity.
409 * src/ptp.c: sync to libgphoto2 with my patches.
410 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000411
Linus Walleij438bd7f2006-06-08 11:35:44 +00004122006-06-07 Linus Walleij <triad@df.lth.se>
413
414 * src/libmtp.h.in: new playlist API and refactorings.
415 * src/libmtp.c: ditto, and refactorings.
416 * src/unicode.h: const correctness.
417 * src/unicode.c: ditto.
418 * examples/playlists.c: new example program.
419 * configure.ac: bump to 0.0.9
420 * src/Makefile.am: bump library interface.
421
Linus Walleij52e3ac52006-06-05 10:30:00 +00004222006-06-05 Linus Walleij <triad@df.lth.se>
423
424 * examples/sendtr.c: fixed annoying bug that made this
425 program totally useless.
426 * src/libmtp.c: cosmetics.
427 * configure.ac: bump to 0.0.8.
428
Linus Walleij345a3372006-06-03 20:55:25 +00004292006-06-03 Linus Walleij <triad@df.lth.se>
430
431 * src/libmtp.c: metadata bugs, album name and genre
432 confused. Fixe it and released libmtp 0.0.7.
433
Linus Walleijdc09dc02006-06-01 14:23:41 +00004342006-06-01 Linus Walleij <triad@df.lth.se>
435
436 * Released libmtp 0.0.6.
437
Linus Walleij549ec4d2006-05-31 19:59:52 +00004382006-05-31 Linus Walleij <triad@df.lth.se>
439
440 * src/libmtp.c: fixed mapping for JPEG vs JFIF
441 * src/libmtp.h.in: added proper type for JPEG
442 * examples/sendfile.c: send proper JPEG type
443
Linus Walleijd3fdd972006-05-30 15:51:37 +00004442006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
445
446 * src/libmtp.c: fixed a bug in update metadata due to
447 bad use of return code.
448 * src/libusb-glue.c: fixed a loop exiting problem with
449 good 'ol GOTO.
450
Linus Walleij9b1fcd92006-05-29 08:35:29 +00004512006-05-29 Linus Walleij <triad@df.lth.se>
452
453 * src/libusb-glue.c: one more device.
454 * doc/examples.h: produce correct documentation.
455 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000456 * src/ptp.c: sync to libgphoto2.
457 * src/ptp.h: ditto.
458 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000459 * src/libmtp.c: fixed all filetype API related functions
460 not to use any PTP intrinsic defines at all, made all
461 parameters to functions use the internal libmtp interface
462 enumerations and definitions. Removed LIBMTP_Release():
463 we can live with the memory lost during init. You're not
464 supposed to re-initialize the device. Consequently removed
465 the delete function that cleaned the filetype assoc list.
466 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000467
ravelox088180b2006-05-26 23:55:40 +00004682006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
469
470 * src/libmtp.c: refactored object handling to be more generic
471 * src/libmtp.h.in: ditto
472 * examples/refactortest.c: Added simple example to use refactoring
473 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000474 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
475 for playlist handling
476 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000477
Linus Walleij1fd2d272006-05-08 09:22:01 +00004782006-05-08 Linus Walleij <triad@df.lth.se>
479
480 * src/libmtp.h.in: add simple detection function.
481 * src/libusb-glue.c: implement MTP "OS descriptor" for
482 looking for MTP devices.
483 * examples/detect.c: make it possible to do very
484 rudimentary detection with "detect -p".
485 * configure.ac: bump to 0.0.5.
486
Linus Walleij685137f2006-05-07 18:09:02 +00004872006-05-07 Linus Walleij <triad@df.lth.se>
488
489 * COPYING: since we no longer use any parts of libptp2
490 and only files from libgphoto2, we switch to the GNU
491 Lesser General Public License (GNU LGPL). libptp2 is
492 a derived work from libgphoto2, and so is libmtp, there
493 are no remnants of libptp2 in libmtp anymore.
494
Linus Walleij16c51f02006-05-04 13:20:22 +00004952006-05-04 Linus Walleij <triad@df.lth.se>
496
497 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000498 * src/libmtp.c: respectfully rearranged to use a filetype mapping
499 table.
500 * src/ptp-pack.c: real nasty unicode packing bug.
501 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000502
Linus Walleijd6a49972006-05-02 08:24:54 +00005032006-05-02 Linus Walleij <triad@df.lth.se>
504
505 * src/libmtp.c: general shaping up for release. All track
506 and file sending functions now respects a parent ID to be
507 sent along with files and tracks.
508 * src/libmtp.h.in: dito.
509 * src/libusb-glue.c: dito.
510 * examples/sendfile.c: interface dependency changes.
511 * examples/sendtr.c: dito.
512
Linus Walleijc60275a2006-04-30 10:58:11 +00005132006-04-30 Linus Walleij <triad@df.lth.se>
514
515 * src/ptp.c: sync upstream.
516 * src/ptp.h: dito.
517
Linus Walleij370c68d2006-04-27 14:19:01 +00005182006-04-27 Linus Walleij <triad@df.lth.se>
519
520 * examples/sendfile.c: first file sender program based
521 on API implementation and changes by Chris Allegretta.
522 * examples/Makefile.am: new program, new entry.
523 * src/libmtp.c: reflect this new functionality.
524 * src/libmtp.h.in: dito.
525
Linus Walleijb02a0662006-04-25 08:05:09 +00005262006-04-25 Linus Walleij <triad@df.lth.se>
527
528 * Rebased the sources around libgphoto2 instead.
529 This was a major revision...
530 * src/ptp.c: imported libgphoto2 version verbatim.
531 * src/ptp.h: imported libgphoto2 version, minor patch.
532 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000533 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000534 * src/mtp.c: dropped, since all functions are now in ptp.c
535 * src/mtp-pack.c: dropped, same reason.
536 * src/mtp.h: dropped, same reason.
537 * src/mtp-pack.h: dropped, same reason.
538
Linus Walleije5f3ad42006-04-21 07:44:36 +00005392006-04-21 Linus Walleij <triad@df.lth.se>
540
Linus Walleij902c0b92006-04-21 10:52:48 +0000541 * Released libmtp 0.0.3
542 * Bumped source to 0.0.4
543
5442006-04-21 Linus Walleij <triad@df.lth.se>
545
Linus Walleije5f3ad42006-04-21 07:44:36 +0000546 * src/ptp-pack.c: GCC 4.x compilation patch from
547 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000548 * src/libusb-glue.c: New Samsung device and some
549 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000550 * src/ptp.h: some defines from libgphoto2 to get
551 a bit more compatible.
552 * src/libmtp.c: Added a folder API implementation by
553 Dave "ravelox" Kelly.
554 * src/libmtp.h.in: dito.
555 * examples/folders.c: dito.
556 * examples/newfolder.c: dito.
557 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000558
Linus Walleij6fd2f082006-03-28 07:19:22 +00005592006-03-28 Linus Walleij <triad@df.lth.se>
560
561 * m4/*: updated macros to work with GCC 4.1.0.
562 * examples/hotplug.c: new program to create device
563 ID lists.
564 * libmtp.rules: now an auto-generated file.
565 * libmtp.usermap: now an auto-generated file.
566
Linus Walleijf6bc1782006-03-24 15:12:47 +00005672006-03-24 Linus Walleij <triad@df.lth.se>
568
569 * Beginning a file API, fixed some example program
570 names and such.
571
Linus Walleij6946ac52006-03-21 06:51:22 +00005722006-03-18 Linus Walleij <triad@df.lth.se>
573
574 * Fixed up callback interface to a simpler version,
575 the old one was bloated stuff from libnjb anyway.
576 Bump to 0.0.2.
577
Linus Walleij9b28da32006-03-16 13:47:58 +00005782006-03-16 Linus Walleij <triad@df.lth.se>
579
580 * Fixed the .h file and implementation so you really only
581 need this one .h file to interface the library.
582
Linus Walleij80124062006-03-15 10:26:09 +00005832006-03-15 Linus Walleij <triad@df.lth.se>
584
585 * Added three device information retrieval functions.
586
Linus Walleij15e344f2006-03-06 15:15:00 +00005872006-03-06 Linus Walleij <triad@df.lth.se>
588
589 * Moving some things around to structure the source. More
590 will be needed...
591
Linus Walleij93218602006-02-27 08:53:38 +00005922006-02-27 Linus Walleij <triad@df.lth.se>
593
594 * Release libmtp 0.0.1 so people have something to play with,
595 what the heck. Probably saves someones day.
596
Linus Walleij95698cd2006-02-24 10:40:40 +00005972006-02-24 Linus Walleij <triad@df.lth.se>
598
599 * Deltr example program to delete tracks, plus corresponding
600 interface call.
601
Linus Walleij17e39f72006-02-23 15:54:28 +00006022006-02-23 Linus Walleij <triad@df.lth.se>
603
604 * Fixed up sendtr program and metadata tagging function that is
605 used after sending files.
606
Linus Walleij394bbbe2006-02-22 16:10:53 +00006072006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000608
Linus Walleij394bbbe2006-02-22 16:10:53 +0000609 * Untested gettr.c and sendtr.c programs to get and send tracks
610 created.
611
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00006122006-01-30 Linus Walleij <triad@df.lth.se>
613
614 * Created the initial GNU source directory structure.
615 * Added the most basic files.