blob: c6b83351e5fc4d956234d782d50deb74b90983be [file] [log] [blame]
rreardonbddc0f82006-11-21 13:44:42 +000012006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
2
3 * src/libmtp.c: set handle ids for new objects to 0 when
4 creating new albums and playlists.
5
Linus Walleij2f5ed5c2006-11-21 07:40:29 +000062006-11-21 Linus Walleij <triad@df.lth.se>
7
8 * src/libmtp.c: enabled enhanced mode for metadata retrieval
9 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +000010 * src/libmtp.c: fixed the problem with sending files using
11 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +000012
Linus Walleij277cd532006-11-20 14:57:46 +0000132006-11-20 Linus Walleij <triad@df.lth.se>
14
15 * src/ptp.h: sync to upstream libgphoto2
16 * src/ptp.c: dito.
17 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +000018 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +000019
202006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +000021
22 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
23 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +000024 * examples/emptyfolders.c: new example program for pruning empty
25 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +000026
Linus Walleij277cd532006-11-20 14:57:46 +0000272006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +000028
rreardonbbb4e562006-11-19 22:16:11 +000029 * src/libmtp.c: use enhanced MTP commands to create playlists and
30 send files
rreardon508705f2006-11-19 21:27:22 +000031 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +000032 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +000033
Linus Walleij277cd532006-11-20 14:57:46 +0000342006-11-19 Daniel <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +000035
36 * src/libusb-glue.c: fix error on reconnect.
37
Linus Walleij277cd532006-11-20 14:57:46 +0000382006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +000039
40 * src/ptp.c: tidy up ptp_usb_getdata
41
Linus Walleij277cd532006-11-20 14:57:46 +0000422006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +000043
44 * src/libmtp.c: fixed parent handle for uploaded tracks
45
Linus Walleij277cd532006-11-20 14:57:46 +0000462006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +000047
48 * src/libmtp.c: fixed up album art using enhanced commands.
49
Linus Walleij277cd532006-11-20 14:57:46 +0000502006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +000051
52 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
53 * src/ptp.c: ditto
54 * src/ptp.h: ditto
55 * src/ptp-pack.c: ditto
56
Linus Walleij277cd532006-11-20 14:57:46 +0000572006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +000058
Linus Walleijccf28ce2006-11-16 16:06:38 +000059 * src/libmtp.c: use enhanced MTP commands to create albums and
60 add detection of the default album folder.
61 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +000062
Linus Walleij277cd532006-11-20 14:57:46 +0000632006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +000064
65 * src/ptp-pack.c: set string buffer to correct size.
66
Linus Walleij277cd532006-11-20 14:57:46 +0000672006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +000068
69 * examples/tracks.c: really use undeprecated API entry.
70
Linus Walleij277cd532006-11-20 14:57:46 +0000712006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +000072
73 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +000074 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +000075 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +000076 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +000077 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +000078 * examples/connect.c: ditto.
79 * examples/detect.c: ditto.
80 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +000081 * src/ptp.c: working on getting object prop lists.
82 * src/ptp.h: dito.
83
Linus Walleij277cd532006-11-20 14:57:46 +0000842006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +000085
86 * src/libusb-glue.c: added Zen Vision W to devices
87
Linus Walleij277cd532006-11-20 14:57:46 +0000882006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +000089
90 * src/libmtp.c: added checks for supported properties
91
Linus Walleij277cd532006-11-20 14:57:46 +0000922006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +000093
94 * src/libmtp.c: added a check for NULL filenames in
95 LIBMTP_Get_Folder_List.
96
Linus Walleij99310d42006-11-01 08:29:39 +0000972006-11-01 Linus Walleij <triad@df.lth.se>
98
99 * src/libmtp.h.in: set/get uint8 to/from objects
100 * src/libmtp.c: send object property list.
101 * src/ptp.c: dito.
102 * src/ptp.h: dito.
103 * src/ptp-pack.c: dito.
104
mopoke90be30e2006-10-30 08:47:41 +00001052006-10-29 Andy Kelk <andy@mopoke.co.uk>
106
107 * examples/albumart.c: simple tool for adding album art.
108 * src/libmtp.c: graceful handling of players not supporting
109 abstract album objects.
110
Linus Walleij0c33ec02006-10-27 10:15:40 +00001112006-10-27 Linus Walleij <triad@df.lth.se>
112
113 * src/Makefile.am: bump library interface to reflect the new
114 album methods.
115 * configure.ac: bump to 0.0.22 for the next release.
116
1172006-10-27 Andy Kelk <andy@mopoke.co.uk>
118
119 * src/libmtp.c: add support form abstract audio/video albums.
120 * src/libmtp.h.in: dito.
121
Linus Walleij7347d0f2006-10-23 07:23:39 +00001222006-10-23 Linus Walleij <triad@df.lth.se>
123
124 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
125 * src/ptp.c: sync to upstream.
126 * src/ptp.h: dito.
127 * src/ptp-pack.c: dito.
128
Linus Walleij9efe75f2006-10-20 09:09:45 +00001292006-10-20 Linus Walleij <triad@df.lth.se>
130
131 * Release 0.0.21 to get all the new device support out.
132
Linus Walleij501ba4d2006-10-16 06:17:04 +00001332006-10-16 Linus Walleij <triad@df.lth.se>
134
135 * configure.ac: bump to 0.0.21.
136 * src/libusb-glue.c: add code to unload a kernel driver for
137 the primary interface if it is already in use under Linux.
138 * src/libusb-glue.h: add a device flag to make this possible.
139
Linus Walleij37253292006-10-11 08:38:14 +00001402006-10-11 Linus Walleij <triad@df.lth.se>
141
142 * examples/delfile.c: patch from Chris Debenham
143 straingtening out the command-line interface a bit
144 more.
145
Linus Walleij43ff8fc2006-10-10 11:16:53 +00001462006-10-10 Linus Walleij <triad@df.lth.se>
147
Linus Walleij37253292006-10-11 08:38:14 +0000148 * examples/delfile.c: patch from Chris Debenham to make
149 this command take an optional filename as parameter
150 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000151
Linus Walleij955e6ba2006-09-26 16:55:10 +00001522006-09-26 Linus Walleij <triad@df.lth.se>
153
154 * libmtp.pc.in: require libusb instead of just linking it.
155 * configure.ac: bump release to 0.0.20 and release.
156
Linus Walleijb1318d12006-09-25 14:59:26 +00001572006-09-25 Linus Walleij <triad@df.lth.se>
158
159 * examples/evolution-sync.sh: example script to illustrate
160 to to transfer calendar, task and contact information
161 to a device supporting this.
162
Linus Walleij4ef39e62006-09-19 14:11:52 +00001632006-09-19 Linus Walleij <triad@df.lth.se>
164
165 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
166 * src/libmtp.c: dito.
167 * examples/sendfile.c: support vcard3.
168
Linus Walleijf248fdd2006-09-16 20:11:40 +00001692006-09-16 Linus Walleij <triad@df.lth.se>
170
171 * configure.ac: bump to 0.0.19 and release. There are some
172 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000173 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000174
Linus Walleijb8bfcb22006-09-13 12:14:28 +00001752006-09-13 Linus Walleij <triad@df.lth.se>
176
177 * examples/format.c: formatting test program.
178 * examples.Makefile.am: added format.
179
Linus Walleij13374a42006-09-13 11:55:30 +00001802006-09-13 Andy Kelk <andy@mopoke.co.uk>
181
182 * src/libmtp.h.in: added interface to format storage.
183 * src/libmtp.c: dito.
184 * src/ptp.c: dito.
185 * src/ptp.h: dito.
186
Linus Walleijd31e6192006-09-12 07:55:27 +00001872006-09-12 Linus Walleij <triad@df.lth.se>
188
189 * configure.ac: bump release. Released 0.0.18 yesterday.
190 * src/libmtp.c: do not try to read battery max level unless
191 the device supports it. (Bug occurred on Toshiba Gigabeat
192 P10.)
193
Linus Walleijd5d51c82006-09-11 06:57:50 +00001942006-09-11 Linus Walleij <triad@df.lth.se>
195
196 * src/libusb-glue.c: messed around a bit with device descriptor
197 detection so as to bring closer to libgphoto2 detection algorithm.
198 I've seen things that might be false positives, possibly USB mass
199 storage devices with additional MSFT descriptors to indicate they
200 have Janus DRM.
201 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
202 knows that UCS-2 is in machine endianness but Darwin and *BSD does
203 not. Detect C library and switch accordingly.
204 * src/unicode.c: retire old unicode code only keep things we cannot
205 live without. Remove the own internal UCS-2 conversion engine and
206 the internal iconv() engine and use the one already available in
207 PTPParams.
208 * src/unicode.h: dito.
209
Linus Walleij0558ac52006-09-07 06:55:03 +00002102006-09-07 Linus Walleij <triad@df.lth.se>
211
212 * src/libusb-glue.h: added device flags so we can make
213 the code behave differently on certain devices.
214 * src/libusb-glue.c: dito, plus removed some debug prints.
215 * src/libmtp.c: docs.
216 * src/libmtp.h.in: added device_flags to device list struct.
217 * src/Makefile.am: bumped to compatible library interface.
218 * configure.ac: bump version to 0.0.18 (0.0.17 released
219 yesterday).
220
Richard Low6ec2cc12006-09-06 16:59:16 +00002212006-09-06 Richard Low <richard@wentnet.com>
222
223 * src/libusb-glue.c: changed packet sizes to improve
224 transfer speeds.
225 * src/libmtp.c: changed packet sizes to improve transfer
226 transfer speeds. Also stopped extra ptp_getobjectinfo
227 calls when getting directories on connect.
228
Linus Walleij7f0c72e2006-09-06 13:01:58 +00002292006-09-06 Linus Walleij <triad@df.lth.se>
230
231 * src/libusb-glue.c: fixed some endpoint size detection
232 and sending special file sizes stuff. Real hairy bug...
233 Also messed around a bit with the callbacks.
234 * src/libmtp.c: changes for callback size detection.
235
Linus Walleija9310fa2006-09-04 06:47:42 +00002362006-09-04 Linus Walleij <triad@df.lth.se>
237
238 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
239 instead of magic values.
240
Linus Walleijd7aa5b22006-09-02 11:52:31 +00002412006-09-02 Linus Walleij <triad@df.lth.se>
242
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000243 * src/libmtp.c: add some code to have
244 LIBMTP_Send_File_From_File_Descriptor() accept a stream
245 if size is set to (uint64_t) -1, plus documentation fixes.
246 I don't think the streaming code will work but whoever want
247 to experiment with it has a place to start.
248 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000249
Linus Walleijda9500d2006-08-30 13:17:06 +00002502006-08-30 Linus Walleij <triad@df.lth.se>
251
252 * configure.ac: version bump.
253 * src/libmtp.c: more debug prints.
254 * src/libusb-glue.c: new iRiver device called Clix. By
255 the way I released libmtp 0.0.16 yesterday.
256
Linus Walleija823a702006-08-27 21:27:46 +00002572006-08-28 Linus Walleij <triad@df.lth.se>
258
259 * configure.ac: version bump.
260 * src/ptp-pack.c: upstream has committed my patch giving full
261 unicode support in libgphoto2 ptp2 camlib. No need for
262 any more ugly workarounds, plus we now have full unicode
263 filenames!
264 * src/ptp.c: dito.
265 * src/ptp.h: dito.
266 * src/libmtp.c: revamp to use the new unicode support in
267 libgphoto2.
268 * src/unicode.c: remove unused functionality.
269 * src/unicode.h: dito.
270
Linus Walleijee73ef22006-08-27 19:56:00 +00002712006-08-27 Linus Walleij <triad@df.lth.se>
272
273 * configure.ac: version bump. Release all these fixes
274 as 0.0.15.
275 * src/libusb-glue.c: fixed sucky errors. Added callback
276 code when reading files.
277 * src/libusb-glue.h: const correctness.
278 * src/libmtp.h.in: finally fixup the type on the callbacks.
279 * src/libmtp.c: more accurate sending callbacks. Callbacks
280 when getting files also, working correctly. Typeing of
281 callbacks now OK.
282 * examples/getfile.c: some display bar cosmetic fixup.
283 * TODO: lots of the things todo are now done.
284
Linus Walleijd214b9b2006-08-26 22:08:37 +00002852006-08-26 Linus Walleij <triad@df.lth.se>
286
287 * configure.ac: version bump.
288 * src/libmtp.c: fix bug and reinstate callbacks.
289 * src/libusb-glue.h: dito.
290 * src/libusb-glue.c: dito.
291
Linus Walleije7f44be2006-08-25 19:32:29 +00002922006-08-25 Linus Walleij <triad@df.lth.se>
293
294 * src/libmtp.c: use the new file descriptor sender function.
295 Going to release this as 0.0.13.
296 * src/ptp.c: upstream accepted patches synced in.
297 * src/ptp.h: dito.
298
Linus Walleijeab650b2006-08-21 23:26:37 +00002992006-08-22 Linus Walleij <triad@df.lth.se>
300
Linus Walleij80d134a2006-08-22 21:41:37 +0000301 * src/libusb-glue.c: found a real nasty endpoint bug,
302 code from libgphoto2 was assuming max packet size of
303 512 bytes while it is 64 when a USB 2.0 device is
304 plugged into an UHCI hub.
305
3062006-08-22 Linus Walleij <triad@df.lth.se>
307
Linus Walleijeab650b2006-08-21 23:26:37 +0000308 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
309
Linus Walleij924236a2006-08-20 22:17:58 +00003102006-08-21 Linus Walleij <triad@df.lth.se>
311
312 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000313 as result of experiments by Gavin McCullagh. Upstream
314 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000315 Move iconv() converters into device struct for thread
316 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000317 * src/ptp.c: sync to upstream which merges patch to get
318 file directly to file descriptor.
319 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000320 * src/unicode.c: move iconv() converters into the device
321 struct for thread safety.
322 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000323
Linus Walleij30658792006-08-19 22:18:55 +00003242006-08-20 Linus Walleij <triad@df.lth.se>
325
326 * src/libmtp.h.in: set friendly name and sync partner,
327 rename ownername to friendlyname.
328 * src/libmtp.c: dito.
329 * examples/detect.c: reflect changes.
330 * src/Makefile.am: interface is incompatible so age it.
331
Linus Walleijfae27482006-08-19 20:13:25 +00003322006-08-19 Linus Walleij <triad@df.lth.se>
333
334 * src/libmtp.h.in: add function to get syncronization
335 partner for the device.
336 * src/libmtp.c: dito.
337 * examples/detect.c: use that function.
338 * src/Makefile.am: backward-compatible interface bump.
339
Linus Walleij16571dc2006-08-17 20:27:46 +00003402006-08-17 Linus Walleij <triad@df.lth.se>
341
342 * configure.ac: bump to 0.0.12 and require iconv.h.
343
3442006-08-16 Linus Walleij <triad@df.lth.se>
345
346 * src/unicode.c: remove bigendian weirdness and switch
347 to using iconv() instead.
348 * src/unicode.h: dito.
349 * src/libmtp.c: reflect changes.
350
Linus Walleij3e188f12006-08-09 20:46:05 +00003512006-08-09 Linus Walleij <triad@df.lth.se>
352
353 * Release libmtp 0.0.11.
354
Linus Walleij2eb884b2006-08-04 19:17:36 +00003552006-08-04 Linus Walleij <triad@df.lth.se>
356
357 * src/libmtp.c: patch from Dan Aloni to make sendfile
358 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000359 * src/libusb-glue.c: patch from Andy Kelk to avoid
360 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000361 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000362
Linus Walleijaa4b0752006-07-26 22:21:04 +00003632006-07-27 Linus Walleij <triad@df.lth.se>
364
365 * Release libmtp 0.0.10.
366
Linus Walleij17b55ea2006-07-26 13:54:00 +00003672006-07-26 Linus Walleij <triad@df.lth.se>
368
369 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000370 * src/libmtp.c: only set metdata properties supported by
371 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000372 * src/ptp.c: sync to upstream.
373 * src/ptp.h: sync to upstream.
374 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000375
Linus Walleijc187cb92006-06-22 17:58:13 +00003762006-06-22 Linus Walleij <triad@df.lth.se>
377
378 * Release libmtp 0.0.9.
379
Linus Walleij8ab54262006-06-21 07:12:28 +00003802006-06-21 Linus Walleij <triad@df.lth.se>
381
382 * src/libmtp.h.in: added function to retrieve supported
383 filetypes.
384 * src/libmtp.c: ditto.
385 * examples/detect.c: use that function.
386
Linus Walleijcf223e62006-06-19 09:31:53 +00003872006-06-19 Linus Walleij <triad@df.lth.se>
388
389 * src/unicode.c: support all endianness, detect
390 byte-order-mark
391 * src/unicode.h: ditto.
392 * src/libmtp.c: ditto.
393 * examples/detect.c: use proper tempfile function.
394 * src/libmtp.h.in: add some more track properties.
395 * src/libmtp.c: ditto.
396 * examples/tracks.c: ditto.
397
Linus Walleij2e4b5f92006-06-16 14:00:49 +00003982006-06-16 Linus Walleij <triad@df.lth.se>
399
400 * src/libmtp.h.in: new interfaces for single metadata post
401 retrieveal.
402 * src/libmtp.c: ditto.
403 * examples/playlists.c: display track info using the new
404 individual track metadata retrieveal method.
405 * examples/getplaylist.c: ditto.
406
Linus Walleij05ccbe72006-06-13 07:46:58 +00004072006-06-13 Linus Walleij <triad@df.lth.se>
408
409 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000410 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000411 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000412 we can find them. Retrieve device secure time and cert
413 out of sheer curiosity.
414 * src/ptp.c: sync to libgphoto2 with my patches.
415 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000416
Linus Walleij438bd7f2006-06-08 11:35:44 +00004172006-06-07 Linus Walleij <triad@df.lth.se>
418
419 * src/libmtp.h.in: new playlist API and refactorings.
420 * src/libmtp.c: ditto, and refactorings.
421 * src/unicode.h: const correctness.
422 * src/unicode.c: ditto.
423 * examples/playlists.c: new example program.
424 * configure.ac: bump to 0.0.9
425 * src/Makefile.am: bump library interface.
426
Linus Walleij52e3ac52006-06-05 10:30:00 +00004272006-06-05 Linus Walleij <triad@df.lth.se>
428
429 * examples/sendtr.c: fixed annoying bug that made this
430 program totally useless.
431 * src/libmtp.c: cosmetics.
432 * configure.ac: bump to 0.0.8.
433
Linus Walleij345a3372006-06-03 20:55:25 +00004342006-06-03 Linus Walleij <triad@df.lth.se>
435
436 * src/libmtp.c: metadata bugs, album name and genre
437 confused. Fixe it and released libmtp 0.0.7.
438
Linus Walleijdc09dc02006-06-01 14:23:41 +00004392006-06-01 Linus Walleij <triad@df.lth.se>
440
441 * Released libmtp 0.0.6.
442
Linus Walleij549ec4d2006-05-31 19:59:52 +00004432006-05-31 Linus Walleij <triad@df.lth.se>
444
445 * src/libmtp.c: fixed mapping for JPEG vs JFIF
446 * src/libmtp.h.in: added proper type for JPEG
447 * examples/sendfile.c: send proper JPEG type
448
Linus Walleijd3fdd972006-05-30 15:51:37 +00004492006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
450
451 * src/libmtp.c: fixed a bug in update metadata due to
452 bad use of return code.
453 * src/libusb-glue.c: fixed a loop exiting problem with
454 good 'ol GOTO.
455
Linus Walleij9b1fcd92006-05-29 08:35:29 +00004562006-05-29 Linus Walleij <triad@df.lth.se>
457
458 * src/libusb-glue.c: one more device.
459 * doc/examples.h: produce correct documentation.
460 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000461 * src/ptp.c: sync to libgphoto2.
462 * src/ptp.h: ditto.
463 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000464 * src/libmtp.c: fixed all filetype API related functions
465 not to use any PTP intrinsic defines at all, made all
466 parameters to functions use the internal libmtp interface
467 enumerations and definitions. Removed LIBMTP_Release():
468 we can live with the memory lost during init. You're not
469 supposed to re-initialize the device. Consequently removed
470 the delete function that cleaned the filetype assoc list.
471 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000472
ravelox088180b2006-05-26 23:55:40 +00004732006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
474
475 * src/libmtp.c: refactored object handling to be more generic
476 * src/libmtp.h.in: ditto
477 * examples/refactortest.c: Added simple example to use refactoring
478 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000479 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
480 for playlist handling
481 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000482
Linus Walleij1fd2d272006-05-08 09:22:01 +00004832006-05-08 Linus Walleij <triad@df.lth.se>
484
485 * src/libmtp.h.in: add simple detection function.
486 * src/libusb-glue.c: implement MTP "OS descriptor" for
487 looking for MTP devices.
488 * examples/detect.c: make it possible to do very
489 rudimentary detection with "detect -p".
490 * configure.ac: bump to 0.0.5.
491
Linus Walleij685137f2006-05-07 18:09:02 +00004922006-05-07 Linus Walleij <triad@df.lth.se>
493
494 * COPYING: since we no longer use any parts of libptp2
495 and only files from libgphoto2, we switch to the GNU
496 Lesser General Public License (GNU LGPL). libptp2 is
497 a derived work from libgphoto2, and so is libmtp, there
498 are no remnants of libptp2 in libmtp anymore.
499
Linus Walleij16c51f02006-05-04 13:20:22 +00005002006-05-04 Linus Walleij <triad@df.lth.se>
501
502 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000503 * src/libmtp.c: respectfully rearranged to use a filetype mapping
504 table.
505 * src/ptp-pack.c: real nasty unicode packing bug.
506 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000507
Linus Walleijd6a49972006-05-02 08:24:54 +00005082006-05-02 Linus Walleij <triad@df.lth.se>
509
510 * src/libmtp.c: general shaping up for release. All track
511 and file sending functions now respects a parent ID to be
512 sent along with files and tracks.
513 * src/libmtp.h.in: dito.
514 * src/libusb-glue.c: dito.
515 * examples/sendfile.c: interface dependency changes.
516 * examples/sendtr.c: dito.
517
Linus Walleijc60275a2006-04-30 10:58:11 +00005182006-04-30 Linus Walleij <triad@df.lth.se>
519
520 * src/ptp.c: sync upstream.
521 * src/ptp.h: dito.
522
Linus Walleij370c68d2006-04-27 14:19:01 +00005232006-04-27 Linus Walleij <triad@df.lth.se>
524
525 * examples/sendfile.c: first file sender program based
526 on API implementation and changes by Chris Allegretta.
527 * examples/Makefile.am: new program, new entry.
528 * src/libmtp.c: reflect this new functionality.
529 * src/libmtp.h.in: dito.
530
Linus Walleijb02a0662006-04-25 08:05:09 +00005312006-04-25 Linus Walleij <triad@df.lth.se>
532
533 * Rebased the sources around libgphoto2 instead.
534 This was a major revision...
535 * src/ptp.c: imported libgphoto2 version verbatim.
536 * src/ptp.h: imported libgphoto2 version, minor patch.
537 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000538 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000539 * src/mtp.c: dropped, since all functions are now in ptp.c
540 * src/mtp-pack.c: dropped, same reason.
541 * src/mtp.h: dropped, same reason.
542 * src/mtp-pack.h: dropped, same reason.
543
Linus Walleije5f3ad42006-04-21 07:44:36 +00005442006-04-21 Linus Walleij <triad@df.lth.se>
545
Linus Walleij902c0b92006-04-21 10:52:48 +0000546 * Released libmtp 0.0.3
547 * Bumped source to 0.0.4
548
5492006-04-21 Linus Walleij <triad@df.lth.se>
550
Linus Walleije5f3ad42006-04-21 07:44:36 +0000551 * src/ptp-pack.c: GCC 4.x compilation patch from
552 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000553 * src/libusb-glue.c: New Samsung device and some
554 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000555 * src/ptp.h: some defines from libgphoto2 to get
556 a bit more compatible.
557 * src/libmtp.c: Added a folder API implementation by
558 Dave "ravelox" Kelly.
559 * src/libmtp.h.in: dito.
560 * examples/folders.c: dito.
561 * examples/newfolder.c: dito.
562 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000563
Linus Walleij6fd2f082006-03-28 07:19:22 +00005642006-03-28 Linus Walleij <triad@df.lth.se>
565
566 * m4/*: updated macros to work with GCC 4.1.0.
567 * examples/hotplug.c: new program to create device
568 ID lists.
569 * libmtp.rules: now an auto-generated file.
570 * libmtp.usermap: now an auto-generated file.
571
Linus Walleijf6bc1782006-03-24 15:12:47 +00005722006-03-24 Linus Walleij <triad@df.lth.se>
573
574 * Beginning a file API, fixed some example program
575 names and such.
576
Linus Walleij6946ac52006-03-21 06:51:22 +00005772006-03-18 Linus Walleij <triad@df.lth.se>
578
579 * Fixed up callback interface to a simpler version,
580 the old one was bloated stuff from libnjb anyway.
581 Bump to 0.0.2.
582
Linus Walleij9b28da32006-03-16 13:47:58 +00005832006-03-16 Linus Walleij <triad@df.lth.se>
584
585 * Fixed the .h file and implementation so you really only
586 need this one .h file to interface the library.
587
Linus Walleij80124062006-03-15 10:26:09 +00005882006-03-15 Linus Walleij <triad@df.lth.se>
589
590 * Added three device information retrieval functions.
591
Linus Walleij15e344f2006-03-06 15:15:00 +00005922006-03-06 Linus Walleij <triad@df.lth.se>
593
594 * Moving some things around to structure the source. More
595 will be needed...
596
Linus Walleij93218602006-02-27 08:53:38 +00005972006-02-27 Linus Walleij <triad@df.lth.se>
598
599 * Release libmtp 0.0.1 so people have something to play with,
600 what the heck. Probably saves someones day.
601
Linus Walleij95698cd2006-02-24 10:40:40 +00006022006-02-24 Linus Walleij <triad@df.lth.se>
603
604 * Deltr example program to delete tracks, plus corresponding
605 interface call.
606
Linus Walleij17e39f72006-02-23 15:54:28 +00006072006-02-23 Linus Walleij <triad@df.lth.se>
608
609 * Fixed up sendtr program and metadata tagging function that is
610 used after sending files.
611
Linus Walleij394bbbe2006-02-22 16:10:53 +00006122006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000613
Linus Walleij394bbbe2006-02-22 16:10:53 +0000614 * Untested gettr.c and sendtr.c programs to get and send tracks
615 created.
616
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00006172006-01-30 Linus Walleij <triad@df.lth.se>
618
619 * Created the initial GNU source directory structure.
620 * Added the most basic files.