blob: 29607ecf257352fd9b196d3f64e1ff71d553a418 [file] [log] [blame]
Richard Lowd284f072007-02-17 08:52:41 +000012007-02-17 Richard Low <richard@wentnet.com>
2
Richard Low02724f62007-02-17 09:47:26 +00003 * src/libusb-glue.c: Debug output fixes and read/write sizes changed
Richard Low507e7fe2007-02-17 09:04:42 +00004 * src/libmtp.c: memset params to 0 to avoid freeing unalloced
5 memory
Richard Low02724f62007-02-17 09:47:26 +00006 * src/ptp.h: read/write sizes changed
Richard Lowd284f072007-02-17 08:52:41 +00007
rreardonbc730092007-02-15 14:32:20 +000082007-02-15 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon34511b12007-02-15 14:27:56 +00009
10 * src/libmtp.c: Fix a segfault in new error handling code.
11
Linus Walleij68b19c02007-02-15 11:50:37 +0000122007-02-15 Linus Walleij <triad@df.lth.se>
13
14 * src/libmtp.c: Adding some sanity checks to error stack code.
Linus Walleij3d78c4c2007-02-15 12:18:12 +000015 * examples/newplaylist.c: LGPL boilerplate, crediting Robert.
16 * examples/playlists.c: LGPL boilerplate.
17 * examples/sendfile.c: LGPL boilerplate, crediting me and Chris.
18 * examples/sendtr.c: LGPL boilerplate, crediting me, Chris,
19 Shaun, Enrique.
20 * examples/thumb.c: LGPL boilerplate, crediting Robert.
21 * examples/tracks.c: LGPL boilerplate.
22 * examples/trexist.c: LGPL boilerplate, crediting noone.
Linus Walleij68b19c02007-02-15 11:50:37 +000023
tedbullock69a445b2007-02-15 07:41:04 +0000242007-02-15 Ted Bullock <tbullock@canada.com>
25
26 * examples/folders.c: Updated to use new multi device code
27 * src/libmtp.c: Fixed potential memory leaks
Linus Walleij57c2eff2007-02-15 12:02:04 +000028 * src/libusb-glue.c: Fixed potential memory leaks and fixed device
29 release segfault for multiple devices
tedbullock69a445b2007-02-15 07:41:04 +000030
tedbullock0f033cb2007-02-14 20:56:54 +0000312007-02-14 Ted Bullock <tbullock@canada.com>
32
Linus Walleij57c2eff2007-02-15 12:02:04 +000033 * src/libusb-glue.c: Wrote three new recursive functions to avoid
34 extreme levels of multiple indirection and to clean the code up
35 a bit for multiple devices.
36 * examples/detect.c: Adjusted function calls to use new multiple
37 device code.
tedbullock0f033cb2007-02-14 20:56:54 +000038 * src/libmtp.h.in: Added prototype for LIBMTP_Release_Device_List
39
Linus Walleij2d3f7b82007-02-14 09:24:20 +0000402007-02-12 Ted Bullock <tbullock@canada.com>
41
42 * src/libmtp.c: Two new functions (create_usb_mtp_devices and
Linus Walleij57c2eff2007-02-15 12:02:04 +000043 LIBMTP_Get_Connected_Devices) to add support for multiple devices
44 to client applications
Linus Walleij2d3f7b82007-02-14 09:24:20 +000045 * src/libmtp.h: Added LIBMTP_Get_Connected_Devices as a publicly
Linus Walleij57c2eff2007-02-15 12:02:04 +000046 accessible function
Linus Walleij2d3f7b82007-02-14 09:24:20 +000047 *libusb-glue.c: Renamed connect_mtp_devices to find_usb_devices
48 *libusb-glue.h: Renamed connect_mtp_devices to find_usb_devices
49
Linus Walleij2a1e3a42007-02-12 08:18:31 +0000502007-02-09 Ted Bullock <tbullock@canada.com>
51
52 * src/libusb-glue.c: Addressed a number of potential memory leaks in
Linus Walleij57c2eff2007-02-15 12:02:04 +000053 the new multiple device code
Linus Walleij2a1e3a42007-02-12 08:18:31 +000054
Linus Walleij7b7a0e22007-02-05 18:22:27 +0000552007-02-05 Linus Walleij <triad@df.lth.se>
56
57 * src/libmtp.h.in: LGPL boilerplate.
58 * src/libusb-glue.h: LGPL boilerplate.
59 * src/unicode.h: LGPL boilerplate.
60 * src/util.h: LGPL boilerplate.
Linus Walleij543badf2007-02-05 19:07:38 +000061 * examples/albumart.c: LGPL boilerplate, crediting Andy.
62 * examples/pathutils.h: LGPL boilerplate, crediting Chris.
63 * examples/pathutils.c: LGPL boilerplate, crediting me and Chris.
64 * examples/common.h: LGPL boilerplate.
65 * examples/albums.c: LGPL boilerplate, crediting Chris.
66 * examples/connect.c: LGPL boilerplate, crediting Chris.
67 * examples/delfile.c: LGPL boilerplate, crediting me and Chris.
68 * examples/detect.c: LGPL boilerplate.
69 * examples/emptyfolders.c: LGPL boilerplate, crediting Andy.
70 * examples/files.c: LGPL boilerplate.
71 * examples/folders.c: LGPL boilerplate.
72 * examples/format.c: LGPL boilerplate.
73 * examples/getfile.c: LGPL boilerplate, crediting me and Chris.
74 * examples/getplaylist.c: LGPL boilerplate.
75 * examples/hotplug.c: LGPL boilerplate, crediting me and Marcus.
76 * examples/newfolder.c: LGPL boilerplate, crediting me and Chris.
Linus Walleij7b7a0e22007-02-05 18:22:27 +000077
Linus Walleija8a19cc2007-02-02 22:13:17 +0000782007-02-02 Linus Walleij <triad@df.lth.se>
79
80 * src/ptp.c: sync upstream.
81 * src/ptp.h: dito.
82 * src/ptp-pack.c: dito.
83 * src/libmtp.c: make changes necessary to handle
84 the new iconv(3) code in ptp-pack.c. People will have to
Linus Walleij073c4172007-02-02 22:26:33 +000085 use recent stdlibc, glibc or libiconv. Also call new memory
Linus Walleij2f45d222007-02-02 22:47:39 +000086 clean-up functions. Fix LGPL boilerplate text.
87 * src/unicode.c: Fix LGPL boilerplate text.
88 * src/utils.c: Fix LGPL boilerplate text.
89 * src/libusb-glue.c: Fix LGPL boilerplate text.
Linus Walleija8a19cc2007-02-02 22:13:17 +000090
Linus Walleij550d6d52007-01-24 14:32:51 +0000912007-01-24 Ted Bullock <tbullock@canada.com>
92
93 * src/libusb-glue.c: new function to retrieve multiple device
94 instances.
95 * src/libusb-glue.h: dito.
96 * src/libmtp.h.in: new error codes.
97
Linus Walleij070e9b42007-01-22 08:49:28 +0000982007-01-22 Linus Walleij <triad@df.lth.se>
99
100 * examples/albumart.c: use the new errostack.
101 * examples/delfile.c: dito.
102 * examples/detect.c: dito.
103 * examples/emptyfolders.c: dito.
104 * examples/format.c: dito.
105 * examples/getfile.c: dito.
106 * examples/getplaylist.c: dito.
107 * examples/newfolder.c: dito.
108 * examples/newplaylist.c: dito.
109 * examples/playlists.c: dito.
110 * examples/sendfile.c: dito.
111 * examples/sendtr.c: dito.
112 * examples/thumb.c: dito.
113 * src/libmtp.c: add some errors to the stack so we can
114 see how it's to be used. (Just a first try...)
Linus Walleij552ba322007-01-22 11:49:59 +0000115 * src/libusb-glue.c: move the LIBMTP_Get_Supported_Devices()
116 function into this file cause it only return USB devices
117 anyway and could be renamed LIBMTP_Get_Supported_USB_Devices()
118 (but let's not do that renaming since it would break the API).
119 For now let's understand this is a USB-only function by
120 simply putting it in the libusb-glue.c file.
Linus Walleij070e9b42007-01-22 08:49:28 +0000121
1222007-01-22 Ted Bullock <tbullock@canada.com>
123
124 * src/libusb-glue.c: first hack at creating an interface
125 to retrieve multiple devices.
126 * src/libmtp.h.in: new error codes related to multiple devices.
127
Richard Low7059ed42007-01-21 09:33:34 +00001282007-01-21 Richard Low <richard@wentnet.com>
129
130 * src/libusb-glue.c: more new devices
131
Linus Walleij2715c442007-01-20 22:35:29 +00001322007-01-20 Linus Walleij <triad@df.lth.se>
133
134 * src/libmtp.h.in: error stack handling like in libnjb.
135 just bare bones implementation as of now but the idea
136 should be clearly visible. TODO: add a plethora of
137 errors and adjust examples to make use of the error
138 stack.
139 * src/libmtp.c: dito.
140
Richard Lowa98d0542007-01-20 12:31:07 +00001412007-01-20 Richard Low <richard@wentnet.com>
142
143 * src/libusb-glue.c: new device 'Philips PSA235'
144
Linus Walleij85a4c032007-01-16 20:42:18 +00001452007-01-16 Linus Walleij <triad@df.lth.se>
146
147 * configure.ac: bump and release 0.1.3.
148 * src/Makefile.am: bump interface REVISION. Nothing changed
149 externally really.
150
Linus Walleijd85d2bb2007-01-11 21:32:48 +00001512007-01-11 Linus Walleij <triad@df.lth.se>
152
153 * src/libmtp.sym: updated symbol table for mingw32 but does
154 anyone use this? Also I believe one could auto-generate
155 this some way, just haven't figured out how... Perhaps with
156 a funky script that massage libmtp.h if nothing else.
157
Richard Low4df32f82007-01-11 20:04:39 +00001582007-01-11 Richard Low <richard@wentnet.com>
159
160 * src/libusb-glue.c: a zero read fix
161 * src/libmtp.c: fix spelling mistake
162
Linus Walleijc49c6372007-01-09 00:18:51 +00001632007-01-09 Linus Walleij <triad@df.lth.se>
164
165 * src/libusb-glue.c: repair callbacks, structure the code just
166 a little bit.
167 * src/libmtp.c: don't assign values to writes or reads, use the
168 PTP transport intrinsics instead.
169
Linus Walleij15af8532007-01-07 12:45:20 +00001702007-01-07 Orson Teodoro <orsonteodoro@yahoo.com>
171
172 * src/ptp.h: Encoding profile.
173 * src/ptp.c: Dito.
174
Linus Walleij58b62792007-01-07 12:38:59 +00001752006-01-07 Linus Walleij <triad@df.lth.se>
176
177 * src/libusb-glue.c: (re)introduce de-halting of endpoints
178 as this is needed by VMWare emulation. Must check whether
Linus Walleijb97379b2007-01-07 12:42:20 +0000179 this causes problems for other archs! Problem was reported
180 by Orson Teodoro under i686 Gentoo, with a suggested patch.
Linus Walleij58b62792007-01-07 12:38:59 +0000181
Linus Walleija0323272007-01-07 12:21:30 +00001822006-01-07 Marcus Meissner <meissner@suse.de>
183
184 * src/ptp.c: sync to upstream libgphoto2.
185 * src/ptp.h: dito.
186 * src/ptp-pack.c: dito.
187 * libusb-glue.c: fixes to move low-level functions
188 out of ptp.c and into this libmtp-specific portion.
189 libgphoto2 has been similarly altered to use a usb.c
190 file for the low-level stuff. (This was a long needed
191 split anyway.)
192
Linus Walleij58b62792007-01-07 12:38:59 +00001932007-01-03 Richard Low <richard@wentnet.com>
Richard Low68f45882007-01-03 10:08:31 +0000194
195 * src/libusb-glue.c: fix zero write bug
Richard Lowef05b892007-01-03 21:18:56 +0000196 * src/ptp.c: ditto
Richard Low68f45882007-01-03 10:08:31 +0000197
Linus Walleij99ed83c2007-01-02 18:46:02 +00001982007-01-02 Linus Walleij <triad@df.lth.se>
199
200 * src/libusb-glue.c: fix up comments, remove things
201 refering to stuff we don't have.
202
Richard Lowb89ea942007-01-02 11:47:19 +00002032007-01-02 Richard Low <richard@wentnet.com>
204
205 * src/libmtp.c: another try at split headers/packet sizes
206 * src/ptp.c: ditto
207 * src/libusb-glue.c: ditto
208
Linus Walleijc70a6df2007-01-01 22:19:08 +00002092007-01-01 Linus Walleij <triad@df.lth.se>
210
211 * src/libmtp.c: move default setting of split headers
212 off to ptp.c open session.
213 * src/ptp.c: dito.
214
Richard Low021421e2007-01-01 18:08:57 +00002152007-01-01 Richard Low <richard@wentnet.com>
216
217 * src/libmtp.c: split headers/packet size fix
218 * src/ptp.c: ditto
219 * src/ptp.h: ditto
220 * src/libusb-glue.c: ditto
221
Linus Walleijfa2d1d12007-01-01 17:08:13 +00002222007-01-01 Orson Teodoro <orsonteodoro@yahoo.com>
223
224 * src/ptp.h: changed some WMDRMND def codes to AAVT def codes.
225 addition of AAVT error codes.
226 * src/ptp.c: changes to reflect modifications done in ptp.h
227
Linus Walleija5ab8c42006-12-31 09:25:36 +00002282006-12-31 Linus Walleij <triad@df.lth.se>
229
230 * configure.ac: bump to 0.1.2.
231 * src/Makefile.am: bump interface revision. (Compatible.)
232 * RELEASE 0.1.2.
233
Linus Walleij02ee8802006-12-30 17:27:58 +00002342006-12-30 Linus Walleij <triad@df.lth.se>
235
236 * examples/pathutils.c: reflect new filetypes.
237 * examples/sendtr.c: dito.
238
Linus Walleij5fb47132006-12-30 15:35:48 +00002392006-12-30 Orson Teodoro <orsonteodoro@yahoo.com>
240
241 * src/ptp.h: added WMDRMPD, WMDRMND, WMPPD, WPDWCN extension
242 codes. added more format object codes flac, m4a, 3gp, aac,
243 xml, xls, ppt, etc. 0x9101-0x910B identfiers are infixed
244 with WMDRMPD. Added more object properties codes (0xDCD3-0xDD72).
245 Added more device property codes.
246 Changed PTP_OFC_MTP_WindowsImageFormat to 0xb881 reflect spec.
247 * src/ptp.c: added changes to reflect new extensions, object
248 codes, device property codes.
249 * src/libmtp.c: modified mp4 to reflect it is a container format
250 not a codec. Added more descriptions in init_filemap(). mp4
251 container format is ambiguous in
252 LIBMTP_Send_File_From_File_Descriptor(). Audio? video? both?.
253 mp4 searched in video by default. Added comments about this.
254 Added support for the new format object types.
255 * src/libmtp.h.in: added constants to reflect changes to
256 init_filemap().
257
Richard Lowedd61832006-12-30 12:38:18 +00002582006-12-30 Richard Low <richard@wentnet.com>
259
260 * src/libusb-glue.c: fixed bug in debug printing
261
Richard Lowa6c924c2006-12-29 17:44:28 +00002622006-12-29 Richard Low <richard@wentnet.com>
263
264 * src/libmtp.c: Made abstract list creation to be more
265 WMP like
266 * src/libusb-glue.c: added Philips GoGear SA9200
Richard Lowa679b1c2006-12-29 20:08:14 +0000267 * src/ptp-pack.c: fixed packing bug in ptp_pack_OI
Richard Lowa6c924c2006-12-29 17:44:28 +0000268
Linus Walleij784ac3f2006-12-29 10:36:51 +00002692006-12-29 Marcus Meissner <meissner@suse.de>
270
271 * src/ptp.h: API changes for libgphoto2 to use the file
272 retrieveal functions.
273 * src/ptp.c: dito.
274 * src/libusb-glue.c: changes in libmtp reflecting the new
275 API for libgphoto2.
276
Linus Walleij8609af32006-12-28 21:25:17 +00002772006-12-28 Linus Walleij <triad@df.lth.se>
278
Linus Walleije2e21182006-12-28 22:36:59 +0000279 * configure.ac: making older autotools happy. Bump to 0.1.1.
Linus Walleij3a3d24d2006-12-28 22:35:58 +0000280 * src/Makefile.am: bump interface for release, also autotools.
281 * RELEASE libmtp 0.1.1.
Linus Walleij8609af32006-12-28 21:25:17 +0000282
Linus Walleijd6735f72006-12-19 13:38:29 +00002832006-12-19 Matthew Wilcox <matthew@wil.cx>
284
285 * src/ptp.c: fix a (serious) short file bug.
286
Richard Lowaf20b5d2006-12-17 18:00:59 +00002872006-12-17 Richard Low <richard@wentnet.com>
288
289 * src/libmtp.c: don't bail out on failures when setting
290 metadata.
291
Linus Walleij037a1252006-12-16 20:36:52 +00002922006-12-16 Linus Walleij <triad@df.lth.se>
293
294 * src/ptp.c: sync to upstream.
295 * src/ptp.h: dito.
296 * src/ptp-pack.c: dito.
297
Linus Walleijf8491912006-12-15 10:23:30 +00002982006-12-15 Linus Walleij <triad@df.lth.se>
299
300 * src/libmtp.h.in: make the format function take a storage as
301 parameter. Add comments to device storage.
302 * src/libmtp.c: dito, fix up some code and docs.
303 * examples/format.c: make the format command comply with
304 the new API.
305
Linus Walleije1ac07e2006-12-14 19:38:59 +00003062006-12-14 Linus Walleij <triad@df.lth.se>
307
308 * src/libmtp.c: make get_first_storage_freespace() always query
309 the first storage when the space is requested. And some other
310 janitorial stuff.
311
Linus Walleijb01d18b2006-12-13 12:49:15 +00003122006-12-13 Linus Walleij <triad@df.lth.se>
313
314 * src/libusb-glue.c: one more device.
315 * examples/detect.c: compilation warnings fixed.
316
rreardon3d583062006-12-13 10:10:27 +00003172006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
318
319 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
320 * src/ptp.h: ditto.
321
Linus Walleijcd849362006-12-13 12:37:58 +00003222006-12-12 Daniel Williams <danielw@iinet.net.au>
Linus Walleij9e1b0812006-12-12 19:22:02 +0000323
324 * src/libmtp.h.in: revamped storage API.
325 * src/libmtp.c: dito.
326 * examples/detect.c: dito.
327
rreardon73d02c92006-12-12 16:45:30 +00003282006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +0000329
330 * src/libmtp.c: Send_Representative_Sample() updated to
331 set image height and width, or audio duration and size.
332
Linus Walleijd0f67702006-12-07 09:56:46 +00003332006-12-07 Linus Walleij <triad@df.lth.se>
334
Linus Walleija05b9802006-12-08 08:50:30 +0000335 * src/libmtp.h.in: support firmware object type. (Dangerous.)
336 * src/libmtp.c: dito.
337
3382006-12-07 Linus Walleij <triad@df.lth.se>
339
Linus Walleijd0f67702006-12-07 09:56:46 +0000340 * src/libmtp.c: default text folder detection (used in Samsung
341 Yepp T9) also add a few "My Foo" folder strings, remove the
342 "remaining directories" kludge.
343 * src/libmtp.h.in: default text folder.
344
Linus Walleijf1b02f22006-12-06 09:03:23 +00003452006-12-06 Linus Walleij <triad@df.lth.se>
346
347 * src/libmtp.h.in: extend the respresentative sample API a bit.
348 * src/libmtp.c: dito.
349 * examples/albumart.c: free memory after use.
350 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +0000351 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +0000352
Linus Walleijfdef4ae2006-12-05 16:15:51 +00003532006-12-04 Linus Walleij <triad@df.lth.se>
354
355 * src/ptp.c: enable split headers on sending object lists again.
356
3572006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +0000358
359 * src/libmtp.c: abstract Send_Representative_Sample() so
360 it can send samples for any format that supports it
361 * src/libmtp.h.in: same as above
362 * examples/albumart.c: altered to use new abstract function above
363 * example/thumb.c: sample program to upload thumbnails
364 * example/Makefile.am: add sample thumbnail program
365
Linus Walleijbdfaac22006-12-03 22:32:19 +00003662006-12-03 Linus Walleij <triad@df.lth.se>
367
368 * src/libmtp.c: check space on disk before sending
369 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +0000370 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
371 into LIBMTP_Send_Representative_Sample().
372 * src/libmtp.c: dito.
373 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +0000374
Linus Walleijfa3fbe32006-12-02 20:47:32 +00003752006-12-02 Marcus Meissner <meissner@suse.de>
376
377 * examples/Makefile.am: make sure symlinks really end
378 up in the correct dir.
379
Linus Walleij6eab3b32006-11-30 22:58:21 +00003802006-11-30 Linus Walleij <triad@df.lth.se>
381
382 * src/ptp.c: make Matthews patch thread-safe and fix it
383 so it will handle more than one surplus packet.
384 * src/ptp.h: dito.
385
Richard Lowab0d22d2006-11-30 22:17:49 +00003862006-11-30 Richard Low <richard@wentent.com>
387
388 * src/libmtp.c: memset PTPObjectInfo structs to 0
389
Linus Walleij4bf38dd2006-11-30 21:27:29 +00003902006-11-30 Matthew Wilcox <matthew@wil.cx>
391
392 * src/ptp.c: on some devices, surplus packet data is
393 sometimes returned during read, i.e. a header of the
394 next package is typically attacked to the incoming
395 data, as if someone was sending several packets at
396 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +0000397 * src/libusb-glue.c: revert my own mistakes by making
398 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000399
Linus Walleij9901e222006-11-30 12:28:19 +00004002006-11-30 Linus Walleij <triad@df.lth.se>
401
Linus Walleij2978f1a2006-11-30 14:00:26 +0000402 * configure.ac: this *is* gonna be libmtp 0.1.0!
403 * src/Makefile.am: age interface to 4-0-0 to indicate that
404 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +0000405 * src/libmtp.h.in: removed external object interface.
406 * src/libmtp.c: dito. Made all object manipulation functions
407 static.
408
Richard Lowc7d48d22006-11-29 18:24:55 +00004092006-11-29 Richard Low <richard@wentnet.com>
410
411 * src/libusb-glue.c: added new devices
412
Linus Walleij7beba572006-11-29 08:56:12 +00004132006-11-29 Linus Walleij <triad@df.lth.se>
414
415 * src/libusb-glue.c: remove some pointless #include <>
416 clutter, call usb_set_configuration() as needed by
417 Windows.
418 * src/libmtp.c: various fixups to enable use of Windows
419 <io.h> include file.
420 * README.windows.txt: added a quick porting guide for
421 MSVC by Farooq Zaman.
422
Linus Walleijcf42f452006-11-28 08:32:49 +00004232006-11-28 Linus Walleij <triad@df.lth.se>
424
425 * src/libmtp.h.in: removed filetype mapping API. We can handle
426 everything inside of libmtp now so no need for this.
427 * src/libmtp.c: dito.
428
Linus Walleij72e9c2b2006-11-28 08:14:00 +00004292006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000430
431 * examples/files.c: unsigned int sized printout.
432 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000433 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000434
Richard Low6c0a6ce2006-11-26 10:42:08 +00004352006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000436
Richard Low6c0a6ce2006-11-26 10:42:08 +0000437 * src/libmtp.c: object handles for proplists
438 * src/ptp-pack.c: ditto
439 * src/ptp.c: ditto
440 * src/ptp.h: ditto
441
Linus Walleijf73de152006-11-25 21:44:44 +00004422006-11-25 Marcus Meissner <marcus@jet.franken.de>
443
444 * examples/hotplug.c: adding HAL style XML output for
445 the devices.
446 * examples/Makefile.am: fixing a bug in the automake
447 file (pathutils.h missing!)
448 * Makefile.am: fix the problem with re-making sources
449 (you had to run ./autogen.sh before!)
450
Linus Walleijfe677ac2006-11-23 13:35:00 +00004512006-11-23 Linus Walleij <triad@df.lth.se>
452
453 * src/libusb-glue.h: add a new bug flag for devices that
454 have broken PTP_OC_MTP_GetObjPropList implementations.
455 * src/libusb-glue.c: state that all iRivers have this problem.
456 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
457 for these devices.
458
4592006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000460
461 * src/libmtp.c: set handle ids for new objects to 0 when
462 creating new albums and playlists.
463
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00004642006-11-21 Linus Walleij <triad@df.lth.se>
465
466 * src/libmtp.c: enabled enhanced mode for metadata retrieval
467 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000468 * src/libmtp.c: fixed the problem with sending files using
469 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000470
Linus Walleij277cd532006-11-20 14:57:46 +00004712006-11-20 Linus Walleij <triad@df.lth.se>
472
473 * src/ptp.h: sync to upstream libgphoto2
474 * src/ptp.c: dito.
475 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000476 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000477
4782006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000479
480 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
481 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000482 * examples/emptyfolders.c: new example program for pruning empty
483 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000484
Linus Walleij277cd532006-11-20 14:57:46 +00004852006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000486
rreardonbbb4e562006-11-19 22:16:11 +0000487 * src/libmtp.c: use enhanced MTP commands to create playlists and
488 send files
rreardon508705f2006-11-19 21:27:22 +0000489 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000490 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000491
Linus Walleijcd849362006-12-13 12:37:58 +00004922006-11-19 Daniel Williams <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000493
494 * src/libusb-glue.c: fix error on reconnect.
495
Linus Walleij277cd532006-11-20 14:57:46 +00004962006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000497
498 * src/ptp.c: tidy up ptp_usb_getdata
499
Linus Walleij277cd532006-11-20 14:57:46 +00005002006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000501
502 * src/libmtp.c: fixed parent handle for uploaded tracks
503
Linus Walleij277cd532006-11-20 14:57:46 +00005042006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000505
506 * src/libmtp.c: fixed up album art using enhanced commands.
507
Linus Walleij277cd532006-11-20 14:57:46 +00005082006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000509
510 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
511 * src/ptp.c: ditto
512 * src/ptp.h: ditto
513 * src/ptp-pack.c: ditto
514
Linus Walleij277cd532006-11-20 14:57:46 +00005152006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000516
Linus Walleijccf28ce2006-11-16 16:06:38 +0000517 * src/libmtp.c: use enhanced MTP commands to create albums and
518 add detection of the default album folder.
519 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000520
Linus Walleij277cd532006-11-20 14:57:46 +00005212006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000522
523 * src/ptp-pack.c: set string buffer to correct size.
524
Linus Walleij277cd532006-11-20 14:57:46 +00005252006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000526
527 * examples/tracks.c: really use undeprecated API entry.
528
Linus Walleij277cd532006-11-20 14:57:46 +00005292006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000530
531 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000532 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000533 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000534 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000535 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000536 * examples/connect.c: ditto.
537 * examples/detect.c: ditto.
538 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000539 * src/ptp.c: working on getting object prop lists.
540 * src/ptp.h: dito.
541
Linus Walleij277cd532006-11-20 14:57:46 +00005422006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000543
544 * src/libusb-glue.c: added Zen Vision W to devices
545
Linus Walleij277cd532006-11-20 14:57:46 +00005462006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000547
548 * src/libmtp.c: added checks for supported properties
549
Linus Walleij277cd532006-11-20 14:57:46 +00005502006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000551
552 * src/libmtp.c: added a check for NULL filenames in
553 LIBMTP_Get_Folder_List.
554
Linus Walleij99310d42006-11-01 08:29:39 +00005552006-11-01 Linus Walleij <triad@df.lth.se>
556
557 * src/libmtp.h.in: set/get uint8 to/from objects
558 * src/libmtp.c: send object property list.
559 * src/ptp.c: dito.
560 * src/ptp.h: dito.
561 * src/ptp-pack.c: dito.
562
mopoke90be30e2006-10-30 08:47:41 +00005632006-10-29 Andy Kelk <andy@mopoke.co.uk>
564
565 * examples/albumart.c: simple tool for adding album art.
566 * src/libmtp.c: graceful handling of players not supporting
567 abstract album objects.
568
Linus Walleij0c33ec02006-10-27 10:15:40 +00005692006-10-27 Linus Walleij <triad@df.lth.se>
570
571 * src/Makefile.am: bump library interface to reflect the new
572 album methods.
573 * configure.ac: bump to 0.0.22 for the next release.
574
5752006-10-27 Andy Kelk <andy@mopoke.co.uk>
576
577 * src/libmtp.c: add support form abstract audio/video albums.
578 * src/libmtp.h.in: dito.
579
Linus Walleij7347d0f2006-10-23 07:23:39 +00005802006-10-23 Linus Walleij <triad@df.lth.se>
581
582 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
583 * src/ptp.c: sync to upstream.
584 * src/ptp.h: dito.
585 * src/ptp-pack.c: dito.
586
Linus Walleij9efe75f2006-10-20 09:09:45 +00005872006-10-20 Linus Walleij <triad@df.lth.se>
588
589 * Release 0.0.21 to get all the new device support out.
590
Linus Walleij501ba4d2006-10-16 06:17:04 +00005912006-10-16 Linus Walleij <triad@df.lth.se>
592
593 * configure.ac: bump to 0.0.21.
594 * src/libusb-glue.c: add code to unload a kernel driver for
595 the primary interface if it is already in use under Linux.
596 * src/libusb-glue.h: add a device flag to make this possible.
597
Linus Walleij37253292006-10-11 08:38:14 +00005982006-10-11 Linus Walleij <triad@df.lth.se>
599
600 * examples/delfile.c: patch from Chris Debenham
601 straingtening out the command-line interface a bit
602 more.
603
Linus Walleij43ff8fc2006-10-10 11:16:53 +00006042006-10-10 Linus Walleij <triad@df.lth.se>
605
Linus Walleij37253292006-10-11 08:38:14 +0000606 * examples/delfile.c: patch from Chris Debenham to make
607 this command take an optional filename as parameter
608 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000609
Linus Walleij955e6ba2006-09-26 16:55:10 +00006102006-09-26 Linus Walleij <triad@df.lth.se>
611
612 * libmtp.pc.in: require libusb instead of just linking it.
613 * configure.ac: bump release to 0.0.20 and release.
614
Linus Walleijb1318d12006-09-25 14:59:26 +00006152006-09-25 Linus Walleij <triad@df.lth.se>
616
617 * examples/evolution-sync.sh: example script to illustrate
618 to to transfer calendar, task and contact information
619 to a device supporting this.
620
Linus Walleij4ef39e62006-09-19 14:11:52 +00006212006-09-19 Linus Walleij <triad@df.lth.se>
622
623 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
624 * src/libmtp.c: dito.
625 * examples/sendfile.c: support vcard3.
626
Linus Walleijf248fdd2006-09-16 20:11:40 +00006272006-09-16 Linus Walleij <triad@df.lth.se>
628
629 * configure.ac: bump to 0.0.19 and release. There are some
630 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000631 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000632
Linus Walleijb8bfcb22006-09-13 12:14:28 +00006332006-09-13 Linus Walleij <triad@df.lth.se>
634
635 * examples/format.c: formatting test program.
636 * examples.Makefile.am: added format.
637
Linus Walleij13374a42006-09-13 11:55:30 +00006382006-09-13 Andy Kelk <andy@mopoke.co.uk>
639
640 * src/libmtp.h.in: added interface to format storage.
641 * src/libmtp.c: dito.
642 * src/ptp.c: dito.
643 * src/ptp.h: dito.
644
Linus Walleijd31e6192006-09-12 07:55:27 +00006452006-09-12 Linus Walleij <triad@df.lth.se>
646
647 * configure.ac: bump release. Released 0.0.18 yesterday.
648 * src/libmtp.c: do not try to read battery max level unless
649 the device supports it. (Bug occurred on Toshiba Gigabeat
650 P10.)
651
Linus Walleijd5d51c82006-09-11 06:57:50 +00006522006-09-11 Linus Walleij <triad@df.lth.se>
653
654 * src/libusb-glue.c: messed around a bit with device descriptor
655 detection so as to bring closer to libgphoto2 detection algorithm.
656 I've seen things that might be false positives, possibly USB mass
657 storage devices with additional MSFT descriptors to indicate they
658 have Janus DRM.
659 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
660 knows that UCS-2 is in machine endianness but Darwin and *BSD does
661 not. Detect C library and switch accordingly.
662 * src/unicode.c: retire old unicode code only keep things we cannot
663 live without. Remove the own internal UCS-2 conversion engine and
664 the internal iconv() engine and use the one already available in
665 PTPParams.
666 * src/unicode.h: dito.
667
Linus Walleij0558ac52006-09-07 06:55:03 +00006682006-09-07 Linus Walleij <triad@df.lth.se>
669
670 * src/libusb-glue.h: added device flags so we can make
671 the code behave differently on certain devices.
672 * src/libusb-glue.c: dito, plus removed some debug prints.
673 * src/libmtp.c: docs.
674 * src/libmtp.h.in: added device_flags to device list struct.
675 * src/Makefile.am: bumped to compatible library interface.
676 * configure.ac: bump version to 0.0.18 (0.0.17 released
677 yesterday).
678
Richard Low6ec2cc12006-09-06 16:59:16 +00006792006-09-06 Richard Low <richard@wentnet.com>
680
681 * src/libusb-glue.c: changed packet sizes to improve
682 transfer speeds.
683 * src/libmtp.c: changed packet sizes to improve transfer
684 transfer speeds. Also stopped extra ptp_getobjectinfo
685 calls when getting directories on connect.
686
Linus Walleij7f0c72e2006-09-06 13:01:58 +00006872006-09-06 Linus Walleij <triad@df.lth.se>
688
689 * src/libusb-glue.c: fixed some endpoint size detection
690 and sending special file sizes stuff. Real hairy bug...
691 Also messed around a bit with the callbacks.
692 * src/libmtp.c: changes for callback size detection.
693
Linus Walleija9310fa2006-09-04 06:47:42 +00006942006-09-04 Linus Walleij <triad@df.lth.se>
695
696 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
697 instead of magic values.
698
Linus Walleijd7aa5b22006-09-02 11:52:31 +00006992006-09-02 Linus Walleij <triad@df.lth.se>
700
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000701 * src/libmtp.c: add some code to have
702 LIBMTP_Send_File_From_File_Descriptor() accept a stream
703 if size is set to (uint64_t) -1, plus documentation fixes.
704 I don't think the streaming code will work but whoever want
705 to experiment with it has a place to start.
706 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000707
Linus Walleijda9500d2006-08-30 13:17:06 +00007082006-08-30 Linus Walleij <triad@df.lth.se>
709
710 * configure.ac: version bump.
711 * src/libmtp.c: more debug prints.
712 * src/libusb-glue.c: new iRiver device called Clix. By
713 the way I released libmtp 0.0.16 yesterday.
714
Linus Walleija823a702006-08-27 21:27:46 +00007152006-08-28 Linus Walleij <triad@df.lth.se>
716
717 * configure.ac: version bump.
718 * src/ptp-pack.c: upstream has committed my patch giving full
719 unicode support in libgphoto2 ptp2 camlib. No need for
720 any more ugly workarounds, plus we now have full unicode
721 filenames!
722 * src/ptp.c: dito.
723 * src/ptp.h: dito.
724 * src/libmtp.c: revamp to use the new unicode support in
725 libgphoto2.
726 * src/unicode.c: remove unused functionality.
727 * src/unicode.h: dito.
728
Linus Walleijee73ef22006-08-27 19:56:00 +00007292006-08-27 Linus Walleij <triad@df.lth.se>
730
731 * configure.ac: version bump. Release all these fixes
732 as 0.0.15.
733 * src/libusb-glue.c: fixed sucky errors. Added callback
734 code when reading files.
735 * src/libusb-glue.h: const correctness.
736 * src/libmtp.h.in: finally fixup the type on the callbacks.
737 * src/libmtp.c: more accurate sending callbacks. Callbacks
738 when getting files also, working correctly. Typeing of
739 callbacks now OK.
740 * examples/getfile.c: some display bar cosmetic fixup.
741 * TODO: lots of the things todo are now done.
742
Linus Walleijd214b9b2006-08-26 22:08:37 +00007432006-08-26 Linus Walleij <triad@df.lth.se>
744
745 * configure.ac: version bump.
746 * src/libmtp.c: fix bug and reinstate callbacks.
747 * src/libusb-glue.h: dito.
748 * src/libusb-glue.c: dito.
749
Linus Walleije7f44be2006-08-25 19:32:29 +00007502006-08-25 Linus Walleij <triad@df.lth.se>
751
752 * src/libmtp.c: use the new file descriptor sender function.
753 Going to release this as 0.0.13.
754 * src/ptp.c: upstream accepted patches synced in.
755 * src/ptp.h: dito.
756
Linus Walleijeab650b2006-08-21 23:26:37 +00007572006-08-22 Linus Walleij <triad@df.lth.se>
758
Linus Walleij80d134a2006-08-22 21:41:37 +0000759 * src/libusb-glue.c: found a real nasty endpoint bug,
760 code from libgphoto2 was assuming max packet size of
761 512 bytes while it is 64 when a USB 2.0 device is
762 plugged into an UHCI hub.
763
7642006-08-22 Linus Walleij <triad@df.lth.se>
765
Linus Walleijeab650b2006-08-21 23:26:37 +0000766 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
767
Linus Walleij924236a2006-08-20 22:17:58 +00007682006-08-21 Linus Walleij <triad@df.lth.se>
769
770 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000771 as result of experiments by Gavin McCullagh. Upstream
772 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000773 Move iconv() converters into device struct for thread
774 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000775 * src/ptp.c: sync to upstream which merges patch to get
776 file directly to file descriptor.
777 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000778 * src/unicode.c: move iconv() converters into the device
779 struct for thread safety.
780 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000781
Linus Walleij30658792006-08-19 22:18:55 +00007822006-08-20 Linus Walleij <triad@df.lth.se>
783
784 * src/libmtp.h.in: set friendly name and sync partner,
785 rename ownername to friendlyname.
786 * src/libmtp.c: dito.
787 * examples/detect.c: reflect changes.
788 * src/Makefile.am: interface is incompatible so age it.
789
Linus Walleijfae27482006-08-19 20:13:25 +00007902006-08-19 Linus Walleij <triad@df.lth.se>
791
792 * src/libmtp.h.in: add function to get syncronization
793 partner for the device.
794 * src/libmtp.c: dito.
795 * examples/detect.c: use that function.
796 * src/Makefile.am: backward-compatible interface bump.
797
Linus Walleij16571dc2006-08-17 20:27:46 +00007982006-08-17 Linus Walleij <triad@df.lth.se>
799
800 * configure.ac: bump to 0.0.12 and require iconv.h.
801
8022006-08-16 Linus Walleij <triad@df.lth.se>
803
804 * src/unicode.c: remove bigendian weirdness and switch
805 to using iconv() instead.
806 * src/unicode.h: dito.
807 * src/libmtp.c: reflect changes.
808
Linus Walleij3e188f12006-08-09 20:46:05 +00008092006-08-09 Linus Walleij <triad@df.lth.se>
810
811 * Release libmtp 0.0.11.
812
Linus Walleij2eb884b2006-08-04 19:17:36 +00008132006-08-04 Linus Walleij <triad@df.lth.se>
814
815 * src/libmtp.c: patch from Dan Aloni to make sendfile
816 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000817 * src/libusb-glue.c: patch from Andy Kelk to avoid
818 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000819 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000820
Linus Walleijaa4b0752006-07-26 22:21:04 +00008212006-07-27 Linus Walleij <triad@df.lth.se>
822
823 * Release libmtp 0.0.10.
824
Linus Walleij17b55ea2006-07-26 13:54:00 +00008252006-07-26 Linus Walleij <triad@df.lth.se>
826
827 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000828 * src/libmtp.c: only set metdata properties supported by
829 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000830 * src/ptp.c: sync to upstream.
831 * src/ptp.h: sync to upstream.
832 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000833
Linus Walleijc187cb92006-06-22 17:58:13 +00008342006-06-22 Linus Walleij <triad@df.lth.se>
835
836 * Release libmtp 0.0.9.
837
Linus Walleij8ab54262006-06-21 07:12:28 +00008382006-06-21 Linus Walleij <triad@df.lth.se>
839
840 * src/libmtp.h.in: added function to retrieve supported
841 filetypes.
842 * src/libmtp.c: ditto.
843 * examples/detect.c: use that function.
844
Linus Walleijcf223e62006-06-19 09:31:53 +00008452006-06-19 Linus Walleij <triad@df.lth.se>
846
847 * src/unicode.c: support all endianness, detect
848 byte-order-mark
849 * src/unicode.h: ditto.
850 * src/libmtp.c: ditto.
851 * examples/detect.c: use proper tempfile function.
852 * src/libmtp.h.in: add some more track properties.
853 * src/libmtp.c: ditto.
854 * examples/tracks.c: ditto.
855
Linus Walleij2e4b5f92006-06-16 14:00:49 +00008562006-06-16 Linus Walleij <triad@df.lth.se>
857
858 * src/libmtp.h.in: new interfaces for single metadata post
859 retrieveal.
860 * src/libmtp.c: ditto.
861 * examples/playlists.c: display track info using the new
862 individual track metadata retrieveal method.
863 * examples/getplaylist.c: ditto.
864
Linus Walleij05ccbe72006-06-13 07:46:58 +00008652006-06-13 Linus Walleij <triad@df.lth.se>
866
867 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000868 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000869 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000870 we can find them. Retrieve device secure time and cert
871 out of sheer curiosity.
872 * src/ptp.c: sync to libgphoto2 with my patches.
873 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000874
Linus Walleij438bd7f2006-06-08 11:35:44 +00008752006-06-07 Linus Walleij <triad@df.lth.se>
876
877 * src/libmtp.h.in: new playlist API and refactorings.
878 * src/libmtp.c: ditto, and refactorings.
879 * src/unicode.h: const correctness.
880 * src/unicode.c: ditto.
881 * examples/playlists.c: new example program.
882 * configure.ac: bump to 0.0.9
883 * src/Makefile.am: bump library interface.
884
Linus Walleij52e3ac52006-06-05 10:30:00 +00008852006-06-05 Linus Walleij <triad@df.lth.se>
886
887 * examples/sendtr.c: fixed annoying bug that made this
888 program totally useless.
889 * src/libmtp.c: cosmetics.
890 * configure.ac: bump to 0.0.8.
891
Linus Walleij345a3372006-06-03 20:55:25 +00008922006-06-03 Linus Walleij <triad@df.lth.se>
893
894 * src/libmtp.c: metadata bugs, album name and genre
895 confused. Fixe it and released libmtp 0.0.7.
896
Linus Walleijdc09dc02006-06-01 14:23:41 +00008972006-06-01 Linus Walleij <triad@df.lth.se>
898
899 * Released libmtp 0.0.6.
900
Linus Walleij549ec4d2006-05-31 19:59:52 +00009012006-05-31 Linus Walleij <triad@df.lth.se>
902
903 * src/libmtp.c: fixed mapping for JPEG vs JFIF
904 * src/libmtp.h.in: added proper type for JPEG
905 * examples/sendfile.c: send proper JPEG type
906
Linus Walleijd3fdd972006-05-30 15:51:37 +00009072006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
908
909 * src/libmtp.c: fixed a bug in update metadata due to
910 bad use of return code.
911 * src/libusb-glue.c: fixed a loop exiting problem with
912 good 'ol GOTO.
913
Linus Walleij9b1fcd92006-05-29 08:35:29 +00009142006-05-29 Linus Walleij <triad@df.lth.se>
915
916 * src/libusb-glue.c: one more device.
917 * doc/examples.h: produce correct documentation.
918 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000919 * src/ptp.c: sync to libgphoto2.
920 * src/ptp.h: ditto.
921 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000922 * src/libmtp.c: fixed all filetype API related functions
923 not to use any PTP intrinsic defines at all, made all
924 parameters to functions use the internal libmtp interface
925 enumerations and definitions. Removed LIBMTP_Release():
926 we can live with the memory lost during init. You're not
927 supposed to re-initialize the device. Consequently removed
928 the delete function that cleaned the filetype assoc list.
929 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000930
ravelox088180b2006-05-26 23:55:40 +00009312006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
932
933 * src/libmtp.c: refactored object handling to be more generic
934 * src/libmtp.h.in: ditto
935 * examples/refactortest.c: Added simple example to use refactoring
936 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000937 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
938 for playlist handling
939 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000940
Linus Walleij1fd2d272006-05-08 09:22:01 +00009412006-05-08 Linus Walleij <triad@df.lth.se>
942
943 * src/libmtp.h.in: add simple detection function.
944 * src/libusb-glue.c: implement MTP "OS descriptor" for
945 looking for MTP devices.
946 * examples/detect.c: make it possible to do very
947 rudimentary detection with "detect -p".
948 * configure.ac: bump to 0.0.5.
949
Linus Walleij685137f2006-05-07 18:09:02 +00009502006-05-07 Linus Walleij <triad@df.lth.se>
951
952 * COPYING: since we no longer use any parts of libptp2
953 and only files from libgphoto2, we switch to the GNU
954 Lesser General Public License (GNU LGPL). libptp2 is
955 a derived work from libgphoto2, and so is libmtp, there
956 are no remnants of libptp2 in libmtp anymore.
957
Linus Walleij16c51f02006-05-04 13:20:22 +00009582006-05-04 Linus Walleij <triad@df.lth.se>
959
960 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000961 * src/libmtp.c: respectfully rearranged to use a filetype mapping
962 table.
963 * src/ptp-pack.c: real nasty unicode packing bug.
964 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000965
Linus Walleijd6a49972006-05-02 08:24:54 +00009662006-05-02 Linus Walleij <triad@df.lth.se>
967
968 * src/libmtp.c: general shaping up for release. All track
969 and file sending functions now respects a parent ID to be
970 sent along with files and tracks.
971 * src/libmtp.h.in: dito.
972 * src/libusb-glue.c: dito.
973 * examples/sendfile.c: interface dependency changes.
974 * examples/sendtr.c: dito.
975
Linus Walleijc60275a2006-04-30 10:58:11 +00009762006-04-30 Linus Walleij <triad@df.lth.se>
977
978 * src/ptp.c: sync upstream.
979 * src/ptp.h: dito.
980
Linus Walleij370c68d2006-04-27 14:19:01 +00009812006-04-27 Linus Walleij <triad@df.lth.se>
982
983 * examples/sendfile.c: first file sender program based
984 on API implementation and changes by Chris Allegretta.
985 * examples/Makefile.am: new program, new entry.
986 * src/libmtp.c: reflect this new functionality.
987 * src/libmtp.h.in: dito.
988
Linus Walleijb02a0662006-04-25 08:05:09 +00009892006-04-25 Linus Walleij <triad@df.lth.se>
990
991 * Rebased the sources around libgphoto2 instead.
992 This was a major revision...
993 * src/ptp.c: imported libgphoto2 version verbatim.
994 * src/ptp.h: imported libgphoto2 version, minor patch.
995 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000996 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000997 * src/mtp.c: dropped, since all functions are now in ptp.c
998 * src/mtp-pack.c: dropped, same reason.
999 * src/mtp.h: dropped, same reason.
1000 * src/mtp-pack.h: dropped, same reason.
1001
Linus Walleije5f3ad42006-04-21 07:44:36 +000010022006-04-21 Linus Walleij <triad@df.lth.se>
1003
Linus Walleij902c0b92006-04-21 10:52:48 +00001004 * Released libmtp 0.0.3
1005 * Bumped source to 0.0.4
1006
10072006-04-21 Linus Walleij <triad@df.lth.se>
1008
Linus Walleije5f3ad42006-04-21 07:44:36 +00001009 * src/ptp-pack.c: GCC 4.x compilation patch from
1010 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +00001011 * src/libusb-glue.c: New Samsung device and some
1012 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +00001013 * src/ptp.h: some defines from libgphoto2 to get
1014 a bit more compatible.
1015 * src/libmtp.c: Added a folder API implementation by
1016 Dave "ravelox" Kelly.
1017 * src/libmtp.h.in: dito.
1018 * examples/folders.c: dito.
1019 * examples/newfolder.c: dito.
1020 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +00001021
Linus Walleij6fd2f082006-03-28 07:19:22 +000010222006-03-28 Linus Walleij <triad@df.lth.se>
1023
1024 * m4/*: updated macros to work with GCC 4.1.0.
1025 * examples/hotplug.c: new program to create device
1026 ID lists.
1027 * libmtp.rules: now an auto-generated file.
1028 * libmtp.usermap: now an auto-generated file.
1029
Linus Walleijf6bc1782006-03-24 15:12:47 +000010302006-03-24 Linus Walleij <triad@df.lth.se>
1031
1032 * Beginning a file API, fixed some example program
1033 names and such.
1034
Linus Walleij6946ac52006-03-21 06:51:22 +000010352006-03-18 Linus Walleij <triad@df.lth.se>
1036
1037 * Fixed up callback interface to a simpler version,
1038 the old one was bloated stuff from libnjb anyway.
1039 Bump to 0.0.2.
1040
Linus Walleij9b28da32006-03-16 13:47:58 +000010412006-03-16 Linus Walleij <triad@df.lth.se>
1042
1043 * Fixed the .h file and implementation so you really only
1044 need this one .h file to interface the library.
1045
Linus Walleij80124062006-03-15 10:26:09 +000010462006-03-15 Linus Walleij <triad@df.lth.se>
1047
1048 * Added three device information retrieval functions.
1049
Linus Walleij15e344f2006-03-06 15:15:00 +000010502006-03-06 Linus Walleij <triad@df.lth.se>
1051
1052 * Moving some things around to structure the source. More
1053 will be needed...
1054
Linus Walleij93218602006-02-27 08:53:38 +000010552006-02-27 Linus Walleij <triad@df.lth.se>
1056
1057 * Release libmtp 0.0.1 so people have something to play with,
1058 what the heck. Probably saves someones day.
1059
Linus Walleij95698cd2006-02-24 10:40:40 +000010602006-02-24 Linus Walleij <triad@df.lth.se>
1061
1062 * Deltr example program to delete tracks, plus corresponding
1063 interface call.
1064
Linus Walleij17e39f72006-02-23 15:54:28 +000010652006-02-23 Linus Walleij <triad@df.lth.se>
1066
1067 * Fixed up sendtr program and metadata tagging function that is
1068 used after sending files.
1069
Linus Walleij394bbbe2006-02-22 16:10:53 +000010702006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001071
Linus Walleij394bbbe2006-02-22 16:10:53 +00001072 * Untested gettr.c and sendtr.c programs to get and send tracks
1073 created.
1074
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000010752006-01-30 Linus Walleij <triad@df.lth.se>
1076
1077 * Created the initial GNU source directory structure.
1078 * Added the most basic files.