blob: 8dfecdbe52a57acefc3bcf5e882bc025722a1e4a [file] [log] [blame]
Linus Walleij550d6d52007-01-24 14:32:51 +000012007-01-24 Ted Bullock <tbullock@canada.com>
2
3 * src/libusb-glue.c: new function to retrieve multiple device
4 instances.
5 * src/libusb-glue.h: dito.
6 * src/libmtp.h.in: new error codes.
7
Linus Walleij070e9b42007-01-22 08:49:28 +000082007-01-22 Linus Walleij <triad@df.lth.se>
9
10 * examples/albumart.c: use the new errostack.
11 * examples/delfile.c: dito.
12 * examples/detect.c: dito.
13 * examples/emptyfolders.c: dito.
14 * examples/format.c: dito.
15 * examples/getfile.c: dito.
16 * examples/getplaylist.c: dito.
17 * examples/newfolder.c: dito.
18 * examples/newplaylist.c: dito.
19 * examples/playlists.c: dito.
20 * examples/sendfile.c: dito.
21 * examples/sendtr.c: dito.
22 * examples/thumb.c: dito.
23 * src/libmtp.c: add some errors to the stack so we can
24 see how it's to be used. (Just a first try...)
Linus Walleij552ba322007-01-22 11:49:59 +000025 * src/libusb-glue.c: move the LIBMTP_Get_Supported_Devices()
26 function into this file cause it only return USB devices
27 anyway and could be renamed LIBMTP_Get_Supported_USB_Devices()
28 (but let's not do that renaming since it would break the API).
29 For now let's understand this is a USB-only function by
30 simply putting it in the libusb-glue.c file.
Linus Walleij070e9b42007-01-22 08:49:28 +000031
322007-01-22 Ted Bullock <tbullock@canada.com>
33
34 * src/libusb-glue.c: first hack at creating an interface
35 to retrieve multiple devices.
36 * src/libmtp.h.in: new error codes related to multiple devices.
37
Richard Low7059ed42007-01-21 09:33:34 +0000382007-01-21 Richard Low <richard@wentnet.com>
39
40 * src/libusb-glue.c: more new devices
41
Linus Walleij2715c442007-01-20 22:35:29 +0000422007-01-20 Linus Walleij <triad@df.lth.se>
43
44 * src/libmtp.h.in: error stack handling like in libnjb.
45 just bare bones implementation as of now but the idea
46 should be clearly visible. TODO: add a plethora of
47 errors and adjust examples to make use of the error
48 stack.
49 * src/libmtp.c: dito.
50
Richard Lowa98d0542007-01-20 12:31:07 +0000512007-01-20 Richard Low <richard@wentnet.com>
52
53 * src/libusb-glue.c: new device 'Philips PSA235'
54
Linus Walleij85a4c032007-01-16 20:42:18 +0000552007-01-16 Linus Walleij <triad@df.lth.se>
56
57 * configure.ac: bump and release 0.1.3.
58 * src/Makefile.am: bump interface REVISION. Nothing changed
59 externally really.
60
Linus Walleijd85d2bb2007-01-11 21:32:48 +0000612007-01-11 Linus Walleij <triad@df.lth.se>
62
63 * src/libmtp.sym: updated symbol table for mingw32 but does
64 anyone use this? Also I believe one could auto-generate
65 this some way, just haven't figured out how... Perhaps with
66 a funky script that massage libmtp.h if nothing else.
67
Richard Low4df32f82007-01-11 20:04:39 +0000682007-01-11 Richard Low <richard@wentnet.com>
69
70 * src/libusb-glue.c: a zero read fix
71 * src/libmtp.c: fix spelling mistake
72
Linus Walleijc49c6372007-01-09 00:18:51 +0000732007-01-09 Linus Walleij <triad@df.lth.se>
74
75 * src/libusb-glue.c: repair callbacks, structure the code just
76 a little bit.
77 * src/libmtp.c: don't assign values to writes or reads, use the
78 PTP transport intrinsics instead.
79
Linus Walleij15af8532007-01-07 12:45:20 +0000802007-01-07 Orson Teodoro <orsonteodoro@yahoo.com>
81
82 * src/ptp.h: Encoding profile.
83 * src/ptp.c: Dito.
84
Linus Walleij58b62792007-01-07 12:38:59 +0000852006-01-07 Linus Walleij <triad@df.lth.se>
86
87 * src/libusb-glue.c: (re)introduce de-halting of endpoints
88 as this is needed by VMWare emulation. Must check whether
Linus Walleijb97379b2007-01-07 12:42:20 +000089 this causes problems for other archs! Problem was reported
90 by Orson Teodoro under i686 Gentoo, with a suggested patch.
Linus Walleij58b62792007-01-07 12:38:59 +000091
Linus Walleija0323272007-01-07 12:21:30 +0000922006-01-07 Marcus Meissner <meissner@suse.de>
93
94 * src/ptp.c: sync to upstream libgphoto2.
95 * src/ptp.h: dito.
96 * src/ptp-pack.c: dito.
97 * libusb-glue.c: fixes to move low-level functions
98 out of ptp.c and into this libmtp-specific portion.
99 libgphoto2 has been similarly altered to use a usb.c
100 file for the low-level stuff. (This was a long needed
101 split anyway.)
102
Linus Walleij58b62792007-01-07 12:38:59 +00001032007-01-03 Richard Low <richard@wentnet.com>
Richard Low68f45882007-01-03 10:08:31 +0000104
105 * src/libusb-glue.c: fix zero write bug
Richard Lowef05b892007-01-03 21:18:56 +0000106 * src/ptp.c: ditto
Richard Low68f45882007-01-03 10:08:31 +0000107
Linus Walleij99ed83c2007-01-02 18:46:02 +00001082007-01-02 Linus Walleij <triad@df.lth.se>
109
110 * src/libusb-glue.c: fix up comments, remove things
111 refering to stuff we don't have.
112
Richard Lowb89ea942007-01-02 11:47:19 +00001132007-01-02 Richard Low <richard@wentnet.com>
114
115 * src/libmtp.c: another try at split headers/packet sizes
116 * src/ptp.c: ditto
117 * src/libusb-glue.c: ditto
118
Linus Walleijc70a6df2007-01-01 22:19:08 +00001192007-01-01 Linus Walleij <triad@df.lth.se>
120
121 * src/libmtp.c: move default setting of split headers
122 off to ptp.c open session.
123 * src/ptp.c: dito.
124
Richard Low021421e2007-01-01 18:08:57 +00001252007-01-01 Richard Low <richard@wentnet.com>
126
127 * src/libmtp.c: split headers/packet size fix
128 * src/ptp.c: ditto
129 * src/ptp.h: ditto
130 * src/libusb-glue.c: ditto
131
Linus Walleijfa2d1d12007-01-01 17:08:13 +00001322007-01-01 Orson Teodoro <orsonteodoro@yahoo.com>
133
134 * src/ptp.h: changed some WMDRMND def codes to AAVT def codes.
135 addition of AAVT error codes.
136 * src/ptp.c: changes to reflect modifications done in ptp.h
137
Linus Walleija5ab8c42006-12-31 09:25:36 +00001382006-12-31 Linus Walleij <triad@df.lth.se>
139
140 * configure.ac: bump to 0.1.2.
141 * src/Makefile.am: bump interface revision. (Compatible.)
142 * RELEASE 0.1.2.
143
Linus Walleij02ee8802006-12-30 17:27:58 +00001442006-12-30 Linus Walleij <triad@df.lth.se>
145
146 * examples/pathutils.c: reflect new filetypes.
147 * examples/sendtr.c: dito.
148
Linus Walleij5fb47132006-12-30 15:35:48 +00001492006-12-30 Orson Teodoro <orsonteodoro@yahoo.com>
150
151 * src/ptp.h: added WMDRMPD, WMDRMND, WMPPD, WPDWCN extension
152 codes. added more format object codes flac, m4a, 3gp, aac,
153 xml, xls, ppt, etc. 0x9101-0x910B identfiers are infixed
154 with WMDRMPD. Added more object properties codes (0xDCD3-0xDD72).
155 Added more device property codes.
156 Changed PTP_OFC_MTP_WindowsImageFormat to 0xb881 reflect spec.
157 * src/ptp.c: added changes to reflect new extensions, object
158 codes, device property codes.
159 * src/libmtp.c: modified mp4 to reflect it is a container format
160 not a codec. Added more descriptions in init_filemap(). mp4
161 container format is ambiguous in
162 LIBMTP_Send_File_From_File_Descriptor(). Audio? video? both?.
163 mp4 searched in video by default. Added comments about this.
164 Added support for the new format object types.
165 * src/libmtp.h.in: added constants to reflect changes to
166 init_filemap().
167
Richard Lowedd61832006-12-30 12:38:18 +00001682006-12-30 Richard Low <richard@wentnet.com>
169
170 * src/libusb-glue.c: fixed bug in debug printing
171
Richard Lowa6c924c2006-12-29 17:44:28 +00001722006-12-29 Richard Low <richard@wentnet.com>
173
174 * src/libmtp.c: Made abstract list creation to be more
175 WMP like
176 * src/libusb-glue.c: added Philips GoGear SA9200
Richard Lowa679b1c2006-12-29 20:08:14 +0000177 * src/ptp-pack.c: fixed packing bug in ptp_pack_OI
Richard Lowa6c924c2006-12-29 17:44:28 +0000178
Linus Walleij784ac3f2006-12-29 10:36:51 +00001792006-12-29 Marcus Meissner <meissner@suse.de>
180
181 * src/ptp.h: API changes for libgphoto2 to use the file
182 retrieveal functions.
183 * src/ptp.c: dito.
184 * src/libusb-glue.c: changes in libmtp reflecting the new
185 API for libgphoto2.
186
Linus Walleij8609af32006-12-28 21:25:17 +00001872006-12-28 Linus Walleij <triad@df.lth.se>
188
Linus Walleije2e21182006-12-28 22:36:59 +0000189 * configure.ac: making older autotools happy. Bump to 0.1.1.
Linus Walleij3a3d24d2006-12-28 22:35:58 +0000190 * src/Makefile.am: bump interface for release, also autotools.
191 * RELEASE libmtp 0.1.1.
Linus Walleij8609af32006-12-28 21:25:17 +0000192
Linus Walleijd6735f72006-12-19 13:38:29 +00001932006-12-19 Matthew Wilcox <matthew@wil.cx>
194
195 * src/ptp.c: fix a (serious) short file bug.
196
Richard Lowaf20b5d2006-12-17 18:00:59 +00001972006-12-17 Richard Low <richard@wentnet.com>
198
199 * src/libmtp.c: don't bail out on failures when setting
200 metadata.
201
Linus Walleij037a1252006-12-16 20:36:52 +00002022006-12-16 Linus Walleij <triad@df.lth.se>
203
204 * src/ptp.c: sync to upstream.
205 * src/ptp.h: dito.
206 * src/ptp-pack.c: dito.
207
Linus Walleijf8491912006-12-15 10:23:30 +00002082006-12-15 Linus Walleij <triad@df.lth.se>
209
210 * src/libmtp.h.in: make the format function take a storage as
211 parameter. Add comments to device storage.
212 * src/libmtp.c: dito, fix up some code and docs.
213 * examples/format.c: make the format command comply with
214 the new API.
215
Linus Walleije1ac07e2006-12-14 19:38:59 +00002162006-12-14 Linus Walleij <triad@df.lth.se>
217
218 * src/libmtp.c: make get_first_storage_freespace() always query
219 the first storage when the space is requested. And some other
220 janitorial stuff.
221
Linus Walleijb01d18b2006-12-13 12:49:15 +00002222006-12-13 Linus Walleij <triad@df.lth.se>
223
224 * src/libusb-glue.c: one more device.
225 * examples/detect.c: compilation warnings fixed.
226
rreardon3d583062006-12-13 10:10:27 +00002272006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
228
229 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
230 * src/ptp.h: ditto.
231
Linus Walleijcd849362006-12-13 12:37:58 +00002322006-12-12 Daniel Williams <danielw@iinet.net.au>
Linus Walleij9e1b0812006-12-12 19:22:02 +0000233
234 * src/libmtp.h.in: revamped storage API.
235 * src/libmtp.c: dito.
236 * examples/detect.c: dito.
237
rreardon73d02c92006-12-12 16:45:30 +00002382006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +0000239
240 * src/libmtp.c: Send_Representative_Sample() updated to
241 set image height and width, or audio duration and size.
242
Linus Walleijd0f67702006-12-07 09:56:46 +00002432006-12-07 Linus Walleij <triad@df.lth.se>
244
Linus Walleija05b9802006-12-08 08:50:30 +0000245 * src/libmtp.h.in: support firmware object type. (Dangerous.)
246 * src/libmtp.c: dito.
247
2482006-12-07 Linus Walleij <triad@df.lth.se>
249
Linus Walleijd0f67702006-12-07 09:56:46 +0000250 * src/libmtp.c: default text folder detection (used in Samsung
251 Yepp T9) also add a few "My Foo" folder strings, remove the
252 "remaining directories" kludge.
253 * src/libmtp.h.in: default text folder.
254
Linus Walleijf1b02f22006-12-06 09:03:23 +00002552006-12-06 Linus Walleij <triad@df.lth.se>
256
257 * src/libmtp.h.in: extend the respresentative sample API a bit.
258 * src/libmtp.c: dito.
259 * examples/albumart.c: free memory after use.
260 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +0000261 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +0000262
Linus Walleijfdef4ae2006-12-05 16:15:51 +00002632006-12-04 Linus Walleij <triad@df.lth.se>
264
265 * src/ptp.c: enable split headers on sending object lists again.
266
2672006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +0000268
269 * src/libmtp.c: abstract Send_Representative_Sample() so
270 it can send samples for any format that supports it
271 * src/libmtp.h.in: same as above
272 * examples/albumart.c: altered to use new abstract function above
273 * example/thumb.c: sample program to upload thumbnails
274 * example/Makefile.am: add sample thumbnail program
275
Linus Walleijbdfaac22006-12-03 22:32:19 +00002762006-12-03 Linus Walleij <triad@df.lth.se>
277
278 * src/libmtp.c: check space on disk before sending
279 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +0000280 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
281 into LIBMTP_Send_Representative_Sample().
282 * src/libmtp.c: dito.
283 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +0000284
Linus Walleijfa3fbe32006-12-02 20:47:32 +00002852006-12-02 Marcus Meissner <meissner@suse.de>
286
287 * examples/Makefile.am: make sure symlinks really end
288 up in the correct dir.
289
Linus Walleij6eab3b32006-11-30 22:58:21 +00002902006-11-30 Linus Walleij <triad@df.lth.se>
291
292 * src/ptp.c: make Matthews patch thread-safe and fix it
293 so it will handle more than one surplus packet.
294 * src/ptp.h: dito.
295
Richard Lowab0d22d2006-11-30 22:17:49 +00002962006-11-30 Richard Low <richard@wentent.com>
297
298 * src/libmtp.c: memset PTPObjectInfo structs to 0
299
Linus Walleij4bf38dd2006-11-30 21:27:29 +00003002006-11-30 Matthew Wilcox <matthew@wil.cx>
301
302 * src/ptp.c: on some devices, surplus packet data is
303 sometimes returned during read, i.e. a header of the
304 next package is typically attacked to the incoming
305 data, as if someone was sending several packets at
306 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +0000307 * src/libusb-glue.c: revert my own mistakes by making
308 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000309
Linus Walleij9901e222006-11-30 12:28:19 +00003102006-11-30 Linus Walleij <triad@df.lth.se>
311
Linus Walleij2978f1a2006-11-30 14:00:26 +0000312 * configure.ac: this *is* gonna be libmtp 0.1.0!
313 * src/Makefile.am: age interface to 4-0-0 to indicate that
314 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +0000315 * src/libmtp.h.in: removed external object interface.
316 * src/libmtp.c: dito. Made all object manipulation functions
317 static.
318
Richard Lowc7d48d22006-11-29 18:24:55 +00003192006-11-29 Richard Low <richard@wentnet.com>
320
321 * src/libusb-glue.c: added new devices
322
Linus Walleij7beba572006-11-29 08:56:12 +00003232006-11-29 Linus Walleij <triad@df.lth.se>
324
325 * src/libusb-glue.c: remove some pointless #include <>
326 clutter, call usb_set_configuration() as needed by
327 Windows.
328 * src/libmtp.c: various fixups to enable use of Windows
329 <io.h> include file.
330 * README.windows.txt: added a quick porting guide for
331 MSVC by Farooq Zaman.
332
Linus Walleijcf42f452006-11-28 08:32:49 +00003332006-11-28 Linus Walleij <triad@df.lth.se>
334
335 * src/libmtp.h.in: removed filetype mapping API. We can handle
336 everything inside of libmtp now so no need for this.
337 * src/libmtp.c: dito.
338
Linus Walleij72e9c2b2006-11-28 08:14:00 +00003392006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000340
341 * examples/files.c: unsigned int sized printout.
342 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000343 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000344
Richard Low6c0a6ce2006-11-26 10:42:08 +00003452006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000346
Richard Low6c0a6ce2006-11-26 10:42:08 +0000347 * src/libmtp.c: object handles for proplists
348 * src/ptp-pack.c: ditto
349 * src/ptp.c: ditto
350 * src/ptp.h: ditto
351
Linus Walleijf73de152006-11-25 21:44:44 +00003522006-11-25 Marcus Meissner <marcus@jet.franken.de>
353
354 * examples/hotplug.c: adding HAL style XML output for
355 the devices.
356 * examples/Makefile.am: fixing a bug in the automake
357 file (pathutils.h missing!)
358 * Makefile.am: fix the problem with re-making sources
359 (you had to run ./autogen.sh before!)
360
Linus Walleijfe677ac2006-11-23 13:35:00 +00003612006-11-23 Linus Walleij <triad@df.lth.se>
362
363 * src/libusb-glue.h: add a new bug flag for devices that
364 have broken PTP_OC_MTP_GetObjPropList implementations.
365 * src/libusb-glue.c: state that all iRivers have this problem.
366 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
367 for these devices.
368
3692006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000370
371 * src/libmtp.c: set handle ids for new objects to 0 when
372 creating new albums and playlists.
373
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00003742006-11-21 Linus Walleij <triad@df.lth.se>
375
376 * src/libmtp.c: enabled enhanced mode for metadata retrieval
377 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000378 * src/libmtp.c: fixed the problem with sending files using
379 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000380
Linus Walleij277cd532006-11-20 14:57:46 +00003812006-11-20 Linus Walleij <triad@df.lth.se>
382
383 * src/ptp.h: sync to upstream libgphoto2
384 * src/ptp.c: dito.
385 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000386 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000387
3882006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000389
390 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
391 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000392 * examples/emptyfolders.c: new example program for pruning empty
393 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000394
Linus Walleij277cd532006-11-20 14:57:46 +00003952006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000396
rreardonbbb4e562006-11-19 22:16:11 +0000397 * src/libmtp.c: use enhanced MTP commands to create playlists and
398 send files
rreardon508705f2006-11-19 21:27:22 +0000399 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000400 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000401
Linus Walleijcd849362006-12-13 12:37:58 +00004022006-11-19 Daniel Williams <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000403
404 * src/libusb-glue.c: fix error on reconnect.
405
Linus Walleij277cd532006-11-20 14:57:46 +00004062006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000407
408 * src/ptp.c: tidy up ptp_usb_getdata
409
Linus Walleij277cd532006-11-20 14:57:46 +00004102006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000411
412 * src/libmtp.c: fixed parent handle for uploaded tracks
413
Linus Walleij277cd532006-11-20 14:57:46 +00004142006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000415
416 * src/libmtp.c: fixed up album art using enhanced commands.
417
Linus Walleij277cd532006-11-20 14:57:46 +00004182006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000419
420 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
421 * src/ptp.c: ditto
422 * src/ptp.h: ditto
423 * src/ptp-pack.c: ditto
424
Linus Walleij277cd532006-11-20 14:57:46 +00004252006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000426
Linus Walleijccf28ce2006-11-16 16:06:38 +0000427 * src/libmtp.c: use enhanced MTP commands to create albums and
428 add detection of the default album folder.
429 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000430
Linus Walleij277cd532006-11-20 14:57:46 +00004312006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000432
433 * src/ptp-pack.c: set string buffer to correct size.
434
Linus Walleij277cd532006-11-20 14:57:46 +00004352006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000436
437 * examples/tracks.c: really use undeprecated API entry.
438
Linus Walleij277cd532006-11-20 14:57:46 +00004392006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000440
441 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000442 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000443 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000444 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000445 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000446 * examples/connect.c: ditto.
447 * examples/detect.c: ditto.
448 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000449 * src/ptp.c: working on getting object prop lists.
450 * src/ptp.h: dito.
451
Linus Walleij277cd532006-11-20 14:57:46 +00004522006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000453
454 * src/libusb-glue.c: added Zen Vision W to devices
455
Linus Walleij277cd532006-11-20 14:57:46 +00004562006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000457
458 * src/libmtp.c: added checks for supported properties
459
Linus Walleij277cd532006-11-20 14:57:46 +00004602006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000461
462 * src/libmtp.c: added a check for NULL filenames in
463 LIBMTP_Get_Folder_List.
464
Linus Walleij99310d42006-11-01 08:29:39 +00004652006-11-01 Linus Walleij <triad@df.lth.se>
466
467 * src/libmtp.h.in: set/get uint8 to/from objects
468 * src/libmtp.c: send object property list.
469 * src/ptp.c: dito.
470 * src/ptp.h: dito.
471 * src/ptp-pack.c: dito.
472
mopoke90be30e2006-10-30 08:47:41 +00004732006-10-29 Andy Kelk <andy@mopoke.co.uk>
474
475 * examples/albumart.c: simple tool for adding album art.
476 * src/libmtp.c: graceful handling of players not supporting
477 abstract album objects.
478
Linus Walleij0c33ec02006-10-27 10:15:40 +00004792006-10-27 Linus Walleij <triad@df.lth.se>
480
481 * src/Makefile.am: bump library interface to reflect the new
482 album methods.
483 * configure.ac: bump to 0.0.22 for the next release.
484
4852006-10-27 Andy Kelk <andy@mopoke.co.uk>
486
487 * src/libmtp.c: add support form abstract audio/video albums.
488 * src/libmtp.h.in: dito.
489
Linus Walleij7347d0f2006-10-23 07:23:39 +00004902006-10-23 Linus Walleij <triad@df.lth.se>
491
492 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
493 * src/ptp.c: sync to upstream.
494 * src/ptp.h: dito.
495 * src/ptp-pack.c: dito.
496
Linus Walleij9efe75f2006-10-20 09:09:45 +00004972006-10-20 Linus Walleij <triad@df.lth.se>
498
499 * Release 0.0.21 to get all the new device support out.
500
Linus Walleij501ba4d2006-10-16 06:17:04 +00005012006-10-16 Linus Walleij <triad@df.lth.se>
502
503 * configure.ac: bump to 0.0.21.
504 * src/libusb-glue.c: add code to unload a kernel driver for
505 the primary interface if it is already in use under Linux.
506 * src/libusb-glue.h: add a device flag to make this possible.
507
Linus Walleij37253292006-10-11 08:38:14 +00005082006-10-11 Linus Walleij <triad@df.lth.se>
509
510 * examples/delfile.c: patch from Chris Debenham
511 straingtening out the command-line interface a bit
512 more.
513
Linus Walleij43ff8fc2006-10-10 11:16:53 +00005142006-10-10 Linus Walleij <triad@df.lth.se>
515
Linus Walleij37253292006-10-11 08:38:14 +0000516 * examples/delfile.c: patch from Chris Debenham to make
517 this command take an optional filename as parameter
518 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000519
Linus Walleij955e6ba2006-09-26 16:55:10 +00005202006-09-26 Linus Walleij <triad@df.lth.se>
521
522 * libmtp.pc.in: require libusb instead of just linking it.
523 * configure.ac: bump release to 0.0.20 and release.
524
Linus Walleijb1318d12006-09-25 14:59:26 +00005252006-09-25 Linus Walleij <triad@df.lth.se>
526
527 * examples/evolution-sync.sh: example script to illustrate
528 to to transfer calendar, task and contact information
529 to a device supporting this.
530
Linus Walleij4ef39e62006-09-19 14:11:52 +00005312006-09-19 Linus Walleij <triad@df.lth.se>
532
533 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
534 * src/libmtp.c: dito.
535 * examples/sendfile.c: support vcard3.
536
Linus Walleijf248fdd2006-09-16 20:11:40 +00005372006-09-16 Linus Walleij <triad@df.lth.se>
538
539 * configure.ac: bump to 0.0.19 and release. There are some
540 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000541 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000542
Linus Walleijb8bfcb22006-09-13 12:14:28 +00005432006-09-13 Linus Walleij <triad@df.lth.se>
544
545 * examples/format.c: formatting test program.
546 * examples.Makefile.am: added format.
547
Linus Walleij13374a42006-09-13 11:55:30 +00005482006-09-13 Andy Kelk <andy@mopoke.co.uk>
549
550 * src/libmtp.h.in: added interface to format storage.
551 * src/libmtp.c: dito.
552 * src/ptp.c: dito.
553 * src/ptp.h: dito.
554
Linus Walleijd31e6192006-09-12 07:55:27 +00005552006-09-12 Linus Walleij <triad@df.lth.se>
556
557 * configure.ac: bump release. Released 0.0.18 yesterday.
558 * src/libmtp.c: do not try to read battery max level unless
559 the device supports it. (Bug occurred on Toshiba Gigabeat
560 P10.)
561
Linus Walleijd5d51c82006-09-11 06:57:50 +00005622006-09-11 Linus Walleij <triad@df.lth.se>
563
564 * src/libusb-glue.c: messed around a bit with device descriptor
565 detection so as to bring closer to libgphoto2 detection algorithm.
566 I've seen things that might be false positives, possibly USB mass
567 storage devices with additional MSFT descriptors to indicate they
568 have Janus DRM.
569 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
570 knows that UCS-2 is in machine endianness but Darwin and *BSD does
571 not. Detect C library and switch accordingly.
572 * src/unicode.c: retire old unicode code only keep things we cannot
573 live without. Remove the own internal UCS-2 conversion engine and
574 the internal iconv() engine and use the one already available in
575 PTPParams.
576 * src/unicode.h: dito.
577
Linus Walleij0558ac52006-09-07 06:55:03 +00005782006-09-07 Linus Walleij <triad@df.lth.se>
579
580 * src/libusb-glue.h: added device flags so we can make
581 the code behave differently on certain devices.
582 * src/libusb-glue.c: dito, plus removed some debug prints.
583 * src/libmtp.c: docs.
584 * src/libmtp.h.in: added device_flags to device list struct.
585 * src/Makefile.am: bumped to compatible library interface.
586 * configure.ac: bump version to 0.0.18 (0.0.17 released
587 yesterday).
588
Richard Low6ec2cc12006-09-06 16:59:16 +00005892006-09-06 Richard Low <richard@wentnet.com>
590
591 * src/libusb-glue.c: changed packet sizes to improve
592 transfer speeds.
593 * src/libmtp.c: changed packet sizes to improve transfer
594 transfer speeds. Also stopped extra ptp_getobjectinfo
595 calls when getting directories on connect.
596
Linus Walleij7f0c72e2006-09-06 13:01:58 +00005972006-09-06 Linus Walleij <triad@df.lth.se>
598
599 * src/libusb-glue.c: fixed some endpoint size detection
600 and sending special file sizes stuff. Real hairy bug...
601 Also messed around a bit with the callbacks.
602 * src/libmtp.c: changes for callback size detection.
603
Linus Walleija9310fa2006-09-04 06:47:42 +00006042006-09-04 Linus Walleij <triad@df.lth.se>
605
606 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
607 instead of magic values.
608
Linus Walleijd7aa5b22006-09-02 11:52:31 +00006092006-09-02 Linus Walleij <triad@df.lth.se>
610
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000611 * src/libmtp.c: add some code to have
612 LIBMTP_Send_File_From_File_Descriptor() accept a stream
613 if size is set to (uint64_t) -1, plus documentation fixes.
614 I don't think the streaming code will work but whoever want
615 to experiment with it has a place to start.
616 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000617
Linus Walleijda9500d2006-08-30 13:17:06 +00006182006-08-30 Linus Walleij <triad@df.lth.se>
619
620 * configure.ac: version bump.
621 * src/libmtp.c: more debug prints.
622 * src/libusb-glue.c: new iRiver device called Clix. By
623 the way I released libmtp 0.0.16 yesterday.
624
Linus Walleija823a702006-08-27 21:27:46 +00006252006-08-28 Linus Walleij <triad@df.lth.se>
626
627 * configure.ac: version bump.
628 * src/ptp-pack.c: upstream has committed my patch giving full
629 unicode support in libgphoto2 ptp2 camlib. No need for
630 any more ugly workarounds, plus we now have full unicode
631 filenames!
632 * src/ptp.c: dito.
633 * src/ptp.h: dito.
634 * src/libmtp.c: revamp to use the new unicode support in
635 libgphoto2.
636 * src/unicode.c: remove unused functionality.
637 * src/unicode.h: dito.
638
Linus Walleijee73ef22006-08-27 19:56:00 +00006392006-08-27 Linus Walleij <triad@df.lth.se>
640
641 * configure.ac: version bump. Release all these fixes
642 as 0.0.15.
643 * src/libusb-glue.c: fixed sucky errors. Added callback
644 code when reading files.
645 * src/libusb-glue.h: const correctness.
646 * src/libmtp.h.in: finally fixup the type on the callbacks.
647 * src/libmtp.c: more accurate sending callbacks. Callbacks
648 when getting files also, working correctly. Typeing of
649 callbacks now OK.
650 * examples/getfile.c: some display bar cosmetic fixup.
651 * TODO: lots of the things todo are now done.
652
Linus Walleijd214b9b2006-08-26 22:08:37 +00006532006-08-26 Linus Walleij <triad@df.lth.se>
654
655 * configure.ac: version bump.
656 * src/libmtp.c: fix bug and reinstate callbacks.
657 * src/libusb-glue.h: dito.
658 * src/libusb-glue.c: dito.
659
Linus Walleije7f44be2006-08-25 19:32:29 +00006602006-08-25 Linus Walleij <triad@df.lth.se>
661
662 * src/libmtp.c: use the new file descriptor sender function.
663 Going to release this as 0.0.13.
664 * src/ptp.c: upstream accepted patches synced in.
665 * src/ptp.h: dito.
666
Linus Walleijeab650b2006-08-21 23:26:37 +00006672006-08-22 Linus Walleij <triad@df.lth.se>
668
Linus Walleij80d134a2006-08-22 21:41:37 +0000669 * src/libusb-glue.c: found a real nasty endpoint bug,
670 code from libgphoto2 was assuming max packet size of
671 512 bytes while it is 64 when a USB 2.0 device is
672 plugged into an UHCI hub.
673
6742006-08-22 Linus Walleij <triad@df.lth.se>
675
Linus Walleijeab650b2006-08-21 23:26:37 +0000676 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
677
Linus Walleij924236a2006-08-20 22:17:58 +00006782006-08-21 Linus Walleij <triad@df.lth.se>
679
680 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000681 as result of experiments by Gavin McCullagh. Upstream
682 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000683 Move iconv() converters into device struct for thread
684 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000685 * src/ptp.c: sync to upstream which merges patch to get
686 file directly to file descriptor.
687 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000688 * src/unicode.c: move iconv() converters into the device
689 struct for thread safety.
690 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000691
Linus Walleij30658792006-08-19 22:18:55 +00006922006-08-20 Linus Walleij <triad@df.lth.se>
693
694 * src/libmtp.h.in: set friendly name and sync partner,
695 rename ownername to friendlyname.
696 * src/libmtp.c: dito.
697 * examples/detect.c: reflect changes.
698 * src/Makefile.am: interface is incompatible so age it.
699
Linus Walleijfae27482006-08-19 20:13:25 +00007002006-08-19 Linus Walleij <triad@df.lth.se>
701
702 * src/libmtp.h.in: add function to get syncronization
703 partner for the device.
704 * src/libmtp.c: dito.
705 * examples/detect.c: use that function.
706 * src/Makefile.am: backward-compatible interface bump.
707
Linus Walleij16571dc2006-08-17 20:27:46 +00007082006-08-17 Linus Walleij <triad@df.lth.se>
709
710 * configure.ac: bump to 0.0.12 and require iconv.h.
711
7122006-08-16 Linus Walleij <triad@df.lth.se>
713
714 * src/unicode.c: remove bigendian weirdness and switch
715 to using iconv() instead.
716 * src/unicode.h: dito.
717 * src/libmtp.c: reflect changes.
718
Linus Walleij3e188f12006-08-09 20:46:05 +00007192006-08-09 Linus Walleij <triad@df.lth.se>
720
721 * Release libmtp 0.0.11.
722
Linus Walleij2eb884b2006-08-04 19:17:36 +00007232006-08-04 Linus Walleij <triad@df.lth.se>
724
725 * src/libmtp.c: patch from Dan Aloni to make sendfile
726 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000727 * src/libusb-glue.c: patch from Andy Kelk to avoid
728 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000729 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000730
Linus Walleijaa4b0752006-07-26 22:21:04 +00007312006-07-27 Linus Walleij <triad@df.lth.se>
732
733 * Release libmtp 0.0.10.
734
Linus Walleij17b55ea2006-07-26 13:54:00 +00007352006-07-26 Linus Walleij <triad@df.lth.se>
736
737 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000738 * src/libmtp.c: only set metdata properties supported by
739 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000740 * src/ptp.c: sync to upstream.
741 * src/ptp.h: sync to upstream.
742 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000743
Linus Walleijc187cb92006-06-22 17:58:13 +00007442006-06-22 Linus Walleij <triad@df.lth.se>
745
746 * Release libmtp 0.0.9.
747
Linus Walleij8ab54262006-06-21 07:12:28 +00007482006-06-21 Linus Walleij <triad@df.lth.se>
749
750 * src/libmtp.h.in: added function to retrieve supported
751 filetypes.
752 * src/libmtp.c: ditto.
753 * examples/detect.c: use that function.
754
Linus Walleijcf223e62006-06-19 09:31:53 +00007552006-06-19 Linus Walleij <triad@df.lth.se>
756
757 * src/unicode.c: support all endianness, detect
758 byte-order-mark
759 * src/unicode.h: ditto.
760 * src/libmtp.c: ditto.
761 * examples/detect.c: use proper tempfile function.
762 * src/libmtp.h.in: add some more track properties.
763 * src/libmtp.c: ditto.
764 * examples/tracks.c: ditto.
765
Linus Walleij2e4b5f92006-06-16 14:00:49 +00007662006-06-16 Linus Walleij <triad@df.lth.se>
767
768 * src/libmtp.h.in: new interfaces for single metadata post
769 retrieveal.
770 * src/libmtp.c: ditto.
771 * examples/playlists.c: display track info using the new
772 individual track metadata retrieveal method.
773 * examples/getplaylist.c: ditto.
774
Linus Walleij05ccbe72006-06-13 07:46:58 +00007752006-06-13 Linus Walleij <triad@df.lth.se>
776
777 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000778 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000779 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000780 we can find them. Retrieve device secure time and cert
781 out of sheer curiosity.
782 * src/ptp.c: sync to libgphoto2 with my patches.
783 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000784
Linus Walleij438bd7f2006-06-08 11:35:44 +00007852006-06-07 Linus Walleij <triad@df.lth.se>
786
787 * src/libmtp.h.in: new playlist API and refactorings.
788 * src/libmtp.c: ditto, and refactorings.
789 * src/unicode.h: const correctness.
790 * src/unicode.c: ditto.
791 * examples/playlists.c: new example program.
792 * configure.ac: bump to 0.0.9
793 * src/Makefile.am: bump library interface.
794
Linus Walleij52e3ac52006-06-05 10:30:00 +00007952006-06-05 Linus Walleij <triad@df.lth.se>
796
797 * examples/sendtr.c: fixed annoying bug that made this
798 program totally useless.
799 * src/libmtp.c: cosmetics.
800 * configure.ac: bump to 0.0.8.
801
Linus Walleij345a3372006-06-03 20:55:25 +00008022006-06-03 Linus Walleij <triad@df.lth.se>
803
804 * src/libmtp.c: metadata bugs, album name and genre
805 confused. Fixe it and released libmtp 0.0.7.
806
Linus Walleijdc09dc02006-06-01 14:23:41 +00008072006-06-01 Linus Walleij <triad@df.lth.se>
808
809 * Released libmtp 0.0.6.
810
Linus Walleij549ec4d2006-05-31 19:59:52 +00008112006-05-31 Linus Walleij <triad@df.lth.se>
812
813 * src/libmtp.c: fixed mapping for JPEG vs JFIF
814 * src/libmtp.h.in: added proper type for JPEG
815 * examples/sendfile.c: send proper JPEG type
816
Linus Walleijd3fdd972006-05-30 15:51:37 +00008172006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
818
819 * src/libmtp.c: fixed a bug in update metadata due to
820 bad use of return code.
821 * src/libusb-glue.c: fixed a loop exiting problem with
822 good 'ol GOTO.
823
Linus Walleij9b1fcd92006-05-29 08:35:29 +00008242006-05-29 Linus Walleij <triad@df.lth.se>
825
826 * src/libusb-glue.c: one more device.
827 * doc/examples.h: produce correct documentation.
828 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000829 * src/ptp.c: sync to libgphoto2.
830 * src/ptp.h: ditto.
831 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000832 * src/libmtp.c: fixed all filetype API related functions
833 not to use any PTP intrinsic defines at all, made all
834 parameters to functions use the internal libmtp interface
835 enumerations and definitions. Removed LIBMTP_Release():
836 we can live with the memory lost during init. You're not
837 supposed to re-initialize the device. Consequently removed
838 the delete function that cleaned the filetype assoc list.
839 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000840
ravelox088180b2006-05-26 23:55:40 +00008412006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
842
843 * src/libmtp.c: refactored object handling to be more generic
844 * src/libmtp.h.in: ditto
845 * examples/refactortest.c: Added simple example to use refactoring
846 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000847 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
848 for playlist handling
849 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000850
Linus Walleij1fd2d272006-05-08 09:22:01 +00008512006-05-08 Linus Walleij <triad@df.lth.se>
852
853 * src/libmtp.h.in: add simple detection function.
854 * src/libusb-glue.c: implement MTP "OS descriptor" for
855 looking for MTP devices.
856 * examples/detect.c: make it possible to do very
857 rudimentary detection with "detect -p".
858 * configure.ac: bump to 0.0.5.
859
Linus Walleij685137f2006-05-07 18:09:02 +00008602006-05-07 Linus Walleij <triad@df.lth.se>
861
862 * COPYING: since we no longer use any parts of libptp2
863 and only files from libgphoto2, we switch to the GNU
864 Lesser General Public License (GNU LGPL). libptp2 is
865 a derived work from libgphoto2, and so is libmtp, there
866 are no remnants of libptp2 in libmtp anymore.
867
Linus Walleij16c51f02006-05-04 13:20:22 +00008682006-05-04 Linus Walleij <triad@df.lth.se>
869
870 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000871 * src/libmtp.c: respectfully rearranged to use a filetype mapping
872 table.
873 * src/ptp-pack.c: real nasty unicode packing bug.
874 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000875
Linus Walleijd6a49972006-05-02 08:24:54 +00008762006-05-02 Linus Walleij <triad@df.lth.se>
877
878 * src/libmtp.c: general shaping up for release. All track
879 and file sending functions now respects a parent ID to be
880 sent along with files and tracks.
881 * src/libmtp.h.in: dito.
882 * src/libusb-glue.c: dito.
883 * examples/sendfile.c: interface dependency changes.
884 * examples/sendtr.c: dito.
885
Linus Walleijc60275a2006-04-30 10:58:11 +00008862006-04-30 Linus Walleij <triad@df.lth.se>
887
888 * src/ptp.c: sync upstream.
889 * src/ptp.h: dito.
890
Linus Walleij370c68d2006-04-27 14:19:01 +00008912006-04-27 Linus Walleij <triad@df.lth.se>
892
893 * examples/sendfile.c: first file sender program based
894 on API implementation and changes by Chris Allegretta.
895 * examples/Makefile.am: new program, new entry.
896 * src/libmtp.c: reflect this new functionality.
897 * src/libmtp.h.in: dito.
898
Linus Walleijb02a0662006-04-25 08:05:09 +00008992006-04-25 Linus Walleij <triad@df.lth.se>
900
901 * Rebased the sources around libgphoto2 instead.
902 This was a major revision...
903 * src/ptp.c: imported libgphoto2 version verbatim.
904 * src/ptp.h: imported libgphoto2 version, minor patch.
905 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000906 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000907 * src/mtp.c: dropped, since all functions are now in ptp.c
908 * src/mtp-pack.c: dropped, same reason.
909 * src/mtp.h: dropped, same reason.
910 * src/mtp-pack.h: dropped, same reason.
911
Linus Walleije5f3ad42006-04-21 07:44:36 +00009122006-04-21 Linus Walleij <triad@df.lth.se>
913
Linus Walleij902c0b92006-04-21 10:52:48 +0000914 * Released libmtp 0.0.3
915 * Bumped source to 0.0.4
916
9172006-04-21 Linus Walleij <triad@df.lth.se>
918
Linus Walleije5f3ad42006-04-21 07:44:36 +0000919 * src/ptp-pack.c: GCC 4.x compilation patch from
920 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000921 * src/libusb-glue.c: New Samsung device and some
922 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000923 * src/ptp.h: some defines from libgphoto2 to get
924 a bit more compatible.
925 * src/libmtp.c: Added a folder API implementation by
926 Dave "ravelox" Kelly.
927 * src/libmtp.h.in: dito.
928 * examples/folders.c: dito.
929 * examples/newfolder.c: dito.
930 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000931
Linus Walleij6fd2f082006-03-28 07:19:22 +00009322006-03-28 Linus Walleij <triad@df.lth.se>
933
934 * m4/*: updated macros to work with GCC 4.1.0.
935 * examples/hotplug.c: new program to create device
936 ID lists.
937 * libmtp.rules: now an auto-generated file.
938 * libmtp.usermap: now an auto-generated file.
939
Linus Walleijf6bc1782006-03-24 15:12:47 +00009402006-03-24 Linus Walleij <triad@df.lth.se>
941
942 * Beginning a file API, fixed some example program
943 names and such.
944
Linus Walleij6946ac52006-03-21 06:51:22 +00009452006-03-18 Linus Walleij <triad@df.lth.se>
946
947 * Fixed up callback interface to a simpler version,
948 the old one was bloated stuff from libnjb anyway.
949 Bump to 0.0.2.
950
Linus Walleij9b28da32006-03-16 13:47:58 +00009512006-03-16 Linus Walleij <triad@df.lth.se>
952
953 * Fixed the .h file and implementation so you really only
954 need this one .h file to interface the library.
955
Linus Walleij80124062006-03-15 10:26:09 +00009562006-03-15 Linus Walleij <triad@df.lth.se>
957
958 * Added three device information retrieval functions.
959
Linus Walleij15e344f2006-03-06 15:15:00 +00009602006-03-06 Linus Walleij <triad@df.lth.se>
961
962 * Moving some things around to structure the source. More
963 will be needed...
964
Linus Walleij93218602006-02-27 08:53:38 +00009652006-02-27 Linus Walleij <triad@df.lth.se>
966
967 * Release libmtp 0.0.1 so people have something to play with,
968 what the heck. Probably saves someones day.
969
Linus Walleij95698cd2006-02-24 10:40:40 +00009702006-02-24 Linus Walleij <triad@df.lth.se>
971
972 * Deltr example program to delete tracks, plus corresponding
973 interface call.
974
Linus Walleij17e39f72006-02-23 15:54:28 +00009752006-02-23 Linus Walleij <triad@df.lth.se>
976
977 * Fixed up sendtr program and metadata tagging function that is
978 used after sending files.
979
Linus Walleij394bbbe2006-02-22 16:10:53 +00009802006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000981
Linus Walleij394bbbe2006-02-22 16:10:53 +0000982 * Untested gettr.c and sendtr.c programs to get and send tracks
983 created.
984
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00009852006-01-30 Linus Walleij <triad@df.lth.se>
986
987 * Created the initial GNU source directory structure.
988 * Added the most basic files.