blob: dc7d12a04e40db61c420fae2a4920ea8248ba810 [file] [log] [blame]
Linus Walleij3fcfea52006-11-13 07:07:36 +000012006-11-13 Richard Low <richard@wentnet.com>
2
3 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
4 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
5 * examples/tracks.c: use undeprecated API entry.
6 * src/ptp.c: working on getting object prop lists.
7 * src/ptp.h: dito.
8
Richard Lowe1f06922006-11-12 16:38:39 +000092006-11-12 Richard Low <richard@wentnet.com>
10
11 * src/libusb-glue.c: added Zen Vision W to devices
12
Richard Low4c60f6e2006-11-07 20:36:42 +0000132006-11-07 Richard Low <richard@wentnet.com>
14
15 * src/libmtp.c: added checks for supported properties
16
Richard Low64fa3992006-11-06 21:24:11 +0000172006-11-06 Richard Low <richard@wentnet.com>
18
19 * src/libmtp.c: added a check for NULL filenames in
20 LIBMTP_Get_Folder_List.
21
Linus Walleij99310d42006-11-01 08:29:39 +0000222006-11-01 Linus Walleij <triad@df.lth.se>
23
24 * src/libmtp.h.in: set/get uint8 to/from objects
25 * src/libmtp.c: send object property list.
26 * src/ptp.c: dito.
27 * src/ptp.h: dito.
28 * src/ptp-pack.c: dito.
29
mopoke90be30e2006-10-30 08:47:41 +0000302006-10-29 Andy Kelk <andy@mopoke.co.uk>
31
32 * examples/albumart.c: simple tool for adding album art.
33 * src/libmtp.c: graceful handling of players not supporting
34 abstract album objects.
35
Linus Walleij0c33ec02006-10-27 10:15:40 +0000362006-10-27 Linus Walleij <triad@df.lth.se>
37
38 * src/Makefile.am: bump library interface to reflect the new
39 album methods.
40 * configure.ac: bump to 0.0.22 for the next release.
41
422006-10-27 Andy Kelk <andy@mopoke.co.uk>
43
44 * src/libmtp.c: add support form abstract audio/video albums.
45 * src/libmtp.h.in: dito.
46
Linus Walleij7347d0f2006-10-23 07:23:39 +0000472006-10-23 Linus Walleij <triad@df.lth.se>
48
49 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
50 * src/ptp.c: sync to upstream.
51 * src/ptp.h: dito.
52 * src/ptp-pack.c: dito.
53
Linus Walleij9efe75f2006-10-20 09:09:45 +0000542006-10-20 Linus Walleij <triad@df.lth.se>
55
56 * Release 0.0.21 to get all the new device support out.
57
Linus Walleij501ba4d2006-10-16 06:17:04 +0000582006-10-16 Linus Walleij <triad@df.lth.se>
59
60 * configure.ac: bump to 0.0.21.
61 * src/libusb-glue.c: add code to unload a kernel driver for
62 the primary interface if it is already in use under Linux.
63 * src/libusb-glue.h: add a device flag to make this possible.
64
Linus Walleij37253292006-10-11 08:38:14 +0000652006-10-11 Linus Walleij <triad@df.lth.se>
66
67 * examples/delfile.c: patch from Chris Debenham
68 straingtening out the command-line interface a bit
69 more.
70
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000712006-10-10 Linus Walleij <triad@df.lth.se>
72
Linus Walleij37253292006-10-11 08:38:14 +000073 * examples/delfile.c: patch from Chris Debenham to make
74 this command take an optional filename as parameter
75 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +000076
Linus Walleij955e6ba2006-09-26 16:55:10 +0000772006-09-26 Linus Walleij <triad@df.lth.se>
78
79 * libmtp.pc.in: require libusb instead of just linking it.
80 * configure.ac: bump release to 0.0.20 and release.
81
Linus Walleijb1318d12006-09-25 14:59:26 +0000822006-09-25 Linus Walleij <triad@df.lth.se>
83
84 * examples/evolution-sync.sh: example script to illustrate
85 to to transfer calendar, task and contact information
86 to a device supporting this.
87
Linus Walleij4ef39e62006-09-19 14:11:52 +0000882006-09-19 Linus Walleij <triad@df.lth.se>
89
90 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
91 * src/libmtp.c: dito.
92 * examples/sendfile.c: support vcard3.
93
Linus Walleijf248fdd2006-09-16 20:11:40 +0000942006-09-16 Linus Walleij <triad@df.lth.se>
95
96 * configure.ac: bump to 0.0.19 and release. There are some
97 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +000098 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +000099
Linus Walleijb8bfcb22006-09-13 12:14:28 +00001002006-09-13 Linus Walleij <triad@df.lth.se>
101
102 * examples/format.c: formatting test program.
103 * examples.Makefile.am: added format.
104
Linus Walleij13374a42006-09-13 11:55:30 +00001052006-09-13 Andy Kelk <andy@mopoke.co.uk>
106
107 * src/libmtp.h.in: added interface to format storage.
108 * src/libmtp.c: dito.
109 * src/ptp.c: dito.
110 * src/ptp.h: dito.
111
Linus Walleijd31e6192006-09-12 07:55:27 +00001122006-09-12 Linus Walleij <triad@df.lth.se>
113
114 * configure.ac: bump release. Released 0.0.18 yesterday.
115 * src/libmtp.c: do not try to read battery max level unless
116 the device supports it. (Bug occurred on Toshiba Gigabeat
117 P10.)
118
Linus Walleijd5d51c82006-09-11 06:57:50 +00001192006-09-11 Linus Walleij <triad@df.lth.se>
120
121 * src/libusb-glue.c: messed around a bit with device descriptor
122 detection so as to bring closer to libgphoto2 detection algorithm.
123 I've seen things that might be false positives, possibly USB mass
124 storage devices with additional MSFT descriptors to indicate they
125 have Janus DRM.
126 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
127 knows that UCS-2 is in machine endianness but Darwin and *BSD does
128 not. Detect C library and switch accordingly.
129 * src/unicode.c: retire old unicode code only keep things we cannot
130 live without. Remove the own internal UCS-2 conversion engine and
131 the internal iconv() engine and use the one already available in
132 PTPParams.
133 * src/unicode.h: dito.
134
Linus Walleij0558ac52006-09-07 06:55:03 +00001352006-09-07 Linus Walleij <triad@df.lth.se>
136
137 * src/libusb-glue.h: added device flags so we can make
138 the code behave differently on certain devices.
139 * src/libusb-glue.c: dito, plus removed some debug prints.
140 * src/libmtp.c: docs.
141 * src/libmtp.h.in: added device_flags to device list struct.
142 * src/Makefile.am: bumped to compatible library interface.
143 * configure.ac: bump version to 0.0.18 (0.0.17 released
144 yesterday).
145
Richard Low6ec2cc12006-09-06 16:59:16 +00001462006-09-06 Richard Low <richard@wentnet.com>
147
148 * src/libusb-glue.c: changed packet sizes to improve
149 transfer speeds.
150 * src/libmtp.c: changed packet sizes to improve transfer
151 transfer speeds. Also stopped extra ptp_getobjectinfo
152 calls when getting directories on connect.
153
Linus Walleij7f0c72e2006-09-06 13:01:58 +00001542006-09-06 Linus Walleij <triad@df.lth.se>
155
156 * src/libusb-glue.c: fixed some endpoint size detection
157 and sending special file sizes stuff. Real hairy bug...
158 Also messed around a bit with the callbacks.
159 * src/libmtp.c: changes for callback size detection.
160
Linus Walleija9310fa2006-09-04 06:47:42 +00001612006-09-04 Linus Walleij <triad@df.lth.se>
162
163 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
164 instead of magic values.
165
Linus Walleijd7aa5b22006-09-02 11:52:31 +00001662006-09-02 Linus Walleij <triad@df.lth.se>
167
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000168 * src/libmtp.c: add some code to have
169 LIBMTP_Send_File_From_File_Descriptor() accept a stream
170 if size is set to (uint64_t) -1, plus documentation fixes.
171 I don't think the streaming code will work but whoever want
172 to experiment with it has a place to start.
173 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000174
Linus Walleijda9500d2006-08-30 13:17:06 +00001752006-08-30 Linus Walleij <triad@df.lth.se>
176
177 * configure.ac: version bump.
178 * src/libmtp.c: more debug prints.
179 * src/libusb-glue.c: new iRiver device called Clix. By
180 the way I released libmtp 0.0.16 yesterday.
181
Linus Walleija823a702006-08-27 21:27:46 +00001822006-08-28 Linus Walleij <triad@df.lth.se>
183
184 * configure.ac: version bump.
185 * src/ptp-pack.c: upstream has committed my patch giving full
186 unicode support in libgphoto2 ptp2 camlib. No need for
187 any more ugly workarounds, plus we now have full unicode
188 filenames!
189 * src/ptp.c: dito.
190 * src/ptp.h: dito.
191 * src/libmtp.c: revamp to use the new unicode support in
192 libgphoto2.
193 * src/unicode.c: remove unused functionality.
194 * src/unicode.h: dito.
195
Linus Walleijee73ef22006-08-27 19:56:00 +00001962006-08-27 Linus Walleij <triad@df.lth.se>
197
198 * configure.ac: version bump. Release all these fixes
199 as 0.0.15.
200 * src/libusb-glue.c: fixed sucky errors. Added callback
201 code when reading files.
202 * src/libusb-glue.h: const correctness.
203 * src/libmtp.h.in: finally fixup the type on the callbacks.
204 * src/libmtp.c: more accurate sending callbacks. Callbacks
205 when getting files also, working correctly. Typeing of
206 callbacks now OK.
207 * examples/getfile.c: some display bar cosmetic fixup.
208 * TODO: lots of the things todo are now done.
209
Linus Walleijd214b9b2006-08-26 22:08:37 +00002102006-08-26 Linus Walleij <triad@df.lth.se>
211
212 * configure.ac: version bump.
213 * src/libmtp.c: fix bug and reinstate callbacks.
214 * src/libusb-glue.h: dito.
215 * src/libusb-glue.c: dito.
216
Linus Walleije7f44be2006-08-25 19:32:29 +00002172006-08-25 Linus Walleij <triad@df.lth.se>
218
219 * src/libmtp.c: use the new file descriptor sender function.
220 Going to release this as 0.0.13.
221 * src/ptp.c: upstream accepted patches synced in.
222 * src/ptp.h: dito.
223
Linus Walleijeab650b2006-08-21 23:26:37 +00002242006-08-22 Linus Walleij <triad@df.lth.se>
225
Linus Walleij80d134a2006-08-22 21:41:37 +0000226 * src/libusb-glue.c: found a real nasty endpoint bug,
227 code from libgphoto2 was assuming max packet size of
228 512 bytes while it is 64 when a USB 2.0 device is
229 plugged into an UHCI hub.
230
2312006-08-22 Linus Walleij <triad@df.lth.se>
232
Linus Walleijeab650b2006-08-21 23:26:37 +0000233 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
234
Linus Walleij924236a2006-08-20 22:17:58 +00002352006-08-21 Linus Walleij <triad@df.lth.se>
236
237 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000238 as result of experiments by Gavin McCullagh. Upstream
239 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000240 Move iconv() converters into device struct for thread
241 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000242 * src/ptp.c: sync to upstream which merges patch to get
243 file directly to file descriptor.
244 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000245 * src/unicode.c: move iconv() converters into the device
246 struct for thread safety.
247 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000248
Linus Walleij30658792006-08-19 22:18:55 +00002492006-08-20 Linus Walleij <triad@df.lth.se>
250
251 * src/libmtp.h.in: set friendly name and sync partner,
252 rename ownername to friendlyname.
253 * src/libmtp.c: dito.
254 * examples/detect.c: reflect changes.
255 * src/Makefile.am: interface is incompatible so age it.
256
Linus Walleijfae27482006-08-19 20:13:25 +00002572006-08-19 Linus Walleij <triad@df.lth.se>
258
259 * src/libmtp.h.in: add function to get syncronization
260 partner for the device.
261 * src/libmtp.c: dito.
262 * examples/detect.c: use that function.
263 * src/Makefile.am: backward-compatible interface bump.
264
Linus Walleij16571dc2006-08-17 20:27:46 +00002652006-08-17 Linus Walleij <triad@df.lth.se>
266
267 * configure.ac: bump to 0.0.12 and require iconv.h.
268
2692006-08-16 Linus Walleij <triad@df.lth.se>
270
271 * src/unicode.c: remove bigendian weirdness and switch
272 to using iconv() instead.
273 * src/unicode.h: dito.
274 * src/libmtp.c: reflect changes.
275
Linus Walleij3e188f12006-08-09 20:46:05 +00002762006-08-09 Linus Walleij <triad@df.lth.se>
277
278 * Release libmtp 0.0.11.
279
Linus Walleij2eb884b2006-08-04 19:17:36 +00002802006-08-04 Linus Walleij <triad@df.lth.se>
281
282 * src/libmtp.c: patch from Dan Aloni to make sendfile
283 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000284 * src/libusb-glue.c: patch from Andy Kelk to avoid
285 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000286 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000287
Linus Walleijaa4b0752006-07-26 22:21:04 +00002882006-07-27 Linus Walleij <triad@df.lth.se>
289
290 * Release libmtp 0.0.10.
291
Linus Walleij17b55ea2006-07-26 13:54:00 +00002922006-07-26 Linus Walleij <triad@df.lth.se>
293
294 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000295 * src/libmtp.c: only set metdata properties supported by
296 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000297 * src/ptp.c: sync to upstream.
298 * src/ptp.h: sync to upstream.
299 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000300
Linus Walleijc187cb92006-06-22 17:58:13 +00003012006-06-22 Linus Walleij <triad@df.lth.se>
302
303 * Release libmtp 0.0.9.
304
Linus Walleij8ab54262006-06-21 07:12:28 +00003052006-06-21 Linus Walleij <triad@df.lth.se>
306
307 * src/libmtp.h.in: added function to retrieve supported
308 filetypes.
309 * src/libmtp.c: ditto.
310 * examples/detect.c: use that function.
311
Linus Walleijcf223e62006-06-19 09:31:53 +00003122006-06-19 Linus Walleij <triad@df.lth.se>
313
314 * src/unicode.c: support all endianness, detect
315 byte-order-mark
316 * src/unicode.h: ditto.
317 * src/libmtp.c: ditto.
318 * examples/detect.c: use proper tempfile function.
319 * src/libmtp.h.in: add some more track properties.
320 * src/libmtp.c: ditto.
321 * examples/tracks.c: ditto.
322
Linus Walleij2e4b5f92006-06-16 14:00:49 +00003232006-06-16 Linus Walleij <triad@df.lth.se>
324
325 * src/libmtp.h.in: new interfaces for single metadata post
326 retrieveal.
327 * src/libmtp.c: ditto.
328 * examples/playlists.c: display track info using the new
329 individual track metadata retrieveal method.
330 * examples/getplaylist.c: ditto.
331
Linus Walleij05ccbe72006-06-13 07:46:58 +00003322006-06-13 Linus Walleij <triad@df.lth.se>
333
334 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000335 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000336 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000337 we can find them. Retrieve device secure time and cert
338 out of sheer curiosity.
339 * src/ptp.c: sync to libgphoto2 with my patches.
340 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000341
Linus Walleij438bd7f2006-06-08 11:35:44 +00003422006-06-07 Linus Walleij <triad@df.lth.se>
343
344 * src/libmtp.h.in: new playlist API and refactorings.
345 * src/libmtp.c: ditto, and refactorings.
346 * src/unicode.h: const correctness.
347 * src/unicode.c: ditto.
348 * examples/playlists.c: new example program.
349 * configure.ac: bump to 0.0.9
350 * src/Makefile.am: bump library interface.
351
Linus Walleij52e3ac52006-06-05 10:30:00 +00003522006-06-05 Linus Walleij <triad@df.lth.se>
353
354 * examples/sendtr.c: fixed annoying bug that made this
355 program totally useless.
356 * src/libmtp.c: cosmetics.
357 * configure.ac: bump to 0.0.8.
358
Linus Walleij345a3372006-06-03 20:55:25 +00003592006-06-03 Linus Walleij <triad@df.lth.se>
360
361 * src/libmtp.c: metadata bugs, album name and genre
362 confused. Fixe it and released libmtp 0.0.7.
363
Linus Walleijdc09dc02006-06-01 14:23:41 +00003642006-06-01 Linus Walleij <triad@df.lth.se>
365
366 * Released libmtp 0.0.6.
367
Linus Walleij549ec4d2006-05-31 19:59:52 +00003682006-05-31 Linus Walleij <triad@df.lth.se>
369
370 * src/libmtp.c: fixed mapping for JPEG vs JFIF
371 * src/libmtp.h.in: added proper type for JPEG
372 * examples/sendfile.c: send proper JPEG type
373
Linus Walleijd3fdd972006-05-30 15:51:37 +00003742006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
375
376 * src/libmtp.c: fixed a bug in update metadata due to
377 bad use of return code.
378 * src/libusb-glue.c: fixed a loop exiting problem with
379 good 'ol GOTO.
380
Linus Walleij9b1fcd92006-05-29 08:35:29 +00003812006-05-29 Linus Walleij <triad@df.lth.se>
382
383 * src/libusb-glue.c: one more device.
384 * doc/examples.h: produce correct documentation.
385 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000386 * src/ptp.c: sync to libgphoto2.
387 * src/ptp.h: ditto.
388 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000389 * src/libmtp.c: fixed all filetype API related functions
390 not to use any PTP intrinsic defines at all, made all
391 parameters to functions use the internal libmtp interface
392 enumerations and definitions. Removed LIBMTP_Release():
393 we can live with the memory lost during init. You're not
394 supposed to re-initialize the device. Consequently removed
395 the delete function that cleaned the filetype assoc list.
396 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000397
ravelox088180b2006-05-26 23:55:40 +00003982006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
399
400 * src/libmtp.c: refactored object handling to be more generic
401 * src/libmtp.h.in: ditto
402 * examples/refactortest.c: Added simple example to use refactoring
403 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000404 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
405 for playlist handling
406 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000407
Linus Walleij1fd2d272006-05-08 09:22:01 +00004082006-05-08 Linus Walleij <triad@df.lth.se>
409
410 * src/libmtp.h.in: add simple detection function.
411 * src/libusb-glue.c: implement MTP "OS descriptor" for
412 looking for MTP devices.
413 * examples/detect.c: make it possible to do very
414 rudimentary detection with "detect -p".
415 * configure.ac: bump to 0.0.5.
416
Linus Walleij685137f2006-05-07 18:09:02 +00004172006-05-07 Linus Walleij <triad@df.lth.se>
418
419 * COPYING: since we no longer use any parts of libptp2
420 and only files from libgphoto2, we switch to the GNU
421 Lesser General Public License (GNU LGPL). libptp2 is
422 a derived work from libgphoto2, and so is libmtp, there
423 are no remnants of libptp2 in libmtp anymore.
424
Linus Walleij16c51f02006-05-04 13:20:22 +00004252006-05-04 Linus Walleij <triad@df.lth.se>
426
427 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000428 * src/libmtp.c: respectfully rearranged to use a filetype mapping
429 table.
430 * src/ptp-pack.c: real nasty unicode packing bug.
431 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000432
Linus Walleijd6a49972006-05-02 08:24:54 +00004332006-05-02 Linus Walleij <triad@df.lth.se>
434
435 * src/libmtp.c: general shaping up for release. All track
436 and file sending functions now respects a parent ID to be
437 sent along with files and tracks.
438 * src/libmtp.h.in: dito.
439 * src/libusb-glue.c: dito.
440 * examples/sendfile.c: interface dependency changes.
441 * examples/sendtr.c: dito.
442
Linus Walleijc60275a2006-04-30 10:58:11 +00004432006-04-30 Linus Walleij <triad@df.lth.se>
444
445 * src/ptp.c: sync upstream.
446 * src/ptp.h: dito.
447
Linus Walleij370c68d2006-04-27 14:19:01 +00004482006-04-27 Linus Walleij <triad@df.lth.se>
449
450 * examples/sendfile.c: first file sender program based
451 on API implementation and changes by Chris Allegretta.
452 * examples/Makefile.am: new program, new entry.
453 * src/libmtp.c: reflect this new functionality.
454 * src/libmtp.h.in: dito.
455
Linus Walleijb02a0662006-04-25 08:05:09 +00004562006-04-25 Linus Walleij <triad@df.lth.se>
457
458 * Rebased the sources around libgphoto2 instead.
459 This was a major revision...
460 * src/ptp.c: imported libgphoto2 version verbatim.
461 * src/ptp.h: imported libgphoto2 version, minor patch.
462 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000463 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000464 * src/mtp.c: dropped, since all functions are now in ptp.c
465 * src/mtp-pack.c: dropped, same reason.
466 * src/mtp.h: dropped, same reason.
467 * src/mtp-pack.h: dropped, same reason.
468
Linus Walleije5f3ad42006-04-21 07:44:36 +00004692006-04-21 Linus Walleij <triad@df.lth.se>
470
Linus Walleij902c0b92006-04-21 10:52:48 +0000471 * Released libmtp 0.0.3
472 * Bumped source to 0.0.4
473
4742006-04-21 Linus Walleij <triad@df.lth.se>
475
Linus Walleije5f3ad42006-04-21 07:44:36 +0000476 * src/ptp-pack.c: GCC 4.x compilation patch from
477 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000478 * src/libusb-glue.c: New Samsung device and some
479 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000480 * src/ptp.h: some defines from libgphoto2 to get
481 a bit more compatible.
482 * src/libmtp.c: Added a folder API implementation by
483 Dave "ravelox" Kelly.
484 * src/libmtp.h.in: dito.
485 * examples/folders.c: dito.
486 * examples/newfolder.c: dito.
487 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000488
Linus Walleij6fd2f082006-03-28 07:19:22 +00004892006-03-28 Linus Walleij <triad@df.lth.se>
490
491 * m4/*: updated macros to work with GCC 4.1.0.
492 * examples/hotplug.c: new program to create device
493 ID lists.
494 * libmtp.rules: now an auto-generated file.
495 * libmtp.usermap: now an auto-generated file.
496
Linus Walleijf6bc1782006-03-24 15:12:47 +00004972006-03-24 Linus Walleij <triad@df.lth.se>
498
499 * Beginning a file API, fixed some example program
500 names and such.
501
Linus Walleij6946ac52006-03-21 06:51:22 +00005022006-03-18 Linus Walleij <triad@df.lth.se>
503
504 * Fixed up callback interface to a simpler version,
505 the old one was bloated stuff from libnjb anyway.
506 Bump to 0.0.2.
507
Linus Walleij9b28da32006-03-16 13:47:58 +00005082006-03-16 Linus Walleij <triad@df.lth.se>
509
510 * Fixed the .h file and implementation so you really only
511 need this one .h file to interface the library.
512
Linus Walleij80124062006-03-15 10:26:09 +00005132006-03-15 Linus Walleij <triad@df.lth.se>
514
515 * Added three device information retrieval functions.
516
Linus Walleij15e344f2006-03-06 15:15:00 +00005172006-03-06 Linus Walleij <triad@df.lth.se>
518
519 * Moving some things around to structure the source. More
520 will be needed...
521
Linus Walleij93218602006-02-27 08:53:38 +00005222006-02-27 Linus Walleij <triad@df.lth.se>
523
524 * Release libmtp 0.0.1 so people have something to play with,
525 what the heck. Probably saves someones day.
526
Linus Walleij95698cd2006-02-24 10:40:40 +00005272006-02-24 Linus Walleij <triad@df.lth.se>
528
529 * Deltr example program to delete tracks, plus corresponding
530 interface call.
531
Linus Walleij17e39f72006-02-23 15:54:28 +00005322006-02-23 Linus Walleij <triad@df.lth.se>
533
534 * Fixed up sendtr program and metadata tagging function that is
535 used after sending files.
536
Linus Walleij394bbbe2006-02-22 16:10:53 +00005372006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000538
Linus Walleij394bbbe2006-02-22 16:10:53 +0000539 * Untested gettr.c and sendtr.c programs to get and send tracks
540 created.
541
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00005422006-01-30 Linus Walleij <triad@df.lth.se>
543
544 * Created the initial GNU source directory structure.
545 * Added the most basic files.