blob: 2f34de2529fcf2ad3831687ec121b2bc303b4cc9 [file] [log] [blame]
Linus Walleij070e9b42007-01-22 08:49:28 +000012007-01-22 Linus Walleij <triad@df.lth.se>
2
3 * examples/albumart.c: use the new errostack.
4 * examples/delfile.c: dito.
5 * examples/detect.c: dito.
6 * examples/emptyfolders.c: dito.
7 * examples/format.c: dito.
8 * examples/getfile.c: dito.
9 * examples/getplaylist.c: dito.
10 * examples/newfolder.c: dito.
11 * examples/newplaylist.c: dito.
12 * examples/playlists.c: dito.
13 * examples/sendfile.c: dito.
14 * examples/sendtr.c: dito.
15 * examples/thumb.c: dito.
16 * src/libmtp.c: add some errors to the stack so we can
17 see how it's to be used. (Just a first try...)
18
192007-01-22 Ted Bullock <tbullock@canada.com>
20
21 * src/libusb-glue.c: first hack at creating an interface
22 to retrieve multiple devices.
23 * src/libmtp.h.in: new error codes related to multiple devices.
24
Richard Low7059ed42007-01-21 09:33:34 +0000252007-01-21 Richard Low <richard@wentnet.com>
26
27 * src/libusb-glue.c: more new devices
28
Linus Walleij2715c442007-01-20 22:35:29 +0000292007-01-20 Linus Walleij <triad@df.lth.se>
30
31 * src/libmtp.h.in: error stack handling like in libnjb.
32 just bare bones implementation as of now but the idea
33 should be clearly visible. TODO: add a plethora of
34 errors and adjust examples to make use of the error
35 stack.
36 * src/libmtp.c: dito.
37
Richard Lowa98d0542007-01-20 12:31:07 +0000382007-01-20 Richard Low <richard@wentnet.com>
39
40 * src/libusb-glue.c: new device 'Philips PSA235'
41
Linus Walleij85a4c032007-01-16 20:42:18 +0000422007-01-16 Linus Walleij <triad@df.lth.se>
43
44 * configure.ac: bump and release 0.1.3.
45 * src/Makefile.am: bump interface REVISION. Nothing changed
46 externally really.
47
Linus Walleijd85d2bb2007-01-11 21:32:48 +0000482007-01-11 Linus Walleij <triad@df.lth.se>
49
50 * src/libmtp.sym: updated symbol table for mingw32 but does
51 anyone use this? Also I believe one could auto-generate
52 this some way, just haven't figured out how... Perhaps with
53 a funky script that massage libmtp.h if nothing else.
54
Richard Low4df32f82007-01-11 20:04:39 +0000552007-01-11 Richard Low <richard@wentnet.com>
56
57 * src/libusb-glue.c: a zero read fix
58 * src/libmtp.c: fix spelling mistake
59
Linus Walleijc49c6372007-01-09 00:18:51 +0000602007-01-09 Linus Walleij <triad@df.lth.se>
61
62 * src/libusb-glue.c: repair callbacks, structure the code just
63 a little bit.
64 * src/libmtp.c: don't assign values to writes or reads, use the
65 PTP transport intrinsics instead.
66
Linus Walleij15af8532007-01-07 12:45:20 +0000672007-01-07 Orson Teodoro <orsonteodoro@yahoo.com>
68
69 * src/ptp.h: Encoding profile.
70 * src/ptp.c: Dito.
71
Linus Walleij58b62792007-01-07 12:38:59 +0000722006-01-07 Linus Walleij <triad@df.lth.se>
73
74 * src/libusb-glue.c: (re)introduce de-halting of endpoints
75 as this is needed by VMWare emulation. Must check whether
Linus Walleijb97379b2007-01-07 12:42:20 +000076 this causes problems for other archs! Problem was reported
77 by Orson Teodoro under i686 Gentoo, with a suggested patch.
Linus Walleij58b62792007-01-07 12:38:59 +000078
Linus Walleija0323272007-01-07 12:21:30 +0000792006-01-07 Marcus Meissner <meissner@suse.de>
80
81 * src/ptp.c: sync to upstream libgphoto2.
82 * src/ptp.h: dito.
83 * src/ptp-pack.c: dito.
84 * libusb-glue.c: fixes to move low-level functions
85 out of ptp.c and into this libmtp-specific portion.
86 libgphoto2 has been similarly altered to use a usb.c
87 file for the low-level stuff. (This was a long needed
88 split anyway.)
89
Linus Walleij58b62792007-01-07 12:38:59 +0000902007-01-03 Richard Low <richard@wentnet.com>
Richard Low68f45882007-01-03 10:08:31 +000091
92 * src/libusb-glue.c: fix zero write bug
Richard Lowef05b892007-01-03 21:18:56 +000093 * src/ptp.c: ditto
Richard Low68f45882007-01-03 10:08:31 +000094
Linus Walleij99ed83c2007-01-02 18:46:02 +0000952007-01-02 Linus Walleij <triad@df.lth.se>
96
97 * src/libusb-glue.c: fix up comments, remove things
98 refering to stuff we don't have.
99
Richard Lowb89ea942007-01-02 11:47:19 +00001002007-01-02 Richard Low <richard@wentnet.com>
101
102 * src/libmtp.c: another try at split headers/packet sizes
103 * src/ptp.c: ditto
104 * src/libusb-glue.c: ditto
105
Linus Walleijc70a6df2007-01-01 22:19:08 +00001062007-01-01 Linus Walleij <triad@df.lth.se>
107
108 * src/libmtp.c: move default setting of split headers
109 off to ptp.c open session.
110 * src/ptp.c: dito.
111
Richard Low021421e2007-01-01 18:08:57 +00001122007-01-01 Richard Low <richard@wentnet.com>
113
114 * src/libmtp.c: split headers/packet size fix
115 * src/ptp.c: ditto
116 * src/ptp.h: ditto
117 * src/libusb-glue.c: ditto
118
Linus Walleijfa2d1d12007-01-01 17:08:13 +00001192007-01-01 Orson Teodoro <orsonteodoro@yahoo.com>
120
121 * src/ptp.h: changed some WMDRMND def codes to AAVT def codes.
122 addition of AAVT error codes.
123 * src/ptp.c: changes to reflect modifications done in ptp.h
124
Linus Walleija5ab8c42006-12-31 09:25:36 +00001252006-12-31 Linus Walleij <triad@df.lth.se>
126
127 * configure.ac: bump to 0.1.2.
128 * src/Makefile.am: bump interface revision. (Compatible.)
129 * RELEASE 0.1.2.
130
Linus Walleij02ee8802006-12-30 17:27:58 +00001312006-12-30 Linus Walleij <triad@df.lth.se>
132
133 * examples/pathutils.c: reflect new filetypes.
134 * examples/sendtr.c: dito.
135
Linus Walleij5fb47132006-12-30 15:35:48 +00001362006-12-30 Orson Teodoro <orsonteodoro@yahoo.com>
137
138 * src/ptp.h: added WMDRMPD, WMDRMND, WMPPD, WPDWCN extension
139 codes. added more format object codes flac, m4a, 3gp, aac,
140 xml, xls, ppt, etc. 0x9101-0x910B identfiers are infixed
141 with WMDRMPD. Added more object properties codes (0xDCD3-0xDD72).
142 Added more device property codes.
143 Changed PTP_OFC_MTP_WindowsImageFormat to 0xb881 reflect spec.
144 * src/ptp.c: added changes to reflect new extensions, object
145 codes, device property codes.
146 * src/libmtp.c: modified mp4 to reflect it is a container format
147 not a codec. Added more descriptions in init_filemap(). mp4
148 container format is ambiguous in
149 LIBMTP_Send_File_From_File_Descriptor(). Audio? video? both?.
150 mp4 searched in video by default. Added comments about this.
151 Added support for the new format object types.
152 * src/libmtp.h.in: added constants to reflect changes to
153 init_filemap().
154
Richard Lowedd61832006-12-30 12:38:18 +00001552006-12-30 Richard Low <richard@wentnet.com>
156
157 * src/libusb-glue.c: fixed bug in debug printing
158
Richard Lowa6c924c2006-12-29 17:44:28 +00001592006-12-29 Richard Low <richard@wentnet.com>
160
161 * src/libmtp.c: Made abstract list creation to be more
162 WMP like
163 * src/libusb-glue.c: added Philips GoGear SA9200
Richard Lowa679b1c2006-12-29 20:08:14 +0000164 * src/ptp-pack.c: fixed packing bug in ptp_pack_OI
Richard Lowa6c924c2006-12-29 17:44:28 +0000165
Linus Walleij784ac3f2006-12-29 10:36:51 +00001662006-12-29 Marcus Meissner <meissner@suse.de>
167
168 * src/ptp.h: API changes for libgphoto2 to use the file
169 retrieveal functions.
170 * src/ptp.c: dito.
171 * src/libusb-glue.c: changes in libmtp reflecting the new
172 API for libgphoto2.
173
Linus Walleij8609af32006-12-28 21:25:17 +00001742006-12-28 Linus Walleij <triad@df.lth.se>
175
Linus Walleije2e21182006-12-28 22:36:59 +0000176 * configure.ac: making older autotools happy. Bump to 0.1.1.
Linus Walleij3a3d24d2006-12-28 22:35:58 +0000177 * src/Makefile.am: bump interface for release, also autotools.
178 * RELEASE libmtp 0.1.1.
Linus Walleij8609af32006-12-28 21:25:17 +0000179
Linus Walleijd6735f72006-12-19 13:38:29 +00001802006-12-19 Matthew Wilcox <matthew@wil.cx>
181
182 * src/ptp.c: fix a (serious) short file bug.
183
Richard Lowaf20b5d2006-12-17 18:00:59 +00001842006-12-17 Richard Low <richard@wentnet.com>
185
186 * src/libmtp.c: don't bail out on failures when setting
187 metadata.
188
Linus Walleij037a1252006-12-16 20:36:52 +00001892006-12-16 Linus Walleij <triad@df.lth.se>
190
191 * src/ptp.c: sync to upstream.
192 * src/ptp.h: dito.
193 * src/ptp-pack.c: dito.
194
Linus Walleijf8491912006-12-15 10:23:30 +00001952006-12-15 Linus Walleij <triad@df.lth.se>
196
197 * src/libmtp.h.in: make the format function take a storage as
198 parameter. Add comments to device storage.
199 * src/libmtp.c: dito, fix up some code and docs.
200 * examples/format.c: make the format command comply with
201 the new API.
202
Linus Walleije1ac07e2006-12-14 19:38:59 +00002032006-12-14 Linus Walleij <triad@df.lth.se>
204
205 * src/libmtp.c: make get_first_storage_freespace() always query
206 the first storage when the space is requested. And some other
207 janitorial stuff.
208
Linus Walleijb01d18b2006-12-13 12:49:15 +00002092006-12-13 Linus Walleij <triad@df.lth.se>
210
211 * src/libusb-glue.c: one more device.
212 * examples/detect.c: compilation warnings fixed.
213
rreardon3d583062006-12-13 10:10:27 +00002142006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
215
216 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
217 * src/ptp.h: ditto.
218
Linus Walleijcd849362006-12-13 12:37:58 +00002192006-12-12 Daniel Williams <danielw@iinet.net.au>
Linus Walleij9e1b0812006-12-12 19:22:02 +0000220
221 * src/libmtp.h.in: revamped storage API.
222 * src/libmtp.c: dito.
223 * examples/detect.c: dito.
224
rreardon73d02c92006-12-12 16:45:30 +00002252006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +0000226
227 * src/libmtp.c: Send_Representative_Sample() updated to
228 set image height and width, or audio duration and size.
229
Linus Walleijd0f67702006-12-07 09:56:46 +00002302006-12-07 Linus Walleij <triad@df.lth.se>
231
Linus Walleija05b9802006-12-08 08:50:30 +0000232 * src/libmtp.h.in: support firmware object type. (Dangerous.)
233 * src/libmtp.c: dito.
234
2352006-12-07 Linus Walleij <triad@df.lth.se>
236
Linus Walleijd0f67702006-12-07 09:56:46 +0000237 * src/libmtp.c: default text folder detection (used in Samsung
238 Yepp T9) also add a few "My Foo" folder strings, remove the
239 "remaining directories" kludge.
240 * src/libmtp.h.in: default text folder.
241
Linus Walleijf1b02f22006-12-06 09:03:23 +00002422006-12-06 Linus Walleij <triad@df.lth.se>
243
244 * src/libmtp.h.in: extend the respresentative sample API a bit.
245 * src/libmtp.c: dito.
246 * examples/albumart.c: free memory after use.
247 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +0000248 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +0000249
Linus Walleijfdef4ae2006-12-05 16:15:51 +00002502006-12-04 Linus Walleij <triad@df.lth.se>
251
252 * src/ptp.c: enable split headers on sending object lists again.
253
2542006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +0000255
256 * src/libmtp.c: abstract Send_Representative_Sample() so
257 it can send samples for any format that supports it
258 * src/libmtp.h.in: same as above
259 * examples/albumart.c: altered to use new abstract function above
260 * example/thumb.c: sample program to upload thumbnails
261 * example/Makefile.am: add sample thumbnail program
262
Linus Walleijbdfaac22006-12-03 22:32:19 +00002632006-12-03 Linus Walleij <triad@df.lth.se>
264
265 * src/libmtp.c: check space on disk before sending
266 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +0000267 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
268 into LIBMTP_Send_Representative_Sample().
269 * src/libmtp.c: dito.
270 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +0000271
Linus Walleijfa3fbe32006-12-02 20:47:32 +00002722006-12-02 Marcus Meissner <meissner@suse.de>
273
274 * examples/Makefile.am: make sure symlinks really end
275 up in the correct dir.
276
Linus Walleij6eab3b32006-11-30 22:58:21 +00002772006-11-30 Linus Walleij <triad@df.lth.se>
278
279 * src/ptp.c: make Matthews patch thread-safe and fix it
280 so it will handle more than one surplus packet.
281 * src/ptp.h: dito.
282
Richard Lowab0d22d2006-11-30 22:17:49 +00002832006-11-30 Richard Low <richard@wentent.com>
284
285 * src/libmtp.c: memset PTPObjectInfo structs to 0
286
Linus Walleij4bf38dd2006-11-30 21:27:29 +00002872006-11-30 Matthew Wilcox <matthew@wil.cx>
288
289 * src/ptp.c: on some devices, surplus packet data is
290 sometimes returned during read, i.e. a header of the
291 next package is typically attacked to the incoming
292 data, as if someone was sending several packets at
293 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +0000294 * src/libusb-glue.c: revert my own mistakes by making
295 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000296
Linus Walleij9901e222006-11-30 12:28:19 +00002972006-11-30 Linus Walleij <triad@df.lth.se>
298
Linus Walleij2978f1a2006-11-30 14:00:26 +0000299 * configure.ac: this *is* gonna be libmtp 0.1.0!
300 * src/Makefile.am: age interface to 4-0-0 to indicate that
301 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +0000302 * src/libmtp.h.in: removed external object interface.
303 * src/libmtp.c: dito. Made all object manipulation functions
304 static.
305
Richard Lowc7d48d22006-11-29 18:24:55 +00003062006-11-29 Richard Low <richard@wentnet.com>
307
308 * src/libusb-glue.c: added new devices
309
Linus Walleij7beba572006-11-29 08:56:12 +00003102006-11-29 Linus Walleij <triad@df.lth.se>
311
312 * src/libusb-glue.c: remove some pointless #include <>
313 clutter, call usb_set_configuration() as needed by
314 Windows.
315 * src/libmtp.c: various fixups to enable use of Windows
316 <io.h> include file.
317 * README.windows.txt: added a quick porting guide for
318 MSVC by Farooq Zaman.
319
Linus Walleijcf42f452006-11-28 08:32:49 +00003202006-11-28 Linus Walleij <triad@df.lth.se>
321
322 * src/libmtp.h.in: removed filetype mapping API. We can handle
323 everything inside of libmtp now so no need for this.
324 * src/libmtp.c: dito.
325
Linus Walleij72e9c2b2006-11-28 08:14:00 +00003262006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000327
328 * examples/files.c: unsigned int sized printout.
329 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000330 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000331
Richard Low6c0a6ce2006-11-26 10:42:08 +00003322006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000333
Richard Low6c0a6ce2006-11-26 10:42:08 +0000334 * src/libmtp.c: object handles for proplists
335 * src/ptp-pack.c: ditto
336 * src/ptp.c: ditto
337 * src/ptp.h: ditto
338
Linus Walleijf73de152006-11-25 21:44:44 +00003392006-11-25 Marcus Meissner <marcus@jet.franken.de>
340
341 * examples/hotplug.c: adding HAL style XML output for
342 the devices.
343 * examples/Makefile.am: fixing a bug in the automake
344 file (pathutils.h missing!)
345 * Makefile.am: fix the problem with re-making sources
346 (you had to run ./autogen.sh before!)
347
Linus Walleijfe677ac2006-11-23 13:35:00 +00003482006-11-23 Linus Walleij <triad@df.lth.se>
349
350 * src/libusb-glue.h: add a new bug flag for devices that
351 have broken PTP_OC_MTP_GetObjPropList implementations.
352 * src/libusb-glue.c: state that all iRivers have this problem.
353 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
354 for these devices.
355
3562006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000357
358 * src/libmtp.c: set handle ids for new objects to 0 when
359 creating new albums and playlists.
360
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00003612006-11-21 Linus Walleij <triad@df.lth.se>
362
363 * src/libmtp.c: enabled enhanced mode for metadata retrieval
364 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000365 * src/libmtp.c: fixed the problem with sending files using
366 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000367
Linus Walleij277cd532006-11-20 14:57:46 +00003682006-11-20 Linus Walleij <triad@df.lth.se>
369
370 * src/ptp.h: sync to upstream libgphoto2
371 * src/ptp.c: dito.
372 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000373 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000374
3752006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000376
377 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
378 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000379 * examples/emptyfolders.c: new example program for pruning empty
380 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000381
Linus Walleij277cd532006-11-20 14:57:46 +00003822006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000383
rreardonbbb4e562006-11-19 22:16:11 +0000384 * src/libmtp.c: use enhanced MTP commands to create playlists and
385 send files
rreardon508705f2006-11-19 21:27:22 +0000386 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000387 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000388
Linus Walleijcd849362006-12-13 12:37:58 +00003892006-11-19 Daniel Williams <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000390
391 * src/libusb-glue.c: fix error on reconnect.
392
Linus Walleij277cd532006-11-20 14:57:46 +00003932006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000394
395 * src/ptp.c: tidy up ptp_usb_getdata
396
Linus Walleij277cd532006-11-20 14:57:46 +00003972006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000398
399 * src/libmtp.c: fixed parent handle for uploaded tracks
400
Linus Walleij277cd532006-11-20 14:57:46 +00004012006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000402
403 * src/libmtp.c: fixed up album art using enhanced commands.
404
Linus Walleij277cd532006-11-20 14:57:46 +00004052006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000406
407 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
408 * src/ptp.c: ditto
409 * src/ptp.h: ditto
410 * src/ptp-pack.c: ditto
411
Linus Walleij277cd532006-11-20 14:57:46 +00004122006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000413
Linus Walleijccf28ce2006-11-16 16:06:38 +0000414 * src/libmtp.c: use enhanced MTP commands to create albums and
415 add detection of the default album folder.
416 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000417
Linus Walleij277cd532006-11-20 14:57:46 +00004182006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000419
420 * src/ptp-pack.c: set string buffer to correct size.
421
Linus Walleij277cd532006-11-20 14:57:46 +00004222006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000423
424 * examples/tracks.c: really use undeprecated API entry.
425
Linus Walleij277cd532006-11-20 14:57:46 +00004262006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000427
428 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000429 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000430 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000431 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000432 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000433 * examples/connect.c: ditto.
434 * examples/detect.c: ditto.
435 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000436 * src/ptp.c: working on getting object prop lists.
437 * src/ptp.h: dito.
438
Linus Walleij277cd532006-11-20 14:57:46 +00004392006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000440
441 * src/libusb-glue.c: added Zen Vision W to devices
442
Linus Walleij277cd532006-11-20 14:57:46 +00004432006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000444
445 * src/libmtp.c: added checks for supported properties
446
Linus Walleij277cd532006-11-20 14:57:46 +00004472006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000448
449 * src/libmtp.c: added a check for NULL filenames in
450 LIBMTP_Get_Folder_List.
451
Linus Walleij99310d42006-11-01 08:29:39 +00004522006-11-01 Linus Walleij <triad@df.lth.se>
453
454 * src/libmtp.h.in: set/get uint8 to/from objects
455 * src/libmtp.c: send object property list.
456 * src/ptp.c: dito.
457 * src/ptp.h: dito.
458 * src/ptp-pack.c: dito.
459
mopoke90be30e2006-10-30 08:47:41 +00004602006-10-29 Andy Kelk <andy@mopoke.co.uk>
461
462 * examples/albumart.c: simple tool for adding album art.
463 * src/libmtp.c: graceful handling of players not supporting
464 abstract album objects.
465
Linus Walleij0c33ec02006-10-27 10:15:40 +00004662006-10-27 Linus Walleij <triad@df.lth.se>
467
468 * src/Makefile.am: bump library interface to reflect the new
469 album methods.
470 * configure.ac: bump to 0.0.22 for the next release.
471
4722006-10-27 Andy Kelk <andy@mopoke.co.uk>
473
474 * src/libmtp.c: add support form abstract audio/video albums.
475 * src/libmtp.h.in: dito.
476
Linus Walleij7347d0f2006-10-23 07:23:39 +00004772006-10-23 Linus Walleij <triad@df.lth.se>
478
479 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
480 * src/ptp.c: sync to upstream.
481 * src/ptp.h: dito.
482 * src/ptp-pack.c: dito.
483
Linus Walleij9efe75f2006-10-20 09:09:45 +00004842006-10-20 Linus Walleij <triad@df.lth.se>
485
486 * Release 0.0.21 to get all the new device support out.
487
Linus Walleij501ba4d2006-10-16 06:17:04 +00004882006-10-16 Linus Walleij <triad@df.lth.se>
489
490 * configure.ac: bump to 0.0.21.
491 * src/libusb-glue.c: add code to unload a kernel driver for
492 the primary interface if it is already in use under Linux.
493 * src/libusb-glue.h: add a device flag to make this possible.
494
Linus Walleij37253292006-10-11 08:38:14 +00004952006-10-11 Linus Walleij <triad@df.lth.se>
496
497 * examples/delfile.c: patch from Chris Debenham
498 straingtening out the command-line interface a bit
499 more.
500
Linus Walleij43ff8fc2006-10-10 11:16:53 +00005012006-10-10 Linus Walleij <triad@df.lth.se>
502
Linus Walleij37253292006-10-11 08:38:14 +0000503 * examples/delfile.c: patch from Chris Debenham to make
504 this command take an optional filename as parameter
505 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000506
Linus Walleij955e6ba2006-09-26 16:55:10 +00005072006-09-26 Linus Walleij <triad@df.lth.se>
508
509 * libmtp.pc.in: require libusb instead of just linking it.
510 * configure.ac: bump release to 0.0.20 and release.
511
Linus Walleijb1318d12006-09-25 14:59:26 +00005122006-09-25 Linus Walleij <triad@df.lth.se>
513
514 * examples/evolution-sync.sh: example script to illustrate
515 to to transfer calendar, task and contact information
516 to a device supporting this.
517
Linus Walleij4ef39e62006-09-19 14:11:52 +00005182006-09-19 Linus Walleij <triad@df.lth.se>
519
520 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
521 * src/libmtp.c: dito.
522 * examples/sendfile.c: support vcard3.
523
Linus Walleijf248fdd2006-09-16 20:11:40 +00005242006-09-16 Linus Walleij <triad@df.lth.se>
525
526 * configure.ac: bump to 0.0.19 and release. There are some
527 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000528 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000529
Linus Walleijb8bfcb22006-09-13 12:14:28 +00005302006-09-13 Linus Walleij <triad@df.lth.se>
531
532 * examples/format.c: formatting test program.
533 * examples.Makefile.am: added format.
534
Linus Walleij13374a42006-09-13 11:55:30 +00005352006-09-13 Andy Kelk <andy@mopoke.co.uk>
536
537 * src/libmtp.h.in: added interface to format storage.
538 * src/libmtp.c: dito.
539 * src/ptp.c: dito.
540 * src/ptp.h: dito.
541
Linus Walleijd31e6192006-09-12 07:55:27 +00005422006-09-12 Linus Walleij <triad@df.lth.se>
543
544 * configure.ac: bump release. Released 0.0.18 yesterday.
545 * src/libmtp.c: do not try to read battery max level unless
546 the device supports it. (Bug occurred on Toshiba Gigabeat
547 P10.)
548
Linus Walleijd5d51c82006-09-11 06:57:50 +00005492006-09-11 Linus Walleij <triad@df.lth.se>
550
551 * src/libusb-glue.c: messed around a bit with device descriptor
552 detection so as to bring closer to libgphoto2 detection algorithm.
553 I've seen things that might be false positives, possibly USB mass
554 storage devices with additional MSFT descriptors to indicate they
555 have Janus DRM.
556 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
557 knows that UCS-2 is in machine endianness but Darwin and *BSD does
558 not. Detect C library and switch accordingly.
559 * src/unicode.c: retire old unicode code only keep things we cannot
560 live without. Remove the own internal UCS-2 conversion engine and
561 the internal iconv() engine and use the one already available in
562 PTPParams.
563 * src/unicode.h: dito.
564
Linus Walleij0558ac52006-09-07 06:55:03 +00005652006-09-07 Linus Walleij <triad@df.lth.se>
566
567 * src/libusb-glue.h: added device flags so we can make
568 the code behave differently on certain devices.
569 * src/libusb-glue.c: dito, plus removed some debug prints.
570 * src/libmtp.c: docs.
571 * src/libmtp.h.in: added device_flags to device list struct.
572 * src/Makefile.am: bumped to compatible library interface.
573 * configure.ac: bump version to 0.0.18 (0.0.17 released
574 yesterday).
575
Richard Low6ec2cc12006-09-06 16:59:16 +00005762006-09-06 Richard Low <richard@wentnet.com>
577
578 * src/libusb-glue.c: changed packet sizes to improve
579 transfer speeds.
580 * src/libmtp.c: changed packet sizes to improve transfer
581 transfer speeds. Also stopped extra ptp_getobjectinfo
582 calls when getting directories on connect.
583
Linus Walleij7f0c72e2006-09-06 13:01:58 +00005842006-09-06 Linus Walleij <triad@df.lth.se>
585
586 * src/libusb-glue.c: fixed some endpoint size detection
587 and sending special file sizes stuff. Real hairy bug...
588 Also messed around a bit with the callbacks.
589 * src/libmtp.c: changes for callback size detection.
590
Linus Walleija9310fa2006-09-04 06:47:42 +00005912006-09-04 Linus Walleij <triad@df.lth.se>
592
593 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
594 instead of magic values.
595
Linus Walleijd7aa5b22006-09-02 11:52:31 +00005962006-09-02 Linus Walleij <triad@df.lth.se>
597
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000598 * src/libmtp.c: add some code to have
599 LIBMTP_Send_File_From_File_Descriptor() accept a stream
600 if size is set to (uint64_t) -1, plus documentation fixes.
601 I don't think the streaming code will work but whoever want
602 to experiment with it has a place to start.
603 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000604
Linus Walleijda9500d2006-08-30 13:17:06 +00006052006-08-30 Linus Walleij <triad@df.lth.se>
606
607 * configure.ac: version bump.
608 * src/libmtp.c: more debug prints.
609 * src/libusb-glue.c: new iRiver device called Clix. By
610 the way I released libmtp 0.0.16 yesterday.
611
Linus Walleija823a702006-08-27 21:27:46 +00006122006-08-28 Linus Walleij <triad@df.lth.se>
613
614 * configure.ac: version bump.
615 * src/ptp-pack.c: upstream has committed my patch giving full
616 unicode support in libgphoto2 ptp2 camlib. No need for
617 any more ugly workarounds, plus we now have full unicode
618 filenames!
619 * src/ptp.c: dito.
620 * src/ptp.h: dito.
621 * src/libmtp.c: revamp to use the new unicode support in
622 libgphoto2.
623 * src/unicode.c: remove unused functionality.
624 * src/unicode.h: dito.
625
Linus Walleijee73ef22006-08-27 19:56:00 +00006262006-08-27 Linus Walleij <triad@df.lth.se>
627
628 * configure.ac: version bump. Release all these fixes
629 as 0.0.15.
630 * src/libusb-glue.c: fixed sucky errors. Added callback
631 code when reading files.
632 * src/libusb-glue.h: const correctness.
633 * src/libmtp.h.in: finally fixup the type on the callbacks.
634 * src/libmtp.c: more accurate sending callbacks. Callbacks
635 when getting files also, working correctly. Typeing of
636 callbacks now OK.
637 * examples/getfile.c: some display bar cosmetic fixup.
638 * TODO: lots of the things todo are now done.
639
Linus Walleijd214b9b2006-08-26 22:08:37 +00006402006-08-26 Linus Walleij <triad@df.lth.se>
641
642 * configure.ac: version bump.
643 * src/libmtp.c: fix bug and reinstate callbacks.
644 * src/libusb-glue.h: dito.
645 * src/libusb-glue.c: dito.
646
Linus Walleije7f44be2006-08-25 19:32:29 +00006472006-08-25 Linus Walleij <triad@df.lth.se>
648
649 * src/libmtp.c: use the new file descriptor sender function.
650 Going to release this as 0.0.13.
651 * src/ptp.c: upstream accepted patches synced in.
652 * src/ptp.h: dito.
653
Linus Walleijeab650b2006-08-21 23:26:37 +00006542006-08-22 Linus Walleij <triad@df.lth.se>
655
Linus Walleij80d134a2006-08-22 21:41:37 +0000656 * src/libusb-glue.c: found a real nasty endpoint bug,
657 code from libgphoto2 was assuming max packet size of
658 512 bytes while it is 64 when a USB 2.0 device is
659 plugged into an UHCI hub.
660
6612006-08-22 Linus Walleij <triad@df.lth.se>
662
Linus Walleijeab650b2006-08-21 23:26:37 +0000663 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
664
Linus Walleij924236a2006-08-20 22:17:58 +00006652006-08-21 Linus Walleij <triad@df.lth.se>
666
667 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000668 as result of experiments by Gavin McCullagh. Upstream
669 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000670 Move iconv() converters into device struct for thread
671 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000672 * src/ptp.c: sync to upstream which merges patch to get
673 file directly to file descriptor.
674 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000675 * src/unicode.c: move iconv() converters into the device
676 struct for thread safety.
677 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000678
Linus Walleij30658792006-08-19 22:18:55 +00006792006-08-20 Linus Walleij <triad@df.lth.se>
680
681 * src/libmtp.h.in: set friendly name and sync partner,
682 rename ownername to friendlyname.
683 * src/libmtp.c: dito.
684 * examples/detect.c: reflect changes.
685 * src/Makefile.am: interface is incompatible so age it.
686
Linus Walleijfae27482006-08-19 20:13:25 +00006872006-08-19 Linus Walleij <triad@df.lth.se>
688
689 * src/libmtp.h.in: add function to get syncronization
690 partner for the device.
691 * src/libmtp.c: dito.
692 * examples/detect.c: use that function.
693 * src/Makefile.am: backward-compatible interface bump.
694
Linus Walleij16571dc2006-08-17 20:27:46 +00006952006-08-17 Linus Walleij <triad@df.lth.se>
696
697 * configure.ac: bump to 0.0.12 and require iconv.h.
698
6992006-08-16 Linus Walleij <triad@df.lth.se>
700
701 * src/unicode.c: remove bigendian weirdness and switch
702 to using iconv() instead.
703 * src/unicode.h: dito.
704 * src/libmtp.c: reflect changes.
705
Linus Walleij3e188f12006-08-09 20:46:05 +00007062006-08-09 Linus Walleij <triad@df.lth.se>
707
708 * Release libmtp 0.0.11.
709
Linus Walleij2eb884b2006-08-04 19:17:36 +00007102006-08-04 Linus Walleij <triad@df.lth.se>
711
712 * src/libmtp.c: patch from Dan Aloni to make sendfile
713 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000714 * src/libusb-glue.c: patch from Andy Kelk to avoid
715 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000716 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000717
Linus Walleijaa4b0752006-07-26 22:21:04 +00007182006-07-27 Linus Walleij <triad@df.lth.se>
719
720 * Release libmtp 0.0.10.
721
Linus Walleij17b55ea2006-07-26 13:54:00 +00007222006-07-26 Linus Walleij <triad@df.lth.se>
723
724 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000725 * src/libmtp.c: only set metdata properties supported by
726 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000727 * src/ptp.c: sync to upstream.
728 * src/ptp.h: sync to upstream.
729 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000730
Linus Walleijc187cb92006-06-22 17:58:13 +00007312006-06-22 Linus Walleij <triad@df.lth.se>
732
733 * Release libmtp 0.0.9.
734
Linus Walleij8ab54262006-06-21 07:12:28 +00007352006-06-21 Linus Walleij <triad@df.lth.se>
736
737 * src/libmtp.h.in: added function to retrieve supported
738 filetypes.
739 * src/libmtp.c: ditto.
740 * examples/detect.c: use that function.
741
Linus Walleijcf223e62006-06-19 09:31:53 +00007422006-06-19 Linus Walleij <triad@df.lth.se>
743
744 * src/unicode.c: support all endianness, detect
745 byte-order-mark
746 * src/unicode.h: ditto.
747 * src/libmtp.c: ditto.
748 * examples/detect.c: use proper tempfile function.
749 * src/libmtp.h.in: add some more track properties.
750 * src/libmtp.c: ditto.
751 * examples/tracks.c: ditto.
752
Linus Walleij2e4b5f92006-06-16 14:00:49 +00007532006-06-16 Linus Walleij <triad@df.lth.se>
754
755 * src/libmtp.h.in: new interfaces for single metadata post
756 retrieveal.
757 * src/libmtp.c: ditto.
758 * examples/playlists.c: display track info using the new
759 individual track metadata retrieveal method.
760 * examples/getplaylist.c: ditto.
761
Linus Walleij05ccbe72006-06-13 07:46:58 +00007622006-06-13 Linus Walleij <triad@df.lth.se>
763
764 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000765 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000766 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000767 we can find them. Retrieve device secure time and cert
768 out of sheer curiosity.
769 * src/ptp.c: sync to libgphoto2 with my patches.
770 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000771
Linus Walleij438bd7f2006-06-08 11:35:44 +00007722006-06-07 Linus Walleij <triad@df.lth.se>
773
774 * src/libmtp.h.in: new playlist API and refactorings.
775 * src/libmtp.c: ditto, and refactorings.
776 * src/unicode.h: const correctness.
777 * src/unicode.c: ditto.
778 * examples/playlists.c: new example program.
779 * configure.ac: bump to 0.0.9
780 * src/Makefile.am: bump library interface.
781
Linus Walleij52e3ac52006-06-05 10:30:00 +00007822006-06-05 Linus Walleij <triad@df.lth.se>
783
784 * examples/sendtr.c: fixed annoying bug that made this
785 program totally useless.
786 * src/libmtp.c: cosmetics.
787 * configure.ac: bump to 0.0.8.
788
Linus Walleij345a3372006-06-03 20:55:25 +00007892006-06-03 Linus Walleij <triad@df.lth.se>
790
791 * src/libmtp.c: metadata bugs, album name and genre
792 confused. Fixe it and released libmtp 0.0.7.
793
Linus Walleijdc09dc02006-06-01 14:23:41 +00007942006-06-01 Linus Walleij <triad@df.lth.se>
795
796 * Released libmtp 0.0.6.
797
Linus Walleij549ec4d2006-05-31 19:59:52 +00007982006-05-31 Linus Walleij <triad@df.lth.se>
799
800 * src/libmtp.c: fixed mapping for JPEG vs JFIF
801 * src/libmtp.h.in: added proper type for JPEG
802 * examples/sendfile.c: send proper JPEG type
803
Linus Walleijd3fdd972006-05-30 15:51:37 +00008042006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
805
806 * src/libmtp.c: fixed a bug in update metadata due to
807 bad use of return code.
808 * src/libusb-glue.c: fixed a loop exiting problem with
809 good 'ol GOTO.
810
Linus Walleij9b1fcd92006-05-29 08:35:29 +00008112006-05-29 Linus Walleij <triad@df.lth.se>
812
813 * src/libusb-glue.c: one more device.
814 * doc/examples.h: produce correct documentation.
815 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000816 * src/ptp.c: sync to libgphoto2.
817 * src/ptp.h: ditto.
818 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000819 * src/libmtp.c: fixed all filetype API related functions
820 not to use any PTP intrinsic defines at all, made all
821 parameters to functions use the internal libmtp interface
822 enumerations and definitions. Removed LIBMTP_Release():
823 we can live with the memory lost during init. You're not
824 supposed to re-initialize the device. Consequently removed
825 the delete function that cleaned the filetype assoc list.
826 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000827
ravelox088180b2006-05-26 23:55:40 +00008282006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
829
830 * src/libmtp.c: refactored object handling to be more generic
831 * src/libmtp.h.in: ditto
832 * examples/refactortest.c: Added simple example to use refactoring
833 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000834 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
835 for playlist handling
836 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000837
Linus Walleij1fd2d272006-05-08 09:22:01 +00008382006-05-08 Linus Walleij <triad@df.lth.se>
839
840 * src/libmtp.h.in: add simple detection function.
841 * src/libusb-glue.c: implement MTP "OS descriptor" for
842 looking for MTP devices.
843 * examples/detect.c: make it possible to do very
844 rudimentary detection with "detect -p".
845 * configure.ac: bump to 0.0.5.
846
Linus Walleij685137f2006-05-07 18:09:02 +00008472006-05-07 Linus Walleij <triad@df.lth.se>
848
849 * COPYING: since we no longer use any parts of libptp2
850 and only files from libgphoto2, we switch to the GNU
851 Lesser General Public License (GNU LGPL). libptp2 is
852 a derived work from libgphoto2, and so is libmtp, there
853 are no remnants of libptp2 in libmtp anymore.
854
Linus Walleij16c51f02006-05-04 13:20:22 +00008552006-05-04 Linus Walleij <triad@df.lth.se>
856
857 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000858 * src/libmtp.c: respectfully rearranged to use a filetype mapping
859 table.
860 * src/ptp-pack.c: real nasty unicode packing bug.
861 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000862
Linus Walleijd6a49972006-05-02 08:24:54 +00008632006-05-02 Linus Walleij <triad@df.lth.se>
864
865 * src/libmtp.c: general shaping up for release. All track
866 and file sending functions now respects a parent ID to be
867 sent along with files and tracks.
868 * src/libmtp.h.in: dito.
869 * src/libusb-glue.c: dito.
870 * examples/sendfile.c: interface dependency changes.
871 * examples/sendtr.c: dito.
872
Linus Walleijc60275a2006-04-30 10:58:11 +00008732006-04-30 Linus Walleij <triad@df.lth.se>
874
875 * src/ptp.c: sync upstream.
876 * src/ptp.h: dito.
877
Linus Walleij370c68d2006-04-27 14:19:01 +00008782006-04-27 Linus Walleij <triad@df.lth.se>
879
880 * examples/sendfile.c: first file sender program based
881 on API implementation and changes by Chris Allegretta.
882 * examples/Makefile.am: new program, new entry.
883 * src/libmtp.c: reflect this new functionality.
884 * src/libmtp.h.in: dito.
885
Linus Walleijb02a0662006-04-25 08:05:09 +00008862006-04-25 Linus Walleij <triad@df.lth.se>
887
888 * Rebased the sources around libgphoto2 instead.
889 This was a major revision...
890 * src/ptp.c: imported libgphoto2 version verbatim.
891 * src/ptp.h: imported libgphoto2 version, minor patch.
892 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000893 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000894 * src/mtp.c: dropped, since all functions are now in ptp.c
895 * src/mtp-pack.c: dropped, same reason.
896 * src/mtp.h: dropped, same reason.
897 * src/mtp-pack.h: dropped, same reason.
898
Linus Walleije5f3ad42006-04-21 07:44:36 +00008992006-04-21 Linus Walleij <triad@df.lth.se>
900
Linus Walleij902c0b92006-04-21 10:52:48 +0000901 * Released libmtp 0.0.3
902 * Bumped source to 0.0.4
903
9042006-04-21 Linus Walleij <triad@df.lth.se>
905
Linus Walleije5f3ad42006-04-21 07:44:36 +0000906 * src/ptp-pack.c: GCC 4.x compilation patch from
907 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000908 * src/libusb-glue.c: New Samsung device and some
909 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000910 * src/ptp.h: some defines from libgphoto2 to get
911 a bit more compatible.
912 * src/libmtp.c: Added a folder API implementation by
913 Dave "ravelox" Kelly.
914 * src/libmtp.h.in: dito.
915 * examples/folders.c: dito.
916 * examples/newfolder.c: dito.
917 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000918
Linus Walleij6fd2f082006-03-28 07:19:22 +00009192006-03-28 Linus Walleij <triad@df.lth.se>
920
921 * m4/*: updated macros to work with GCC 4.1.0.
922 * examples/hotplug.c: new program to create device
923 ID lists.
924 * libmtp.rules: now an auto-generated file.
925 * libmtp.usermap: now an auto-generated file.
926
Linus Walleijf6bc1782006-03-24 15:12:47 +00009272006-03-24 Linus Walleij <triad@df.lth.se>
928
929 * Beginning a file API, fixed some example program
930 names and such.
931
Linus Walleij6946ac52006-03-21 06:51:22 +00009322006-03-18 Linus Walleij <triad@df.lth.se>
933
934 * Fixed up callback interface to a simpler version,
935 the old one was bloated stuff from libnjb anyway.
936 Bump to 0.0.2.
937
Linus Walleij9b28da32006-03-16 13:47:58 +00009382006-03-16 Linus Walleij <triad@df.lth.se>
939
940 * Fixed the .h file and implementation so you really only
941 need this one .h file to interface the library.
942
Linus Walleij80124062006-03-15 10:26:09 +00009432006-03-15 Linus Walleij <triad@df.lth.se>
944
945 * Added three device information retrieval functions.
946
Linus Walleij15e344f2006-03-06 15:15:00 +00009472006-03-06 Linus Walleij <triad@df.lth.se>
948
949 * Moving some things around to structure the source. More
950 will be needed...
951
Linus Walleij93218602006-02-27 08:53:38 +00009522006-02-27 Linus Walleij <triad@df.lth.se>
953
954 * Release libmtp 0.0.1 so people have something to play with,
955 what the heck. Probably saves someones day.
956
Linus Walleij95698cd2006-02-24 10:40:40 +00009572006-02-24 Linus Walleij <triad@df.lth.se>
958
959 * Deltr example program to delete tracks, plus corresponding
960 interface call.
961
Linus Walleij17e39f72006-02-23 15:54:28 +00009622006-02-23 Linus Walleij <triad@df.lth.se>
963
964 * Fixed up sendtr program and metadata tagging function that is
965 used after sending files.
966
Linus Walleij394bbbe2006-02-22 16:10:53 +00009672006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000968
Linus Walleij394bbbe2006-02-22 16:10:53 +0000969 * Untested gettr.c and sendtr.c programs to get and send tracks
970 created.
971
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00009722006-01-30 Linus Walleij <triad@df.lth.se>
973
974 * Created the initial GNU source directory structure.
975 * Added the most basic files.