blob: 0d61fdc04d1fdea111fa67bd77371394f52a0983 [file] [log] [blame]
Richard Low8d82d2f2006-11-16 20:37:43 +000012006-11-16 Richard Low <richard@wentnet.com>
2
3 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
4 * src/ptp.c: ditto
5 * src/ptp.h: ditto
6 * src/ptp-pack.c: ditto
7
Linus Walleij9e68bc12006-11-16 15:59:18 +000082006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
9
Linus Walleijccf28ce2006-11-16 16:06:38 +000010 * src/libmtp.c: use enhanced MTP commands to create albums and
11 add detection of the default album folder.
12 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +000013
Richard Low8b42ca32006-11-15 08:52:17 +0000142006-11-15 Richard Low <richard@wentnet.com>
15
16 * src/ptp-pack.c: set string buffer to correct size.
17
Richard Lowe1ab2642006-11-14 08:34:49 +0000182006-11-14 Richard Low <richard@wentnet.com>
19
20 * examples/tracks.c: really use undeprecated API entry.
21
Richard Lowdc0b6c72006-11-13 09:22:23 +0000222006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +000023
24 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +000025 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +000026 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +000027 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +000028 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +000029 * examples/connect.c: ditto.
30 * examples/detect.c: ditto.
31 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +000032 * src/ptp.c: working on getting object prop lists.
33 * src/ptp.h: dito.
34
Richard Lowe1f06922006-11-12 16:38:39 +0000352006-11-12 Richard Low <richard@wentnet.com>
36
37 * src/libusb-glue.c: added Zen Vision W to devices
38
Richard Low4c60f6e2006-11-07 20:36:42 +0000392006-11-07 Richard Low <richard@wentnet.com>
40
41 * src/libmtp.c: added checks for supported properties
42
Richard Low64fa3992006-11-06 21:24:11 +0000432006-11-06 Richard Low <richard@wentnet.com>
44
45 * src/libmtp.c: added a check for NULL filenames in
46 LIBMTP_Get_Folder_List.
47
Linus Walleij99310d42006-11-01 08:29:39 +0000482006-11-01 Linus Walleij <triad@df.lth.se>
49
50 * src/libmtp.h.in: set/get uint8 to/from objects
51 * src/libmtp.c: send object property list.
52 * src/ptp.c: dito.
53 * src/ptp.h: dito.
54 * src/ptp-pack.c: dito.
55
mopoke90be30e2006-10-30 08:47:41 +0000562006-10-29 Andy Kelk <andy@mopoke.co.uk>
57
58 * examples/albumart.c: simple tool for adding album art.
59 * src/libmtp.c: graceful handling of players not supporting
60 abstract album objects.
61
Linus Walleij0c33ec02006-10-27 10:15:40 +0000622006-10-27 Linus Walleij <triad@df.lth.se>
63
64 * src/Makefile.am: bump library interface to reflect the new
65 album methods.
66 * configure.ac: bump to 0.0.22 for the next release.
67
682006-10-27 Andy Kelk <andy@mopoke.co.uk>
69
70 * src/libmtp.c: add support form abstract audio/video albums.
71 * src/libmtp.h.in: dito.
72
Linus Walleij7347d0f2006-10-23 07:23:39 +0000732006-10-23 Linus Walleij <triad@df.lth.se>
74
75 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
76 * src/ptp.c: sync to upstream.
77 * src/ptp.h: dito.
78 * src/ptp-pack.c: dito.
79
Linus Walleij9efe75f2006-10-20 09:09:45 +0000802006-10-20 Linus Walleij <triad@df.lth.se>
81
82 * Release 0.0.21 to get all the new device support out.
83
Linus Walleij501ba4d2006-10-16 06:17:04 +0000842006-10-16 Linus Walleij <triad@df.lth.se>
85
86 * configure.ac: bump to 0.0.21.
87 * src/libusb-glue.c: add code to unload a kernel driver for
88 the primary interface if it is already in use under Linux.
89 * src/libusb-glue.h: add a device flag to make this possible.
90
Linus Walleij37253292006-10-11 08:38:14 +0000912006-10-11 Linus Walleij <triad@df.lth.se>
92
93 * examples/delfile.c: patch from Chris Debenham
94 straingtening out the command-line interface a bit
95 more.
96
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000972006-10-10 Linus Walleij <triad@df.lth.se>
98
Linus Walleij37253292006-10-11 08:38:14 +000099 * examples/delfile.c: patch from Chris Debenham to make
100 this command take an optional filename as parameter
101 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000102
Linus Walleij955e6ba2006-09-26 16:55:10 +00001032006-09-26 Linus Walleij <triad@df.lth.se>
104
105 * libmtp.pc.in: require libusb instead of just linking it.
106 * configure.ac: bump release to 0.0.20 and release.
107
Linus Walleijb1318d12006-09-25 14:59:26 +00001082006-09-25 Linus Walleij <triad@df.lth.se>
109
110 * examples/evolution-sync.sh: example script to illustrate
111 to to transfer calendar, task and contact information
112 to a device supporting this.
113
Linus Walleij4ef39e62006-09-19 14:11:52 +00001142006-09-19 Linus Walleij <triad@df.lth.se>
115
116 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
117 * src/libmtp.c: dito.
118 * examples/sendfile.c: support vcard3.
119
Linus Walleijf248fdd2006-09-16 20:11:40 +00001202006-09-16 Linus Walleij <triad@df.lth.se>
121
122 * configure.ac: bump to 0.0.19 and release. There are some
123 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000124 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000125
Linus Walleijb8bfcb22006-09-13 12:14:28 +00001262006-09-13 Linus Walleij <triad@df.lth.se>
127
128 * examples/format.c: formatting test program.
129 * examples.Makefile.am: added format.
130
Linus Walleij13374a42006-09-13 11:55:30 +00001312006-09-13 Andy Kelk <andy@mopoke.co.uk>
132
133 * src/libmtp.h.in: added interface to format storage.
134 * src/libmtp.c: dito.
135 * src/ptp.c: dito.
136 * src/ptp.h: dito.
137
Linus Walleijd31e6192006-09-12 07:55:27 +00001382006-09-12 Linus Walleij <triad@df.lth.se>
139
140 * configure.ac: bump release. Released 0.0.18 yesterday.
141 * src/libmtp.c: do not try to read battery max level unless
142 the device supports it. (Bug occurred on Toshiba Gigabeat
143 P10.)
144
Linus Walleijd5d51c82006-09-11 06:57:50 +00001452006-09-11 Linus Walleij <triad@df.lth.se>
146
147 * src/libusb-glue.c: messed around a bit with device descriptor
148 detection so as to bring closer to libgphoto2 detection algorithm.
149 I've seen things that might be false positives, possibly USB mass
150 storage devices with additional MSFT descriptors to indicate they
151 have Janus DRM.
152 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
153 knows that UCS-2 is in machine endianness but Darwin and *BSD does
154 not. Detect C library and switch accordingly.
155 * src/unicode.c: retire old unicode code only keep things we cannot
156 live without. Remove the own internal UCS-2 conversion engine and
157 the internal iconv() engine and use the one already available in
158 PTPParams.
159 * src/unicode.h: dito.
160
Linus Walleij0558ac52006-09-07 06:55:03 +00001612006-09-07 Linus Walleij <triad@df.lth.se>
162
163 * src/libusb-glue.h: added device flags so we can make
164 the code behave differently on certain devices.
165 * src/libusb-glue.c: dito, plus removed some debug prints.
166 * src/libmtp.c: docs.
167 * src/libmtp.h.in: added device_flags to device list struct.
168 * src/Makefile.am: bumped to compatible library interface.
169 * configure.ac: bump version to 0.0.18 (0.0.17 released
170 yesterday).
171
Richard Low6ec2cc12006-09-06 16:59:16 +00001722006-09-06 Richard Low <richard@wentnet.com>
173
174 * src/libusb-glue.c: changed packet sizes to improve
175 transfer speeds.
176 * src/libmtp.c: changed packet sizes to improve transfer
177 transfer speeds. Also stopped extra ptp_getobjectinfo
178 calls when getting directories on connect.
179
Linus Walleij7f0c72e2006-09-06 13:01:58 +00001802006-09-06 Linus Walleij <triad@df.lth.se>
181
182 * src/libusb-glue.c: fixed some endpoint size detection
183 and sending special file sizes stuff. Real hairy bug...
184 Also messed around a bit with the callbacks.
185 * src/libmtp.c: changes for callback size detection.
186
Linus Walleija9310fa2006-09-04 06:47:42 +00001872006-09-04 Linus Walleij <triad@df.lth.se>
188
189 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
190 instead of magic values.
191
Linus Walleijd7aa5b22006-09-02 11:52:31 +00001922006-09-02 Linus Walleij <triad@df.lth.se>
193
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000194 * src/libmtp.c: add some code to have
195 LIBMTP_Send_File_From_File_Descriptor() accept a stream
196 if size is set to (uint64_t) -1, plus documentation fixes.
197 I don't think the streaming code will work but whoever want
198 to experiment with it has a place to start.
199 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000200
Linus Walleijda9500d2006-08-30 13:17:06 +00002012006-08-30 Linus Walleij <triad@df.lth.se>
202
203 * configure.ac: version bump.
204 * src/libmtp.c: more debug prints.
205 * src/libusb-glue.c: new iRiver device called Clix. By
206 the way I released libmtp 0.0.16 yesterday.
207
Linus Walleija823a702006-08-27 21:27:46 +00002082006-08-28 Linus Walleij <triad@df.lth.se>
209
210 * configure.ac: version bump.
211 * src/ptp-pack.c: upstream has committed my patch giving full
212 unicode support in libgphoto2 ptp2 camlib. No need for
213 any more ugly workarounds, plus we now have full unicode
214 filenames!
215 * src/ptp.c: dito.
216 * src/ptp.h: dito.
217 * src/libmtp.c: revamp to use the new unicode support in
218 libgphoto2.
219 * src/unicode.c: remove unused functionality.
220 * src/unicode.h: dito.
221
Linus Walleijee73ef22006-08-27 19:56:00 +00002222006-08-27 Linus Walleij <triad@df.lth.se>
223
224 * configure.ac: version bump. Release all these fixes
225 as 0.0.15.
226 * src/libusb-glue.c: fixed sucky errors. Added callback
227 code when reading files.
228 * src/libusb-glue.h: const correctness.
229 * src/libmtp.h.in: finally fixup the type on the callbacks.
230 * src/libmtp.c: more accurate sending callbacks. Callbacks
231 when getting files also, working correctly. Typeing of
232 callbacks now OK.
233 * examples/getfile.c: some display bar cosmetic fixup.
234 * TODO: lots of the things todo are now done.
235
Linus Walleijd214b9b2006-08-26 22:08:37 +00002362006-08-26 Linus Walleij <triad@df.lth.se>
237
238 * configure.ac: version bump.
239 * src/libmtp.c: fix bug and reinstate callbacks.
240 * src/libusb-glue.h: dito.
241 * src/libusb-glue.c: dito.
242
Linus Walleije7f44be2006-08-25 19:32:29 +00002432006-08-25 Linus Walleij <triad@df.lth.se>
244
245 * src/libmtp.c: use the new file descriptor sender function.
246 Going to release this as 0.0.13.
247 * src/ptp.c: upstream accepted patches synced in.
248 * src/ptp.h: dito.
249
Linus Walleijeab650b2006-08-21 23:26:37 +00002502006-08-22 Linus Walleij <triad@df.lth.se>
251
Linus Walleij80d134a2006-08-22 21:41:37 +0000252 * src/libusb-glue.c: found a real nasty endpoint bug,
253 code from libgphoto2 was assuming max packet size of
254 512 bytes while it is 64 when a USB 2.0 device is
255 plugged into an UHCI hub.
256
2572006-08-22 Linus Walleij <triad@df.lth.se>
258
Linus Walleijeab650b2006-08-21 23:26:37 +0000259 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
260
Linus Walleij924236a2006-08-20 22:17:58 +00002612006-08-21 Linus Walleij <triad@df.lth.se>
262
263 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000264 as result of experiments by Gavin McCullagh. Upstream
265 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000266 Move iconv() converters into device struct for thread
267 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000268 * src/ptp.c: sync to upstream which merges patch to get
269 file directly to file descriptor.
270 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000271 * src/unicode.c: move iconv() converters into the device
272 struct for thread safety.
273 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000274
Linus Walleij30658792006-08-19 22:18:55 +00002752006-08-20 Linus Walleij <triad@df.lth.se>
276
277 * src/libmtp.h.in: set friendly name and sync partner,
278 rename ownername to friendlyname.
279 * src/libmtp.c: dito.
280 * examples/detect.c: reflect changes.
281 * src/Makefile.am: interface is incompatible so age it.
282
Linus Walleijfae27482006-08-19 20:13:25 +00002832006-08-19 Linus Walleij <triad@df.lth.se>
284
285 * src/libmtp.h.in: add function to get syncronization
286 partner for the device.
287 * src/libmtp.c: dito.
288 * examples/detect.c: use that function.
289 * src/Makefile.am: backward-compatible interface bump.
290
Linus Walleij16571dc2006-08-17 20:27:46 +00002912006-08-17 Linus Walleij <triad@df.lth.se>
292
293 * configure.ac: bump to 0.0.12 and require iconv.h.
294
2952006-08-16 Linus Walleij <triad@df.lth.se>
296
297 * src/unicode.c: remove bigendian weirdness and switch
298 to using iconv() instead.
299 * src/unicode.h: dito.
300 * src/libmtp.c: reflect changes.
301
Linus Walleij3e188f12006-08-09 20:46:05 +00003022006-08-09 Linus Walleij <triad@df.lth.se>
303
304 * Release libmtp 0.0.11.
305
Linus Walleij2eb884b2006-08-04 19:17:36 +00003062006-08-04 Linus Walleij <triad@df.lth.se>
307
308 * src/libmtp.c: patch from Dan Aloni to make sendfile
309 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000310 * src/libusb-glue.c: patch from Andy Kelk to avoid
311 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000312 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000313
Linus Walleijaa4b0752006-07-26 22:21:04 +00003142006-07-27 Linus Walleij <triad@df.lth.se>
315
316 * Release libmtp 0.0.10.
317
Linus Walleij17b55ea2006-07-26 13:54:00 +00003182006-07-26 Linus Walleij <triad@df.lth.se>
319
320 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000321 * src/libmtp.c: only set metdata properties supported by
322 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000323 * src/ptp.c: sync to upstream.
324 * src/ptp.h: sync to upstream.
325 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000326
Linus Walleijc187cb92006-06-22 17:58:13 +00003272006-06-22 Linus Walleij <triad@df.lth.se>
328
329 * Release libmtp 0.0.9.
330
Linus Walleij8ab54262006-06-21 07:12:28 +00003312006-06-21 Linus Walleij <triad@df.lth.se>
332
333 * src/libmtp.h.in: added function to retrieve supported
334 filetypes.
335 * src/libmtp.c: ditto.
336 * examples/detect.c: use that function.
337
Linus Walleijcf223e62006-06-19 09:31:53 +00003382006-06-19 Linus Walleij <triad@df.lth.se>
339
340 * src/unicode.c: support all endianness, detect
341 byte-order-mark
342 * src/unicode.h: ditto.
343 * src/libmtp.c: ditto.
344 * examples/detect.c: use proper tempfile function.
345 * src/libmtp.h.in: add some more track properties.
346 * src/libmtp.c: ditto.
347 * examples/tracks.c: ditto.
348
Linus Walleij2e4b5f92006-06-16 14:00:49 +00003492006-06-16 Linus Walleij <triad@df.lth.se>
350
351 * src/libmtp.h.in: new interfaces for single metadata post
352 retrieveal.
353 * src/libmtp.c: ditto.
354 * examples/playlists.c: display track info using the new
355 individual track metadata retrieveal method.
356 * examples/getplaylist.c: ditto.
357
Linus Walleij05ccbe72006-06-13 07:46:58 +00003582006-06-13 Linus Walleij <triad@df.lth.se>
359
360 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000361 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000362 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000363 we can find them. Retrieve device secure time and cert
364 out of sheer curiosity.
365 * src/ptp.c: sync to libgphoto2 with my patches.
366 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000367
Linus Walleij438bd7f2006-06-08 11:35:44 +00003682006-06-07 Linus Walleij <triad@df.lth.se>
369
370 * src/libmtp.h.in: new playlist API and refactorings.
371 * src/libmtp.c: ditto, and refactorings.
372 * src/unicode.h: const correctness.
373 * src/unicode.c: ditto.
374 * examples/playlists.c: new example program.
375 * configure.ac: bump to 0.0.9
376 * src/Makefile.am: bump library interface.
377
Linus Walleij52e3ac52006-06-05 10:30:00 +00003782006-06-05 Linus Walleij <triad@df.lth.se>
379
380 * examples/sendtr.c: fixed annoying bug that made this
381 program totally useless.
382 * src/libmtp.c: cosmetics.
383 * configure.ac: bump to 0.0.8.
384
Linus Walleij345a3372006-06-03 20:55:25 +00003852006-06-03 Linus Walleij <triad@df.lth.se>
386
387 * src/libmtp.c: metadata bugs, album name and genre
388 confused. Fixe it and released libmtp 0.0.7.
389
Linus Walleijdc09dc02006-06-01 14:23:41 +00003902006-06-01 Linus Walleij <triad@df.lth.se>
391
392 * Released libmtp 0.0.6.
393
Linus Walleij549ec4d2006-05-31 19:59:52 +00003942006-05-31 Linus Walleij <triad@df.lth.se>
395
396 * src/libmtp.c: fixed mapping for JPEG vs JFIF
397 * src/libmtp.h.in: added proper type for JPEG
398 * examples/sendfile.c: send proper JPEG type
399
Linus Walleijd3fdd972006-05-30 15:51:37 +00004002006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
401
402 * src/libmtp.c: fixed a bug in update metadata due to
403 bad use of return code.
404 * src/libusb-glue.c: fixed a loop exiting problem with
405 good 'ol GOTO.
406
Linus Walleij9b1fcd92006-05-29 08:35:29 +00004072006-05-29 Linus Walleij <triad@df.lth.se>
408
409 * src/libusb-glue.c: one more device.
410 * doc/examples.h: produce correct documentation.
411 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000412 * src/ptp.c: sync to libgphoto2.
413 * src/ptp.h: ditto.
414 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000415 * src/libmtp.c: fixed all filetype API related functions
416 not to use any PTP intrinsic defines at all, made all
417 parameters to functions use the internal libmtp interface
418 enumerations and definitions. Removed LIBMTP_Release():
419 we can live with the memory lost during init. You're not
420 supposed to re-initialize the device. Consequently removed
421 the delete function that cleaned the filetype assoc list.
422 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000423
ravelox088180b2006-05-26 23:55:40 +00004242006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
425
426 * src/libmtp.c: refactored object handling to be more generic
427 * src/libmtp.h.in: ditto
428 * examples/refactortest.c: Added simple example to use refactoring
429 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000430 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
431 for playlist handling
432 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000433
Linus Walleij1fd2d272006-05-08 09:22:01 +00004342006-05-08 Linus Walleij <triad@df.lth.se>
435
436 * src/libmtp.h.in: add simple detection function.
437 * src/libusb-glue.c: implement MTP "OS descriptor" for
438 looking for MTP devices.
439 * examples/detect.c: make it possible to do very
440 rudimentary detection with "detect -p".
441 * configure.ac: bump to 0.0.5.
442
Linus Walleij685137f2006-05-07 18:09:02 +00004432006-05-07 Linus Walleij <triad@df.lth.se>
444
445 * COPYING: since we no longer use any parts of libptp2
446 and only files from libgphoto2, we switch to the GNU
447 Lesser General Public License (GNU LGPL). libptp2 is
448 a derived work from libgphoto2, and so is libmtp, there
449 are no remnants of libptp2 in libmtp anymore.
450
Linus Walleij16c51f02006-05-04 13:20:22 +00004512006-05-04 Linus Walleij <triad@df.lth.se>
452
453 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000454 * src/libmtp.c: respectfully rearranged to use a filetype mapping
455 table.
456 * src/ptp-pack.c: real nasty unicode packing bug.
457 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000458
Linus Walleijd6a49972006-05-02 08:24:54 +00004592006-05-02 Linus Walleij <triad@df.lth.se>
460
461 * src/libmtp.c: general shaping up for release. All track
462 and file sending functions now respects a parent ID to be
463 sent along with files and tracks.
464 * src/libmtp.h.in: dito.
465 * src/libusb-glue.c: dito.
466 * examples/sendfile.c: interface dependency changes.
467 * examples/sendtr.c: dito.
468
Linus Walleijc60275a2006-04-30 10:58:11 +00004692006-04-30 Linus Walleij <triad@df.lth.se>
470
471 * src/ptp.c: sync upstream.
472 * src/ptp.h: dito.
473
Linus Walleij370c68d2006-04-27 14:19:01 +00004742006-04-27 Linus Walleij <triad@df.lth.se>
475
476 * examples/sendfile.c: first file sender program based
477 on API implementation and changes by Chris Allegretta.
478 * examples/Makefile.am: new program, new entry.
479 * src/libmtp.c: reflect this new functionality.
480 * src/libmtp.h.in: dito.
481
Linus Walleijb02a0662006-04-25 08:05:09 +00004822006-04-25 Linus Walleij <triad@df.lth.se>
483
484 * Rebased the sources around libgphoto2 instead.
485 This was a major revision...
486 * src/ptp.c: imported libgphoto2 version verbatim.
487 * src/ptp.h: imported libgphoto2 version, minor patch.
488 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000489 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000490 * src/mtp.c: dropped, since all functions are now in ptp.c
491 * src/mtp-pack.c: dropped, same reason.
492 * src/mtp.h: dropped, same reason.
493 * src/mtp-pack.h: dropped, same reason.
494
Linus Walleije5f3ad42006-04-21 07:44:36 +00004952006-04-21 Linus Walleij <triad@df.lth.se>
496
Linus Walleij902c0b92006-04-21 10:52:48 +0000497 * Released libmtp 0.0.3
498 * Bumped source to 0.0.4
499
5002006-04-21 Linus Walleij <triad@df.lth.se>
501
Linus Walleije5f3ad42006-04-21 07:44:36 +0000502 * src/ptp-pack.c: GCC 4.x compilation patch from
503 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000504 * src/libusb-glue.c: New Samsung device and some
505 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000506 * src/ptp.h: some defines from libgphoto2 to get
507 a bit more compatible.
508 * src/libmtp.c: Added a folder API implementation by
509 Dave "ravelox" Kelly.
510 * src/libmtp.h.in: dito.
511 * examples/folders.c: dito.
512 * examples/newfolder.c: dito.
513 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000514
Linus Walleij6fd2f082006-03-28 07:19:22 +00005152006-03-28 Linus Walleij <triad@df.lth.se>
516
517 * m4/*: updated macros to work with GCC 4.1.0.
518 * examples/hotplug.c: new program to create device
519 ID lists.
520 * libmtp.rules: now an auto-generated file.
521 * libmtp.usermap: now an auto-generated file.
522
Linus Walleijf6bc1782006-03-24 15:12:47 +00005232006-03-24 Linus Walleij <triad@df.lth.se>
524
525 * Beginning a file API, fixed some example program
526 names and such.
527
Linus Walleij6946ac52006-03-21 06:51:22 +00005282006-03-18 Linus Walleij <triad@df.lth.se>
529
530 * Fixed up callback interface to a simpler version,
531 the old one was bloated stuff from libnjb anyway.
532 Bump to 0.0.2.
533
Linus Walleij9b28da32006-03-16 13:47:58 +00005342006-03-16 Linus Walleij <triad@df.lth.se>
535
536 * Fixed the .h file and implementation so you really only
537 need this one .h file to interface the library.
538
Linus Walleij80124062006-03-15 10:26:09 +00005392006-03-15 Linus Walleij <triad@df.lth.se>
540
541 * Added three device information retrieval functions.
542
Linus Walleij15e344f2006-03-06 15:15:00 +00005432006-03-06 Linus Walleij <triad@df.lth.se>
544
545 * Moving some things around to structure the source. More
546 will be needed...
547
Linus Walleij93218602006-02-27 08:53:38 +00005482006-02-27 Linus Walleij <triad@df.lth.se>
549
550 * Release libmtp 0.0.1 so people have something to play with,
551 what the heck. Probably saves someones day.
552
Linus Walleij95698cd2006-02-24 10:40:40 +00005532006-02-24 Linus Walleij <triad@df.lth.se>
554
555 * Deltr example program to delete tracks, plus corresponding
556 interface call.
557
Linus Walleij17e39f72006-02-23 15:54:28 +00005582006-02-23 Linus Walleij <triad@df.lth.se>
559
560 * Fixed up sendtr program and metadata tagging function that is
561 used after sending files.
562
Linus Walleij394bbbe2006-02-22 16:10:53 +00005632006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000564
Linus Walleij394bbbe2006-02-22 16:10:53 +0000565 * Untested gettr.c and sendtr.c programs to get and send tracks
566 created.
567
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00005682006-01-30 Linus Walleij <triad@df.lth.se>
569
570 * Created the initial GNU source directory structure.
571 * Added the most basic files.