blob: 724ccbf53c3486fae90436293f0d8fcfdbd908c6 [file] [log] [blame]
Linus Walleijb7426d12006-11-25 23:19:11 +000012006-11-26 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.c: refactor playlist/album creation code
4 to do things in one place.
5
Linus Walleijf73de152006-11-25 21:44:44 +000062006-11-25 Marcus Meissner <marcus@jet.franken.de>
7
8 * examples/hotplug.c: adding HAL style XML output for
9 the devices.
10 * examples/Makefile.am: fixing a bug in the automake
11 file (pathutils.h missing!)
12 * Makefile.am: fix the problem with re-making sources
13 (you had to run ./autogen.sh before!)
14
Linus Walleijfe677ac2006-11-23 13:35:00 +0000152006-11-23 Linus Walleij <triad@df.lth.se>
16
17 * src/libusb-glue.h: add a new bug flag for devices that
18 have broken PTP_OC_MTP_GetObjPropList implementations.
19 * src/libusb-glue.c: state that all iRivers have this problem.
20 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
21 for these devices.
22
232006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +000024
25 * src/libmtp.c: set handle ids for new objects to 0 when
26 creating new albums and playlists.
27
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000282006-11-21 Linus Walleij <triad@df.lth.se>
29
30 * src/libmtp.c: enabled enhanced mode for metadata retrieval
31 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +000032 * src/libmtp.c: fixed the problem with sending files using
33 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +000034
Linus Walleij277cd532006-11-20 14:57:46 +0000352006-11-20 Linus Walleij <triad@df.lth.se>
36
37 * src/ptp.h: sync to upstream libgphoto2
38 * src/ptp.c: dito.
39 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +000040 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +000041
422006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +000043
44 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
45 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +000046 * examples/emptyfolders.c: new example program for pruning empty
47 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +000048
Linus Walleij277cd532006-11-20 14:57:46 +0000492006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +000050
rreardonbbb4e562006-11-19 22:16:11 +000051 * src/libmtp.c: use enhanced MTP commands to create playlists and
52 send files
rreardon508705f2006-11-19 21:27:22 +000053 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +000054 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +000055
Linus Walleij277cd532006-11-20 14:57:46 +0000562006-11-19 Daniel <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +000057
58 * src/libusb-glue.c: fix error on reconnect.
59
Linus Walleij277cd532006-11-20 14:57:46 +0000602006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +000061
62 * src/ptp.c: tidy up ptp_usb_getdata
63
Linus Walleij277cd532006-11-20 14:57:46 +0000642006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +000065
66 * src/libmtp.c: fixed parent handle for uploaded tracks
67
Linus Walleij277cd532006-11-20 14:57:46 +0000682006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +000069
70 * src/libmtp.c: fixed up album art using enhanced commands.
71
Linus Walleij277cd532006-11-20 14:57:46 +0000722006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +000073
74 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
75 * src/ptp.c: ditto
76 * src/ptp.h: ditto
77 * src/ptp-pack.c: ditto
78
Linus Walleij277cd532006-11-20 14:57:46 +0000792006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +000080
Linus Walleijccf28ce2006-11-16 16:06:38 +000081 * src/libmtp.c: use enhanced MTP commands to create albums and
82 add detection of the default album folder.
83 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +000084
Linus Walleij277cd532006-11-20 14:57:46 +0000852006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +000086
87 * src/ptp-pack.c: set string buffer to correct size.
88
Linus Walleij277cd532006-11-20 14:57:46 +0000892006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +000090
91 * examples/tracks.c: really use undeprecated API entry.
92
Linus Walleij277cd532006-11-20 14:57:46 +0000932006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +000094
95 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +000096 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +000097 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +000098 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +000099 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000100 * examples/connect.c: ditto.
101 * examples/detect.c: ditto.
102 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000103 * src/ptp.c: working on getting object prop lists.
104 * src/ptp.h: dito.
105
Linus Walleij277cd532006-11-20 14:57:46 +00001062006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000107
108 * src/libusb-glue.c: added Zen Vision W to devices
109
Linus Walleij277cd532006-11-20 14:57:46 +00001102006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000111
112 * src/libmtp.c: added checks for supported properties
113
Linus Walleij277cd532006-11-20 14:57:46 +00001142006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000115
116 * src/libmtp.c: added a check for NULL filenames in
117 LIBMTP_Get_Folder_List.
118
Linus Walleij99310d42006-11-01 08:29:39 +00001192006-11-01 Linus Walleij <triad@df.lth.se>
120
121 * src/libmtp.h.in: set/get uint8 to/from objects
122 * src/libmtp.c: send object property list.
123 * src/ptp.c: dito.
124 * src/ptp.h: dito.
125 * src/ptp-pack.c: dito.
126
mopoke90be30e2006-10-30 08:47:41 +00001272006-10-29 Andy Kelk <andy@mopoke.co.uk>
128
129 * examples/albumart.c: simple tool for adding album art.
130 * src/libmtp.c: graceful handling of players not supporting
131 abstract album objects.
132
Linus Walleij0c33ec02006-10-27 10:15:40 +00001332006-10-27 Linus Walleij <triad@df.lth.se>
134
135 * src/Makefile.am: bump library interface to reflect the new
136 album methods.
137 * configure.ac: bump to 0.0.22 for the next release.
138
1392006-10-27 Andy Kelk <andy@mopoke.co.uk>
140
141 * src/libmtp.c: add support form abstract audio/video albums.
142 * src/libmtp.h.in: dito.
143
Linus Walleij7347d0f2006-10-23 07:23:39 +00001442006-10-23 Linus Walleij <triad@df.lth.se>
145
146 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
147 * src/ptp.c: sync to upstream.
148 * src/ptp.h: dito.
149 * src/ptp-pack.c: dito.
150
Linus Walleij9efe75f2006-10-20 09:09:45 +00001512006-10-20 Linus Walleij <triad@df.lth.se>
152
153 * Release 0.0.21 to get all the new device support out.
154
Linus Walleij501ba4d2006-10-16 06:17:04 +00001552006-10-16 Linus Walleij <triad@df.lth.se>
156
157 * configure.ac: bump to 0.0.21.
158 * src/libusb-glue.c: add code to unload a kernel driver for
159 the primary interface if it is already in use under Linux.
160 * src/libusb-glue.h: add a device flag to make this possible.
161
Linus Walleij37253292006-10-11 08:38:14 +00001622006-10-11 Linus Walleij <triad@df.lth.se>
163
164 * examples/delfile.c: patch from Chris Debenham
165 straingtening out the command-line interface a bit
166 more.
167
Linus Walleij43ff8fc2006-10-10 11:16:53 +00001682006-10-10 Linus Walleij <triad@df.lth.se>
169
Linus Walleij37253292006-10-11 08:38:14 +0000170 * examples/delfile.c: patch from Chris Debenham to make
171 this command take an optional filename as parameter
172 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000173
Linus Walleij955e6ba2006-09-26 16:55:10 +00001742006-09-26 Linus Walleij <triad@df.lth.se>
175
176 * libmtp.pc.in: require libusb instead of just linking it.
177 * configure.ac: bump release to 0.0.20 and release.
178
Linus Walleijb1318d12006-09-25 14:59:26 +00001792006-09-25 Linus Walleij <triad@df.lth.se>
180
181 * examples/evolution-sync.sh: example script to illustrate
182 to to transfer calendar, task and contact information
183 to a device supporting this.
184
Linus Walleij4ef39e62006-09-19 14:11:52 +00001852006-09-19 Linus Walleij <triad@df.lth.se>
186
187 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
188 * src/libmtp.c: dito.
189 * examples/sendfile.c: support vcard3.
190
Linus Walleijf248fdd2006-09-16 20:11:40 +00001912006-09-16 Linus Walleij <triad@df.lth.se>
192
193 * configure.ac: bump to 0.0.19 and release. There are some
194 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000195 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000196
Linus Walleijb8bfcb22006-09-13 12:14:28 +00001972006-09-13 Linus Walleij <triad@df.lth.se>
198
199 * examples/format.c: formatting test program.
200 * examples.Makefile.am: added format.
201
Linus Walleij13374a42006-09-13 11:55:30 +00002022006-09-13 Andy Kelk <andy@mopoke.co.uk>
203
204 * src/libmtp.h.in: added interface to format storage.
205 * src/libmtp.c: dito.
206 * src/ptp.c: dito.
207 * src/ptp.h: dito.
208
Linus Walleijd31e6192006-09-12 07:55:27 +00002092006-09-12 Linus Walleij <triad@df.lth.se>
210
211 * configure.ac: bump release. Released 0.0.18 yesterday.
212 * src/libmtp.c: do not try to read battery max level unless
213 the device supports it. (Bug occurred on Toshiba Gigabeat
214 P10.)
215
Linus Walleijd5d51c82006-09-11 06:57:50 +00002162006-09-11 Linus Walleij <triad@df.lth.se>
217
218 * src/libusb-glue.c: messed around a bit with device descriptor
219 detection so as to bring closer to libgphoto2 detection algorithm.
220 I've seen things that might be false positives, possibly USB mass
221 storage devices with additional MSFT descriptors to indicate they
222 have Janus DRM.
223 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
224 knows that UCS-2 is in machine endianness but Darwin and *BSD does
225 not. Detect C library and switch accordingly.
226 * src/unicode.c: retire old unicode code only keep things we cannot
227 live without. Remove the own internal UCS-2 conversion engine and
228 the internal iconv() engine and use the one already available in
229 PTPParams.
230 * src/unicode.h: dito.
231
Linus Walleij0558ac52006-09-07 06:55:03 +00002322006-09-07 Linus Walleij <triad@df.lth.se>
233
234 * src/libusb-glue.h: added device flags so we can make
235 the code behave differently on certain devices.
236 * src/libusb-glue.c: dito, plus removed some debug prints.
237 * src/libmtp.c: docs.
238 * src/libmtp.h.in: added device_flags to device list struct.
239 * src/Makefile.am: bumped to compatible library interface.
240 * configure.ac: bump version to 0.0.18 (0.0.17 released
241 yesterday).
242
Richard Low6ec2cc12006-09-06 16:59:16 +00002432006-09-06 Richard Low <richard@wentnet.com>
244
245 * src/libusb-glue.c: changed packet sizes to improve
246 transfer speeds.
247 * src/libmtp.c: changed packet sizes to improve transfer
248 transfer speeds. Also stopped extra ptp_getobjectinfo
249 calls when getting directories on connect.
250
Linus Walleij7f0c72e2006-09-06 13:01:58 +00002512006-09-06 Linus Walleij <triad@df.lth.se>
252
253 * src/libusb-glue.c: fixed some endpoint size detection
254 and sending special file sizes stuff. Real hairy bug...
255 Also messed around a bit with the callbacks.
256 * src/libmtp.c: changes for callback size detection.
257
Linus Walleija9310fa2006-09-04 06:47:42 +00002582006-09-04 Linus Walleij <triad@df.lth.se>
259
260 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
261 instead of magic values.
262
Linus Walleijd7aa5b22006-09-02 11:52:31 +00002632006-09-02 Linus Walleij <triad@df.lth.se>
264
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000265 * src/libmtp.c: add some code to have
266 LIBMTP_Send_File_From_File_Descriptor() accept a stream
267 if size is set to (uint64_t) -1, plus documentation fixes.
268 I don't think the streaming code will work but whoever want
269 to experiment with it has a place to start.
270 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000271
Linus Walleijda9500d2006-08-30 13:17:06 +00002722006-08-30 Linus Walleij <triad@df.lth.se>
273
274 * configure.ac: version bump.
275 * src/libmtp.c: more debug prints.
276 * src/libusb-glue.c: new iRiver device called Clix. By
277 the way I released libmtp 0.0.16 yesterday.
278
Linus Walleija823a702006-08-27 21:27:46 +00002792006-08-28 Linus Walleij <triad@df.lth.se>
280
281 * configure.ac: version bump.
282 * src/ptp-pack.c: upstream has committed my patch giving full
283 unicode support in libgphoto2 ptp2 camlib. No need for
284 any more ugly workarounds, plus we now have full unicode
285 filenames!
286 * src/ptp.c: dito.
287 * src/ptp.h: dito.
288 * src/libmtp.c: revamp to use the new unicode support in
289 libgphoto2.
290 * src/unicode.c: remove unused functionality.
291 * src/unicode.h: dito.
292
Linus Walleijee73ef22006-08-27 19:56:00 +00002932006-08-27 Linus Walleij <triad@df.lth.se>
294
295 * configure.ac: version bump. Release all these fixes
296 as 0.0.15.
297 * src/libusb-glue.c: fixed sucky errors. Added callback
298 code when reading files.
299 * src/libusb-glue.h: const correctness.
300 * src/libmtp.h.in: finally fixup the type on the callbacks.
301 * src/libmtp.c: more accurate sending callbacks. Callbacks
302 when getting files also, working correctly. Typeing of
303 callbacks now OK.
304 * examples/getfile.c: some display bar cosmetic fixup.
305 * TODO: lots of the things todo are now done.
306
Linus Walleijd214b9b2006-08-26 22:08:37 +00003072006-08-26 Linus Walleij <triad@df.lth.se>
308
309 * configure.ac: version bump.
310 * src/libmtp.c: fix bug and reinstate callbacks.
311 * src/libusb-glue.h: dito.
312 * src/libusb-glue.c: dito.
313
Linus Walleije7f44be2006-08-25 19:32:29 +00003142006-08-25 Linus Walleij <triad@df.lth.se>
315
316 * src/libmtp.c: use the new file descriptor sender function.
317 Going to release this as 0.0.13.
318 * src/ptp.c: upstream accepted patches synced in.
319 * src/ptp.h: dito.
320
Linus Walleijeab650b2006-08-21 23:26:37 +00003212006-08-22 Linus Walleij <triad@df.lth.se>
322
Linus Walleij80d134a2006-08-22 21:41:37 +0000323 * src/libusb-glue.c: found a real nasty endpoint bug,
324 code from libgphoto2 was assuming max packet size of
325 512 bytes while it is 64 when a USB 2.0 device is
326 plugged into an UHCI hub.
327
3282006-08-22 Linus Walleij <triad@df.lth.se>
329
Linus Walleijeab650b2006-08-21 23:26:37 +0000330 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
331
Linus Walleij924236a2006-08-20 22:17:58 +00003322006-08-21 Linus Walleij <triad@df.lth.se>
333
334 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000335 as result of experiments by Gavin McCullagh. Upstream
336 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000337 Move iconv() converters into device struct for thread
338 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000339 * src/ptp.c: sync to upstream which merges patch to get
340 file directly to file descriptor.
341 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000342 * src/unicode.c: move iconv() converters into the device
343 struct for thread safety.
344 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000345
Linus Walleij30658792006-08-19 22:18:55 +00003462006-08-20 Linus Walleij <triad@df.lth.se>
347
348 * src/libmtp.h.in: set friendly name and sync partner,
349 rename ownername to friendlyname.
350 * src/libmtp.c: dito.
351 * examples/detect.c: reflect changes.
352 * src/Makefile.am: interface is incompatible so age it.
353
Linus Walleijfae27482006-08-19 20:13:25 +00003542006-08-19 Linus Walleij <triad@df.lth.se>
355
356 * src/libmtp.h.in: add function to get syncronization
357 partner for the device.
358 * src/libmtp.c: dito.
359 * examples/detect.c: use that function.
360 * src/Makefile.am: backward-compatible interface bump.
361
Linus Walleij16571dc2006-08-17 20:27:46 +00003622006-08-17 Linus Walleij <triad@df.lth.se>
363
364 * configure.ac: bump to 0.0.12 and require iconv.h.
365
3662006-08-16 Linus Walleij <triad@df.lth.se>
367
368 * src/unicode.c: remove bigendian weirdness and switch
369 to using iconv() instead.
370 * src/unicode.h: dito.
371 * src/libmtp.c: reflect changes.
372
Linus Walleij3e188f12006-08-09 20:46:05 +00003732006-08-09 Linus Walleij <triad@df.lth.se>
374
375 * Release libmtp 0.0.11.
376
Linus Walleij2eb884b2006-08-04 19:17:36 +00003772006-08-04 Linus Walleij <triad@df.lth.se>
378
379 * src/libmtp.c: patch from Dan Aloni to make sendfile
380 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000381 * src/libusb-glue.c: patch from Andy Kelk to avoid
382 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000383 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000384
Linus Walleijaa4b0752006-07-26 22:21:04 +00003852006-07-27 Linus Walleij <triad@df.lth.se>
386
387 * Release libmtp 0.0.10.
388
Linus Walleij17b55ea2006-07-26 13:54:00 +00003892006-07-26 Linus Walleij <triad@df.lth.se>
390
391 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000392 * src/libmtp.c: only set metdata properties supported by
393 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000394 * src/ptp.c: sync to upstream.
395 * src/ptp.h: sync to upstream.
396 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000397
Linus Walleijc187cb92006-06-22 17:58:13 +00003982006-06-22 Linus Walleij <triad@df.lth.se>
399
400 * Release libmtp 0.0.9.
401
Linus Walleij8ab54262006-06-21 07:12:28 +00004022006-06-21 Linus Walleij <triad@df.lth.se>
403
404 * src/libmtp.h.in: added function to retrieve supported
405 filetypes.
406 * src/libmtp.c: ditto.
407 * examples/detect.c: use that function.
408
Linus Walleijcf223e62006-06-19 09:31:53 +00004092006-06-19 Linus Walleij <triad@df.lth.se>
410
411 * src/unicode.c: support all endianness, detect
412 byte-order-mark
413 * src/unicode.h: ditto.
414 * src/libmtp.c: ditto.
415 * examples/detect.c: use proper tempfile function.
416 * src/libmtp.h.in: add some more track properties.
417 * src/libmtp.c: ditto.
418 * examples/tracks.c: ditto.
419
Linus Walleij2e4b5f92006-06-16 14:00:49 +00004202006-06-16 Linus Walleij <triad@df.lth.se>
421
422 * src/libmtp.h.in: new interfaces for single metadata post
423 retrieveal.
424 * src/libmtp.c: ditto.
425 * examples/playlists.c: display track info using the new
426 individual track metadata retrieveal method.
427 * examples/getplaylist.c: ditto.
428
Linus Walleij05ccbe72006-06-13 07:46:58 +00004292006-06-13 Linus Walleij <triad@df.lth.se>
430
431 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000432 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000433 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000434 we can find them. Retrieve device secure time and cert
435 out of sheer curiosity.
436 * src/ptp.c: sync to libgphoto2 with my patches.
437 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000438
Linus Walleij438bd7f2006-06-08 11:35:44 +00004392006-06-07 Linus Walleij <triad@df.lth.se>
440
441 * src/libmtp.h.in: new playlist API and refactorings.
442 * src/libmtp.c: ditto, and refactorings.
443 * src/unicode.h: const correctness.
444 * src/unicode.c: ditto.
445 * examples/playlists.c: new example program.
446 * configure.ac: bump to 0.0.9
447 * src/Makefile.am: bump library interface.
448
Linus Walleij52e3ac52006-06-05 10:30:00 +00004492006-06-05 Linus Walleij <triad@df.lth.se>
450
451 * examples/sendtr.c: fixed annoying bug that made this
452 program totally useless.
453 * src/libmtp.c: cosmetics.
454 * configure.ac: bump to 0.0.8.
455
Linus Walleij345a3372006-06-03 20:55:25 +00004562006-06-03 Linus Walleij <triad@df.lth.se>
457
458 * src/libmtp.c: metadata bugs, album name and genre
459 confused. Fixe it and released libmtp 0.0.7.
460
Linus Walleijdc09dc02006-06-01 14:23:41 +00004612006-06-01 Linus Walleij <triad@df.lth.se>
462
463 * Released libmtp 0.0.6.
464
Linus Walleij549ec4d2006-05-31 19:59:52 +00004652006-05-31 Linus Walleij <triad@df.lth.se>
466
467 * src/libmtp.c: fixed mapping for JPEG vs JFIF
468 * src/libmtp.h.in: added proper type for JPEG
469 * examples/sendfile.c: send proper JPEG type
470
Linus Walleijd3fdd972006-05-30 15:51:37 +00004712006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
472
473 * src/libmtp.c: fixed a bug in update metadata due to
474 bad use of return code.
475 * src/libusb-glue.c: fixed a loop exiting problem with
476 good 'ol GOTO.
477
Linus Walleij9b1fcd92006-05-29 08:35:29 +00004782006-05-29 Linus Walleij <triad@df.lth.se>
479
480 * src/libusb-glue.c: one more device.
481 * doc/examples.h: produce correct documentation.
482 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000483 * src/ptp.c: sync to libgphoto2.
484 * src/ptp.h: ditto.
485 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000486 * src/libmtp.c: fixed all filetype API related functions
487 not to use any PTP intrinsic defines at all, made all
488 parameters to functions use the internal libmtp interface
489 enumerations and definitions. Removed LIBMTP_Release():
490 we can live with the memory lost during init. You're not
491 supposed to re-initialize the device. Consequently removed
492 the delete function that cleaned the filetype assoc list.
493 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000494
ravelox088180b2006-05-26 23:55:40 +00004952006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
496
497 * src/libmtp.c: refactored object handling to be more generic
498 * src/libmtp.h.in: ditto
499 * examples/refactortest.c: Added simple example to use refactoring
500 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000501 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
502 for playlist handling
503 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000504
Linus Walleij1fd2d272006-05-08 09:22:01 +00005052006-05-08 Linus Walleij <triad@df.lth.se>
506
507 * src/libmtp.h.in: add simple detection function.
508 * src/libusb-glue.c: implement MTP "OS descriptor" for
509 looking for MTP devices.
510 * examples/detect.c: make it possible to do very
511 rudimentary detection with "detect -p".
512 * configure.ac: bump to 0.0.5.
513
Linus Walleij685137f2006-05-07 18:09:02 +00005142006-05-07 Linus Walleij <triad@df.lth.se>
515
516 * COPYING: since we no longer use any parts of libptp2
517 and only files from libgphoto2, we switch to the GNU
518 Lesser General Public License (GNU LGPL). libptp2 is
519 a derived work from libgphoto2, and so is libmtp, there
520 are no remnants of libptp2 in libmtp anymore.
521
Linus Walleij16c51f02006-05-04 13:20:22 +00005222006-05-04 Linus Walleij <triad@df.lth.se>
523
524 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000525 * src/libmtp.c: respectfully rearranged to use a filetype mapping
526 table.
527 * src/ptp-pack.c: real nasty unicode packing bug.
528 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000529
Linus Walleijd6a49972006-05-02 08:24:54 +00005302006-05-02 Linus Walleij <triad@df.lth.se>
531
532 * src/libmtp.c: general shaping up for release. All track
533 and file sending functions now respects a parent ID to be
534 sent along with files and tracks.
535 * src/libmtp.h.in: dito.
536 * src/libusb-glue.c: dito.
537 * examples/sendfile.c: interface dependency changes.
538 * examples/sendtr.c: dito.
539
Linus Walleijc60275a2006-04-30 10:58:11 +00005402006-04-30 Linus Walleij <triad@df.lth.se>
541
542 * src/ptp.c: sync upstream.
543 * src/ptp.h: dito.
544
Linus Walleij370c68d2006-04-27 14:19:01 +00005452006-04-27 Linus Walleij <triad@df.lth.se>
546
547 * examples/sendfile.c: first file sender program based
548 on API implementation and changes by Chris Allegretta.
549 * examples/Makefile.am: new program, new entry.
550 * src/libmtp.c: reflect this new functionality.
551 * src/libmtp.h.in: dito.
552
Linus Walleijb02a0662006-04-25 08:05:09 +00005532006-04-25 Linus Walleij <triad@df.lth.se>
554
555 * Rebased the sources around libgphoto2 instead.
556 This was a major revision...
557 * src/ptp.c: imported libgphoto2 version verbatim.
558 * src/ptp.h: imported libgphoto2 version, minor patch.
559 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000560 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000561 * src/mtp.c: dropped, since all functions are now in ptp.c
562 * src/mtp-pack.c: dropped, same reason.
563 * src/mtp.h: dropped, same reason.
564 * src/mtp-pack.h: dropped, same reason.
565
Linus Walleije5f3ad42006-04-21 07:44:36 +00005662006-04-21 Linus Walleij <triad@df.lth.se>
567
Linus Walleij902c0b92006-04-21 10:52:48 +0000568 * Released libmtp 0.0.3
569 * Bumped source to 0.0.4
570
5712006-04-21 Linus Walleij <triad@df.lth.se>
572
Linus Walleije5f3ad42006-04-21 07:44:36 +0000573 * src/ptp-pack.c: GCC 4.x compilation patch from
574 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000575 * src/libusb-glue.c: New Samsung device and some
576 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000577 * src/ptp.h: some defines from libgphoto2 to get
578 a bit more compatible.
579 * src/libmtp.c: Added a folder API implementation by
580 Dave "ravelox" Kelly.
581 * src/libmtp.h.in: dito.
582 * examples/folders.c: dito.
583 * examples/newfolder.c: dito.
584 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000585
Linus Walleij6fd2f082006-03-28 07:19:22 +00005862006-03-28 Linus Walleij <triad@df.lth.se>
587
588 * m4/*: updated macros to work with GCC 4.1.0.
589 * examples/hotplug.c: new program to create device
590 ID lists.
591 * libmtp.rules: now an auto-generated file.
592 * libmtp.usermap: now an auto-generated file.
593
Linus Walleijf6bc1782006-03-24 15:12:47 +00005942006-03-24 Linus Walleij <triad@df.lth.se>
595
596 * Beginning a file API, fixed some example program
597 names and such.
598
Linus Walleij6946ac52006-03-21 06:51:22 +00005992006-03-18 Linus Walleij <triad@df.lth.se>
600
601 * Fixed up callback interface to a simpler version,
602 the old one was bloated stuff from libnjb anyway.
603 Bump to 0.0.2.
604
Linus Walleij9b28da32006-03-16 13:47:58 +00006052006-03-16 Linus Walleij <triad@df.lth.se>
606
607 * Fixed the .h file and implementation so you really only
608 need this one .h file to interface the library.
609
Linus Walleij80124062006-03-15 10:26:09 +00006102006-03-15 Linus Walleij <triad@df.lth.se>
611
612 * Added three device information retrieval functions.
613
Linus Walleij15e344f2006-03-06 15:15:00 +00006142006-03-06 Linus Walleij <triad@df.lth.se>
615
616 * Moving some things around to structure the source. More
617 will be needed...
618
Linus Walleij93218602006-02-27 08:53:38 +00006192006-02-27 Linus Walleij <triad@df.lth.se>
620
621 * Release libmtp 0.0.1 so people have something to play with,
622 what the heck. Probably saves someones day.
623
Linus Walleij95698cd2006-02-24 10:40:40 +00006242006-02-24 Linus Walleij <triad@df.lth.se>
625
626 * Deltr example program to delete tracks, plus corresponding
627 interface call.
628
Linus Walleij17e39f72006-02-23 15:54:28 +00006292006-02-23 Linus Walleij <triad@df.lth.se>
630
631 * Fixed up sendtr program and metadata tagging function that is
632 used after sending files.
633
Linus Walleij394bbbe2006-02-22 16:10:53 +00006342006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000635
Linus Walleij394bbbe2006-02-22 16:10:53 +0000636 * Untested gettr.c and sendtr.c programs to get and send tracks
637 created.
638
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00006392006-01-30 Linus Walleij <triad@df.lth.se>
640
641 * Created the initial GNU source directory structure.
642 * Added the most basic files.