blob: 0546641fb5189f22d7faa05f64be08ac6443336b [file] [log] [blame]
Linus Walleij2715c442007-01-20 22:35:29 +000012007-01-20 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: error stack handling like in libnjb.
4 just bare bones implementation as of now but the idea
5 should be clearly visible. TODO: add a plethora of
6 errors and adjust examples to make use of the error
7 stack.
8 * src/libmtp.c: dito.
9
Richard Lowa98d0542007-01-20 12:31:07 +0000102007-01-20 Richard Low <richard@wentnet.com>
11
12 * src/libusb-glue.c: new device 'Philips PSA235'
13
Linus Walleij85a4c032007-01-16 20:42:18 +0000142007-01-16 Linus Walleij <triad@df.lth.se>
15
16 * configure.ac: bump and release 0.1.3.
17 * src/Makefile.am: bump interface REVISION. Nothing changed
18 externally really.
19
Linus Walleijd85d2bb2007-01-11 21:32:48 +0000202007-01-11 Linus Walleij <triad@df.lth.se>
21
22 * src/libmtp.sym: updated symbol table for mingw32 but does
23 anyone use this? Also I believe one could auto-generate
24 this some way, just haven't figured out how... Perhaps with
25 a funky script that massage libmtp.h if nothing else.
26
Richard Low4df32f82007-01-11 20:04:39 +0000272007-01-11 Richard Low <richard@wentnet.com>
28
29 * src/libusb-glue.c: a zero read fix
30 * src/libmtp.c: fix spelling mistake
31
Linus Walleijc49c6372007-01-09 00:18:51 +0000322007-01-09 Linus Walleij <triad@df.lth.se>
33
34 * src/libusb-glue.c: repair callbacks, structure the code just
35 a little bit.
36 * src/libmtp.c: don't assign values to writes or reads, use the
37 PTP transport intrinsics instead.
38
Linus Walleij15af8532007-01-07 12:45:20 +0000392007-01-07 Orson Teodoro <orsonteodoro@yahoo.com>
40
41 * src/ptp.h: Encoding profile.
42 * src/ptp.c: Dito.
43
Linus Walleij58b62792007-01-07 12:38:59 +0000442006-01-07 Linus Walleij <triad@df.lth.se>
45
46 * src/libusb-glue.c: (re)introduce de-halting of endpoints
47 as this is needed by VMWare emulation. Must check whether
Linus Walleijb97379b2007-01-07 12:42:20 +000048 this causes problems for other archs! Problem was reported
49 by Orson Teodoro under i686 Gentoo, with a suggested patch.
Linus Walleij58b62792007-01-07 12:38:59 +000050
Linus Walleija0323272007-01-07 12:21:30 +0000512006-01-07 Marcus Meissner <meissner@suse.de>
52
53 * src/ptp.c: sync to upstream libgphoto2.
54 * src/ptp.h: dito.
55 * src/ptp-pack.c: dito.
56 * libusb-glue.c: fixes to move low-level functions
57 out of ptp.c and into this libmtp-specific portion.
58 libgphoto2 has been similarly altered to use a usb.c
59 file for the low-level stuff. (This was a long needed
60 split anyway.)
61
Linus Walleij58b62792007-01-07 12:38:59 +0000622007-01-03 Richard Low <richard@wentnet.com>
Richard Low68f45882007-01-03 10:08:31 +000063
64 * src/libusb-glue.c: fix zero write bug
Richard Lowef05b892007-01-03 21:18:56 +000065 * src/ptp.c: ditto
Richard Low68f45882007-01-03 10:08:31 +000066
Linus Walleij99ed83c2007-01-02 18:46:02 +0000672007-01-02 Linus Walleij <triad@df.lth.se>
68
69 * src/libusb-glue.c: fix up comments, remove things
70 refering to stuff we don't have.
71
Richard Lowb89ea942007-01-02 11:47:19 +0000722007-01-02 Richard Low <richard@wentnet.com>
73
74 * src/libmtp.c: another try at split headers/packet sizes
75 * src/ptp.c: ditto
76 * src/libusb-glue.c: ditto
77
Linus Walleijc70a6df2007-01-01 22:19:08 +0000782007-01-01 Linus Walleij <triad@df.lth.se>
79
80 * src/libmtp.c: move default setting of split headers
81 off to ptp.c open session.
82 * src/ptp.c: dito.
83
Richard Low021421e2007-01-01 18:08:57 +0000842007-01-01 Richard Low <richard@wentnet.com>
85
86 * src/libmtp.c: split headers/packet size fix
87 * src/ptp.c: ditto
88 * src/ptp.h: ditto
89 * src/libusb-glue.c: ditto
90
Linus Walleijfa2d1d12007-01-01 17:08:13 +0000912007-01-01 Orson Teodoro <orsonteodoro@yahoo.com>
92
93 * src/ptp.h: changed some WMDRMND def codes to AAVT def codes.
94 addition of AAVT error codes.
95 * src/ptp.c: changes to reflect modifications done in ptp.h
96
Linus Walleija5ab8c42006-12-31 09:25:36 +0000972006-12-31 Linus Walleij <triad@df.lth.se>
98
99 * configure.ac: bump to 0.1.2.
100 * src/Makefile.am: bump interface revision. (Compatible.)
101 * RELEASE 0.1.2.
102
Linus Walleij02ee8802006-12-30 17:27:58 +00001032006-12-30 Linus Walleij <triad@df.lth.se>
104
105 * examples/pathutils.c: reflect new filetypes.
106 * examples/sendtr.c: dito.
107
Linus Walleij5fb47132006-12-30 15:35:48 +00001082006-12-30 Orson Teodoro <orsonteodoro@yahoo.com>
109
110 * src/ptp.h: added WMDRMPD, WMDRMND, WMPPD, WPDWCN extension
111 codes. added more format object codes flac, m4a, 3gp, aac,
112 xml, xls, ppt, etc. 0x9101-0x910B identfiers are infixed
113 with WMDRMPD. Added more object properties codes (0xDCD3-0xDD72).
114 Added more device property codes.
115 Changed PTP_OFC_MTP_WindowsImageFormat to 0xb881 reflect spec.
116 * src/ptp.c: added changes to reflect new extensions, object
117 codes, device property codes.
118 * src/libmtp.c: modified mp4 to reflect it is a container format
119 not a codec. Added more descriptions in init_filemap(). mp4
120 container format is ambiguous in
121 LIBMTP_Send_File_From_File_Descriptor(). Audio? video? both?.
122 mp4 searched in video by default. Added comments about this.
123 Added support for the new format object types.
124 * src/libmtp.h.in: added constants to reflect changes to
125 init_filemap().
126
Richard Lowedd61832006-12-30 12:38:18 +00001272006-12-30 Richard Low <richard@wentnet.com>
128
129 * src/libusb-glue.c: fixed bug in debug printing
130
Richard Lowa6c924c2006-12-29 17:44:28 +00001312006-12-29 Richard Low <richard@wentnet.com>
132
133 * src/libmtp.c: Made abstract list creation to be more
134 WMP like
135 * src/libusb-glue.c: added Philips GoGear SA9200
Richard Lowa679b1c2006-12-29 20:08:14 +0000136 * src/ptp-pack.c: fixed packing bug in ptp_pack_OI
Richard Lowa6c924c2006-12-29 17:44:28 +0000137
Linus Walleij784ac3f2006-12-29 10:36:51 +00001382006-12-29 Marcus Meissner <meissner@suse.de>
139
140 * src/ptp.h: API changes for libgphoto2 to use the file
141 retrieveal functions.
142 * src/ptp.c: dito.
143 * src/libusb-glue.c: changes in libmtp reflecting the new
144 API for libgphoto2.
145
Linus Walleij8609af32006-12-28 21:25:17 +00001462006-12-28 Linus Walleij <triad@df.lth.se>
147
Linus Walleije2e21182006-12-28 22:36:59 +0000148 * configure.ac: making older autotools happy. Bump to 0.1.1.
Linus Walleij3a3d24d2006-12-28 22:35:58 +0000149 * src/Makefile.am: bump interface for release, also autotools.
150 * RELEASE libmtp 0.1.1.
Linus Walleij8609af32006-12-28 21:25:17 +0000151
Linus Walleijd6735f72006-12-19 13:38:29 +00001522006-12-19 Matthew Wilcox <matthew@wil.cx>
153
154 * src/ptp.c: fix a (serious) short file bug.
155
Richard Lowaf20b5d2006-12-17 18:00:59 +00001562006-12-17 Richard Low <richard@wentnet.com>
157
158 * src/libmtp.c: don't bail out on failures when setting
159 metadata.
160
Linus Walleij037a1252006-12-16 20:36:52 +00001612006-12-16 Linus Walleij <triad@df.lth.se>
162
163 * src/ptp.c: sync to upstream.
164 * src/ptp.h: dito.
165 * src/ptp-pack.c: dito.
166
Linus Walleijf8491912006-12-15 10:23:30 +00001672006-12-15 Linus Walleij <triad@df.lth.se>
168
169 * src/libmtp.h.in: make the format function take a storage as
170 parameter. Add comments to device storage.
171 * src/libmtp.c: dito, fix up some code and docs.
172 * examples/format.c: make the format command comply with
173 the new API.
174
Linus Walleije1ac07e2006-12-14 19:38:59 +00001752006-12-14 Linus Walleij <triad@df.lth.se>
176
177 * src/libmtp.c: make get_first_storage_freespace() always query
178 the first storage when the space is requested. And some other
179 janitorial stuff.
180
Linus Walleijb01d18b2006-12-13 12:49:15 +00001812006-12-13 Linus Walleij <triad@df.lth.se>
182
183 * src/libusb-glue.c: one more device.
184 * examples/detect.c: compilation warnings fixed.
185
rreardon3d583062006-12-13 10:10:27 +00001862006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
187
188 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
189 * src/ptp.h: ditto.
190
Linus Walleijcd849362006-12-13 12:37:58 +00001912006-12-12 Daniel Williams <danielw@iinet.net.au>
Linus Walleij9e1b0812006-12-12 19:22:02 +0000192
193 * src/libmtp.h.in: revamped storage API.
194 * src/libmtp.c: dito.
195 * examples/detect.c: dito.
196
rreardon73d02c92006-12-12 16:45:30 +00001972006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +0000198
199 * src/libmtp.c: Send_Representative_Sample() updated to
200 set image height and width, or audio duration and size.
201
Linus Walleijd0f67702006-12-07 09:56:46 +00002022006-12-07 Linus Walleij <triad@df.lth.se>
203
Linus Walleija05b9802006-12-08 08:50:30 +0000204 * src/libmtp.h.in: support firmware object type. (Dangerous.)
205 * src/libmtp.c: dito.
206
2072006-12-07 Linus Walleij <triad@df.lth.se>
208
Linus Walleijd0f67702006-12-07 09:56:46 +0000209 * src/libmtp.c: default text folder detection (used in Samsung
210 Yepp T9) also add a few "My Foo" folder strings, remove the
211 "remaining directories" kludge.
212 * src/libmtp.h.in: default text folder.
213
Linus Walleijf1b02f22006-12-06 09:03:23 +00002142006-12-06 Linus Walleij <triad@df.lth.se>
215
216 * src/libmtp.h.in: extend the respresentative sample API a bit.
217 * src/libmtp.c: dito.
218 * examples/albumart.c: free memory after use.
219 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +0000220 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +0000221
Linus Walleijfdef4ae2006-12-05 16:15:51 +00002222006-12-04 Linus Walleij <triad@df.lth.se>
223
224 * src/ptp.c: enable split headers on sending object lists again.
225
2262006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +0000227
228 * src/libmtp.c: abstract Send_Representative_Sample() so
229 it can send samples for any format that supports it
230 * src/libmtp.h.in: same as above
231 * examples/albumart.c: altered to use new abstract function above
232 * example/thumb.c: sample program to upload thumbnails
233 * example/Makefile.am: add sample thumbnail program
234
Linus Walleijbdfaac22006-12-03 22:32:19 +00002352006-12-03 Linus Walleij <triad@df.lth.se>
236
237 * src/libmtp.c: check space on disk before sending
238 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +0000239 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
240 into LIBMTP_Send_Representative_Sample().
241 * src/libmtp.c: dito.
242 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +0000243
Linus Walleijfa3fbe32006-12-02 20:47:32 +00002442006-12-02 Marcus Meissner <meissner@suse.de>
245
246 * examples/Makefile.am: make sure symlinks really end
247 up in the correct dir.
248
Linus Walleij6eab3b32006-11-30 22:58:21 +00002492006-11-30 Linus Walleij <triad@df.lth.se>
250
251 * src/ptp.c: make Matthews patch thread-safe and fix it
252 so it will handle more than one surplus packet.
253 * src/ptp.h: dito.
254
Richard Lowab0d22d2006-11-30 22:17:49 +00002552006-11-30 Richard Low <richard@wentent.com>
256
257 * src/libmtp.c: memset PTPObjectInfo structs to 0
258
Linus Walleij4bf38dd2006-11-30 21:27:29 +00002592006-11-30 Matthew Wilcox <matthew@wil.cx>
260
261 * src/ptp.c: on some devices, surplus packet data is
262 sometimes returned during read, i.e. a header of the
263 next package is typically attacked to the incoming
264 data, as if someone was sending several packets at
265 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +0000266 * src/libusb-glue.c: revert my own mistakes by making
267 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000268
Linus Walleij9901e222006-11-30 12:28:19 +00002692006-11-30 Linus Walleij <triad@df.lth.se>
270
Linus Walleij2978f1a2006-11-30 14:00:26 +0000271 * configure.ac: this *is* gonna be libmtp 0.1.0!
272 * src/Makefile.am: age interface to 4-0-0 to indicate that
273 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +0000274 * src/libmtp.h.in: removed external object interface.
275 * src/libmtp.c: dito. Made all object manipulation functions
276 static.
277
Richard Lowc7d48d22006-11-29 18:24:55 +00002782006-11-29 Richard Low <richard@wentnet.com>
279
280 * src/libusb-glue.c: added new devices
281
Linus Walleij7beba572006-11-29 08:56:12 +00002822006-11-29 Linus Walleij <triad@df.lth.se>
283
284 * src/libusb-glue.c: remove some pointless #include <>
285 clutter, call usb_set_configuration() as needed by
286 Windows.
287 * src/libmtp.c: various fixups to enable use of Windows
288 <io.h> include file.
289 * README.windows.txt: added a quick porting guide for
290 MSVC by Farooq Zaman.
291
Linus Walleijcf42f452006-11-28 08:32:49 +00002922006-11-28 Linus Walleij <triad@df.lth.se>
293
294 * src/libmtp.h.in: removed filetype mapping API. We can handle
295 everything inside of libmtp now so no need for this.
296 * src/libmtp.c: dito.
297
Linus Walleij72e9c2b2006-11-28 08:14:00 +00002982006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000299
300 * examples/files.c: unsigned int sized printout.
301 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000302 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000303
Richard Low6c0a6ce2006-11-26 10:42:08 +00003042006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000305
Richard Low6c0a6ce2006-11-26 10:42:08 +0000306 * src/libmtp.c: object handles for proplists
307 * src/ptp-pack.c: ditto
308 * src/ptp.c: ditto
309 * src/ptp.h: ditto
310
Linus Walleijf73de152006-11-25 21:44:44 +00003112006-11-25 Marcus Meissner <marcus@jet.franken.de>
312
313 * examples/hotplug.c: adding HAL style XML output for
314 the devices.
315 * examples/Makefile.am: fixing a bug in the automake
316 file (pathutils.h missing!)
317 * Makefile.am: fix the problem with re-making sources
318 (you had to run ./autogen.sh before!)
319
Linus Walleijfe677ac2006-11-23 13:35:00 +00003202006-11-23 Linus Walleij <triad@df.lth.se>
321
322 * src/libusb-glue.h: add a new bug flag for devices that
323 have broken PTP_OC_MTP_GetObjPropList implementations.
324 * src/libusb-glue.c: state that all iRivers have this problem.
325 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
326 for these devices.
327
3282006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000329
330 * src/libmtp.c: set handle ids for new objects to 0 when
331 creating new albums and playlists.
332
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00003332006-11-21 Linus Walleij <triad@df.lth.se>
334
335 * src/libmtp.c: enabled enhanced mode for metadata retrieval
336 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000337 * src/libmtp.c: fixed the problem with sending files using
338 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000339
Linus Walleij277cd532006-11-20 14:57:46 +00003402006-11-20 Linus Walleij <triad@df.lth.se>
341
342 * src/ptp.h: sync to upstream libgphoto2
343 * src/ptp.c: dito.
344 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000345 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000346
3472006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000348
349 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
350 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000351 * examples/emptyfolders.c: new example program for pruning empty
352 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000353
Linus Walleij277cd532006-11-20 14:57:46 +00003542006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000355
rreardonbbb4e562006-11-19 22:16:11 +0000356 * src/libmtp.c: use enhanced MTP commands to create playlists and
357 send files
rreardon508705f2006-11-19 21:27:22 +0000358 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000359 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000360
Linus Walleijcd849362006-12-13 12:37:58 +00003612006-11-19 Daniel Williams <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000362
363 * src/libusb-glue.c: fix error on reconnect.
364
Linus Walleij277cd532006-11-20 14:57:46 +00003652006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000366
367 * src/ptp.c: tidy up ptp_usb_getdata
368
Linus Walleij277cd532006-11-20 14:57:46 +00003692006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000370
371 * src/libmtp.c: fixed parent handle for uploaded tracks
372
Linus Walleij277cd532006-11-20 14:57:46 +00003732006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000374
375 * src/libmtp.c: fixed up album art using enhanced commands.
376
Linus Walleij277cd532006-11-20 14:57:46 +00003772006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000378
379 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
380 * src/ptp.c: ditto
381 * src/ptp.h: ditto
382 * src/ptp-pack.c: ditto
383
Linus Walleij277cd532006-11-20 14:57:46 +00003842006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000385
Linus Walleijccf28ce2006-11-16 16:06:38 +0000386 * src/libmtp.c: use enhanced MTP commands to create albums and
387 add detection of the default album folder.
388 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000389
Linus Walleij277cd532006-11-20 14:57:46 +00003902006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000391
392 * src/ptp-pack.c: set string buffer to correct size.
393
Linus Walleij277cd532006-11-20 14:57:46 +00003942006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000395
396 * examples/tracks.c: really use undeprecated API entry.
397
Linus Walleij277cd532006-11-20 14:57:46 +00003982006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000399
400 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000401 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000402 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000403 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000404 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000405 * examples/connect.c: ditto.
406 * examples/detect.c: ditto.
407 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000408 * src/ptp.c: working on getting object prop lists.
409 * src/ptp.h: dito.
410
Linus Walleij277cd532006-11-20 14:57:46 +00004112006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000412
413 * src/libusb-glue.c: added Zen Vision W to devices
414
Linus Walleij277cd532006-11-20 14:57:46 +00004152006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000416
417 * src/libmtp.c: added checks for supported properties
418
Linus Walleij277cd532006-11-20 14:57:46 +00004192006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000420
421 * src/libmtp.c: added a check for NULL filenames in
422 LIBMTP_Get_Folder_List.
423
Linus Walleij99310d42006-11-01 08:29:39 +00004242006-11-01 Linus Walleij <triad@df.lth.se>
425
426 * src/libmtp.h.in: set/get uint8 to/from objects
427 * src/libmtp.c: send object property list.
428 * src/ptp.c: dito.
429 * src/ptp.h: dito.
430 * src/ptp-pack.c: dito.
431
mopoke90be30e2006-10-30 08:47:41 +00004322006-10-29 Andy Kelk <andy@mopoke.co.uk>
433
434 * examples/albumart.c: simple tool for adding album art.
435 * src/libmtp.c: graceful handling of players not supporting
436 abstract album objects.
437
Linus Walleij0c33ec02006-10-27 10:15:40 +00004382006-10-27 Linus Walleij <triad@df.lth.se>
439
440 * src/Makefile.am: bump library interface to reflect the new
441 album methods.
442 * configure.ac: bump to 0.0.22 for the next release.
443
4442006-10-27 Andy Kelk <andy@mopoke.co.uk>
445
446 * src/libmtp.c: add support form abstract audio/video albums.
447 * src/libmtp.h.in: dito.
448
Linus Walleij7347d0f2006-10-23 07:23:39 +00004492006-10-23 Linus Walleij <triad@df.lth.se>
450
451 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
452 * src/ptp.c: sync to upstream.
453 * src/ptp.h: dito.
454 * src/ptp-pack.c: dito.
455
Linus Walleij9efe75f2006-10-20 09:09:45 +00004562006-10-20 Linus Walleij <triad@df.lth.se>
457
458 * Release 0.0.21 to get all the new device support out.
459
Linus Walleij501ba4d2006-10-16 06:17:04 +00004602006-10-16 Linus Walleij <triad@df.lth.se>
461
462 * configure.ac: bump to 0.0.21.
463 * src/libusb-glue.c: add code to unload a kernel driver for
464 the primary interface if it is already in use under Linux.
465 * src/libusb-glue.h: add a device flag to make this possible.
466
Linus Walleij37253292006-10-11 08:38:14 +00004672006-10-11 Linus Walleij <triad@df.lth.se>
468
469 * examples/delfile.c: patch from Chris Debenham
470 straingtening out the command-line interface a bit
471 more.
472
Linus Walleij43ff8fc2006-10-10 11:16:53 +00004732006-10-10 Linus Walleij <triad@df.lth.se>
474
Linus Walleij37253292006-10-11 08:38:14 +0000475 * examples/delfile.c: patch from Chris Debenham to make
476 this command take an optional filename as parameter
477 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000478
Linus Walleij955e6ba2006-09-26 16:55:10 +00004792006-09-26 Linus Walleij <triad@df.lth.se>
480
481 * libmtp.pc.in: require libusb instead of just linking it.
482 * configure.ac: bump release to 0.0.20 and release.
483
Linus Walleijb1318d12006-09-25 14:59:26 +00004842006-09-25 Linus Walleij <triad@df.lth.se>
485
486 * examples/evolution-sync.sh: example script to illustrate
487 to to transfer calendar, task and contact information
488 to a device supporting this.
489
Linus Walleij4ef39e62006-09-19 14:11:52 +00004902006-09-19 Linus Walleij <triad@df.lth.se>
491
492 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
493 * src/libmtp.c: dito.
494 * examples/sendfile.c: support vcard3.
495
Linus Walleijf248fdd2006-09-16 20:11:40 +00004962006-09-16 Linus Walleij <triad@df.lth.se>
497
498 * configure.ac: bump to 0.0.19 and release. There are some
499 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000500 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000501
Linus Walleijb8bfcb22006-09-13 12:14:28 +00005022006-09-13 Linus Walleij <triad@df.lth.se>
503
504 * examples/format.c: formatting test program.
505 * examples.Makefile.am: added format.
506
Linus Walleij13374a42006-09-13 11:55:30 +00005072006-09-13 Andy Kelk <andy@mopoke.co.uk>
508
509 * src/libmtp.h.in: added interface to format storage.
510 * src/libmtp.c: dito.
511 * src/ptp.c: dito.
512 * src/ptp.h: dito.
513
Linus Walleijd31e6192006-09-12 07:55:27 +00005142006-09-12 Linus Walleij <triad@df.lth.se>
515
516 * configure.ac: bump release. Released 0.0.18 yesterday.
517 * src/libmtp.c: do not try to read battery max level unless
518 the device supports it. (Bug occurred on Toshiba Gigabeat
519 P10.)
520
Linus Walleijd5d51c82006-09-11 06:57:50 +00005212006-09-11 Linus Walleij <triad@df.lth.se>
522
523 * src/libusb-glue.c: messed around a bit with device descriptor
524 detection so as to bring closer to libgphoto2 detection algorithm.
525 I've seen things that might be false positives, possibly USB mass
526 storage devices with additional MSFT descriptors to indicate they
527 have Janus DRM.
528 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
529 knows that UCS-2 is in machine endianness but Darwin and *BSD does
530 not. Detect C library and switch accordingly.
531 * src/unicode.c: retire old unicode code only keep things we cannot
532 live without. Remove the own internal UCS-2 conversion engine and
533 the internal iconv() engine and use the one already available in
534 PTPParams.
535 * src/unicode.h: dito.
536
Linus Walleij0558ac52006-09-07 06:55:03 +00005372006-09-07 Linus Walleij <triad@df.lth.se>
538
539 * src/libusb-glue.h: added device flags so we can make
540 the code behave differently on certain devices.
541 * src/libusb-glue.c: dito, plus removed some debug prints.
542 * src/libmtp.c: docs.
543 * src/libmtp.h.in: added device_flags to device list struct.
544 * src/Makefile.am: bumped to compatible library interface.
545 * configure.ac: bump version to 0.0.18 (0.0.17 released
546 yesterday).
547
Richard Low6ec2cc12006-09-06 16:59:16 +00005482006-09-06 Richard Low <richard@wentnet.com>
549
550 * src/libusb-glue.c: changed packet sizes to improve
551 transfer speeds.
552 * src/libmtp.c: changed packet sizes to improve transfer
553 transfer speeds. Also stopped extra ptp_getobjectinfo
554 calls when getting directories on connect.
555
Linus Walleij7f0c72e2006-09-06 13:01:58 +00005562006-09-06 Linus Walleij <triad@df.lth.se>
557
558 * src/libusb-glue.c: fixed some endpoint size detection
559 and sending special file sizes stuff. Real hairy bug...
560 Also messed around a bit with the callbacks.
561 * src/libmtp.c: changes for callback size detection.
562
Linus Walleija9310fa2006-09-04 06:47:42 +00005632006-09-04 Linus Walleij <triad@df.lth.se>
564
565 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
566 instead of magic values.
567
Linus Walleijd7aa5b22006-09-02 11:52:31 +00005682006-09-02 Linus Walleij <triad@df.lth.se>
569
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000570 * src/libmtp.c: add some code to have
571 LIBMTP_Send_File_From_File_Descriptor() accept a stream
572 if size is set to (uint64_t) -1, plus documentation fixes.
573 I don't think the streaming code will work but whoever want
574 to experiment with it has a place to start.
575 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000576
Linus Walleijda9500d2006-08-30 13:17:06 +00005772006-08-30 Linus Walleij <triad@df.lth.se>
578
579 * configure.ac: version bump.
580 * src/libmtp.c: more debug prints.
581 * src/libusb-glue.c: new iRiver device called Clix. By
582 the way I released libmtp 0.0.16 yesterday.
583
Linus Walleija823a702006-08-27 21:27:46 +00005842006-08-28 Linus Walleij <triad@df.lth.se>
585
586 * configure.ac: version bump.
587 * src/ptp-pack.c: upstream has committed my patch giving full
588 unicode support in libgphoto2 ptp2 camlib. No need for
589 any more ugly workarounds, plus we now have full unicode
590 filenames!
591 * src/ptp.c: dito.
592 * src/ptp.h: dito.
593 * src/libmtp.c: revamp to use the new unicode support in
594 libgphoto2.
595 * src/unicode.c: remove unused functionality.
596 * src/unicode.h: dito.
597
Linus Walleijee73ef22006-08-27 19:56:00 +00005982006-08-27 Linus Walleij <triad@df.lth.se>
599
600 * configure.ac: version bump. Release all these fixes
601 as 0.0.15.
602 * src/libusb-glue.c: fixed sucky errors. Added callback
603 code when reading files.
604 * src/libusb-glue.h: const correctness.
605 * src/libmtp.h.in: finally fixup the type on the callbacks.
606 * src/libmtp.c: more accurate sending callbacks. Callbacks
607 when getting files also, working correctly. Typeing of
608 callbacks now OK.
609 * examples/getfile.c: some display bar cosmetic fixup.
610 * TODO: lots of the things todo are now done.
611
Linus Walleijd214b9b2006-08-26 22:08:37 +00006122006-08-26 Linus Walleij <triad@df.lth.se>
613
614 * configure.ac: version bump.
615 * src/libmtp.c: fix bug and reinstate callbacks.
616 * src/libusb-glue.h: dito.
617 * src/libusb-glue.c: dito.
618
Linus Walleije7f44be2006-08-25 19:32:29 +00006192006-08-25 Linus Walleij <triad@df.lth.se>
620
621 * src/libmtp.c: use the new file descriptor sender function.
622 Going to release this as 0.0.13.
623 * src/ptp.c: upstream accepted patches synced in.
624 * src/ptp.h: dito.
625
Linus Walleijeab650b2006-08-21 23:26:37 +00006262006-08-22 Linus Walleij <triad@df.lth.se>
627
Linus Walleij80d134a2006-08-22 21:41:37 +0000628 * src/libusb-glue.c: found a real nasty endpoint bug,
629 code from libgphoto2 was assuming max packet size of
630 512 bytes while it is 64 when a USB 2.0 device is
631 plugged into an UHCI hub.
632
6332006-08-22 Linus Walleij <triad@df.lth.se>
634
Linus Walleijeab650b2006-08-21 23:26:37 +0000635 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
636
Linus Walleij924236a2006-08-20 22:17:58 +00006372006-08-21 Linus Walleij <triad@df.lth.se>
638
639 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000640 as result of experiments by Gavin McCullagh. Upstream
641 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000642 Move iconv() converters into device struct for thread
643 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000644 * src/ptp.c: sync to upstream which merges patch to get
645 file directly to file descriptor.
646 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000647 * src/unicode.c: move iconv() converters into the device
648 struct for thread safety.
649 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000650
Linus Walleij30658792006-08-19 22:18:55 +00006512006-08-20 Linus Walleij <triad@df.lth.se>
652
653 * src/libmtp.h.in: set friendly name and sync partner,
654 rename ownername to friendlyname.
655 * src/libmtp.c: dito.
656 * examples/detect.c: reflect changes.
657 * src/Makefile.am: interface is incompatible so age it.
658
Linus Walleijfae27482006-08-19 20:13:25 +00006592006-08-19 Linus Walleij <triad@df.lth.se>
660
661 * src/libmtp.h.in: add function to get syncronization
662 partner for the device.
663 * src/libmtp.c: dito.
664 * examples/detect.c: use that function.
665 * src/Makefile.am: backward-compatible interface bump.
666
Linus Walleij16571dc2006-08-17 20:27:46 +00006672006-08-17 Linus Walleij <triad@df.lth.se>
668
669 * configure.ac: bump to 0.0.12 and require iconv.h.
670
6712006-08-16 Linus Walleij <triad@df.lth.se>
672
673 * src/unicode.c: remove bigendian weirdness and switch
674 to using iconv() instead.
675 * src/unicode.h: dito.
676 * src/libmtp.c: reflect changes.
677
Linus Walleij3e188f12006-08-09 20:46:05 +00006782006-08-09 Linus Walleij <triad@df.lth.se>
679
680 * Release libmtp 0.0.11.
681
Linus Walleij2eb884b2006-08-04 19:17:36 +00006822006-08-04 Linus Walleij <triad@df.lth.se>
683
684 * src/libmtp.c: patch from Dan Aloni to make sendfile
685 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000686 * src/libusb-glue.c: patch from Andy Kelk to avoid
687 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000688 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000689
Linus Walleijaa4b0752006-07-26 22:21:04 +00006902006-07-27 Linus Walleij <triad@df.lth.se>
691
692 * Release libmtp 0.0.10.
693
Linus Walleij17b55ea2006-07-26 13:54:00 +00006942006-07-26 Linus Walleij <triad@df.lth.se>
695
696 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000697 * src/libmtp.c: only set metdata properties supported by
698 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000699 * src/ptp.c: sync to upstream.
700 * src/ptp.h: sync to upstream.
701 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000702
Linus Walleijc187cb92006-06-22 17:58:13 +00007032006-06-22 Linus Walleij <triad@df.lth.se>
704
705 * Release libmtp 0.0.9.
706
Linus Walleij8ab54262006-06-21 07:12:28 +00007072006-06-21 Linus Walleij <triad@df.lth.se>
708
709 * src/libmtp.h.in: added function to retrieve supported
710 filetypes.
711 * src/libmtp.c: ditto.
712 * examples/detect.c: use that function.
713
Linus Walleijcf223e62006-06-19 09:31:53 +00007142006-06-19 Linus Walleij <triad@df.lth.se>
715
716 * src/unicode.c: support all endianness, detect
717 byte-order-mark
718 * src/unicode.h: ditto.
719 * src/libmtp.c: ditto.
720 * examples/detect.c: use proper tempfile function.
721 * src/libmtp.h.in: add some more track properties.
722 * src/libmtp.c: ditto.
723 * examples/tracks.c: ditto.
724
Linus Walleij2e4b5f92006-06-16 14:00:49 +00007252006-06-16 Linus Walleij <triad@df.lth.se>
726
727 * src/libmtp.h.in: new interfaces for single metadata post
728 retrieveal.
729 * src/libmtp.c: ditto.
730 * examples/playlists.c: display track info using the new
731 individual track metadata retrieveal method.
732 * examples/getplaylist.c: ditto.
733
Linus Walleij05ccbe72006-06-13 07:46:58 +00007342006-06-13 Linus Walleij <triad@df.lth.se>
735
736 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000737 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000738 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000739 we can find them. Retrieve device secure time and cert
740 out of sheer curiosity.
741 * src/ptp.c: sync to libgphoto2 with my patches.
742 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000743
Linus Walleij438bd7f2006-06-08 11:35:44 +00007442006-06-07 Linus Walleij <triad@df.lth.se>
745
746 * src/libmtp.h.in: new playlist API and refactorings.
747 * src/libmtp.c: ditto, and refactorings.
748 * src/unicode.h: const correctness.
749 * src/unicode.c: ditto.
750 * examples/playlists.c: new example program.
751 * configure.ac: bump to 0.0.9
752 * src/Makefile.am: bump library interface.
753
Linus Walleij52e3ac52006-06-05 10:30:00 +00007542006-06-05 Linus Walleij <triad@df.lth.se>
755
756 * examples/sendtr.c: fixed annoying bug that made this
757 program totally useless.
758 * src/libmtp.c: cosmetics.
759 * configure.ac: bump to 0.0.8.
760
Linus Walleij345a3372006-06-03 20:55:25 +00007612006-06-03 Linus Walleij <triad@df.lth.se>
762
763 * src/libmtp.c: metadata bugs, album name and genre
764 confused. Fixe it and released libmtp 0.0.7.
765
Linus Walleijdc09dc02006-06-01 14:23:41 +00007662006-06-01 Linus Walleij <triad@df.lth.se>
767
768 * Released libmtp 0.0.6.
769
Linus Walleij549ec4d2006-05-31 19:59:52 +00007702006-05-31 Linus Walleij <triad@df.lth.se>
771
772 * src/libmtp.c: fixed mapping for JPEG vs JFIF
773 * src/libmtp.h.in: added proper type for JPEG
774 * examples/sendfile.c: send proper JPEG type
775
Linus Walleijd3fdd972006-05-30 15:51:37 +00007762006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
777
778 * src/libmtp.c: fixed a bug in update metadata due to
779 bad use of return code.
780 * src/libusb-glue.c: fixed a loop exiting problem with
781 good 'ol GOTO.
782
Linus Walleij9b1fcd92006-05-29 08:35:29 +00007832006-05-29 Linus Walleij <triad@df.lth.se>
784
785 * src/libusb-glue.c: one more device.
786 * doc/examples.h: produce correct documentation.
787 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000788 * src/ptp.c: sync to libgphoto2.
789 * src/ptp.h: ditto.
790 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000791 * src/libmtp.c: fixed all filetype API related functions
792 not to use any PTP intrinsic defines at all, made all
793 parameters to functions use the internal libmtp interface
794 enumerations and definitions. Removed LIBMTP_Release():
795 we can live with the memory lost during init. You're not
796 supposed to re-initialize the device. Consequently removed
797 the delete function that cleaned the filetype assoc list.
798 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000799
ravelox088180b2006-05-26 23:55:40 +00008002006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
801
802 * src/libmtp.c: refactored object handling to be more generic
803 * src/libmtp.h.in: ditto
804 * examples/refactortest.c: Added simple example to use refactoring
805 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000806 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
807 for playlist handling
808 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000809
Linus Walleij1fd2d272006-05-08 09:22:01 +00008102006-05-08 Linus Walleij <triad@df.lth.se>
811
812 * src/libmtp.h.in: add simple detection function.
813 * src/libusb-glue.c: implement MTP "OS descriptor" for
814 looking for MTP devices.
815 * examples/detect.c: make it possible to do very
816 rudimentary detection with "detect -p".
817 * configure.ac: bump to 0.0.5.
818
Linus Walleij685137f2006-05-07 18:09:02 +00008192006-05-07 Linus Walleij <triad@df.lth.se>
820
821 * COPYING: since we no longer use any parts of libptp2
822 and only files from libgphoto2, we switch to the GNU
823 Lesser General Public License (GNU LGPL). libptp2 is
824 a derived work from libgphoto2, and so is libmtp, there
825 are no remnants of libptp2 in libmtp anymore.
826
Linus Walleij16c51f02006-05-04 13:20:22 +00008272006-05-04 Linus Walleij <triad@df.lth.se>
828
829 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000830 * src/libmtp.c: respectfully rearranged to use a filetype mapping
831 table.
832 * src/ptp-pack.c: real nasty unicode packing bug.
833 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000834
Linus Walleijd6a49972006-05-02 08:24:54 +00008352006-05-02 Linus Walleij <triad@df.lth.se>
836
837 * src/libmtp.c: general shaping up for release. All track
838 and file sending functions now respects a parent ID to be
839 sent along with files and tracks.
840 * src/libmtp.h.in: dito.
841 * src/libusb-glue.c: dito.
842 * examples/sendfile.c: interface dependency changes.
843 * examples/sendtr.c: dito.
844
Linus Walleijc60275a2006-04-30 10:58:11 +00008452006-04-30 Linus Walleij <triad@df.lth.se>
846
847 * src/ptp.c: sync upstream.
848 * src/ptp.h: dito.
849
Linus Walleij370c68d2006-04-27 14:19:01 +00008502006-04-27 Linus Walleij <triad@df.lth.se>
851
852 * examples/sendfile.c: first file sender program based
853 on API implementation and changes by Chris Allegretta.
854 * examples/Makefile.am: new program, new entry.
855 * src/libmtp.c: reflect this new functionality.
856 * src/libmtp.h.in: dito.
857
Linus Walleijb02a0662006-04-25 08:05:09 +00008582006-04-25 Linus Walleij <triad@df.lth.se>
859
860 * Rebased the sources around libgphoto2 instead.
861 This was a major revision...
862 * src/ptp.c: imported libgphoto2 version verbatim.
863 * src/ptp.h: imported libgphoto2 version, minor patch.
864 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000865 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000866 * src/mtp.c: dropped, since all functions are now in ptp.c
867 * src/mtp-pack.c: dropped, same reason.
868 * src/mtp.h: dropped, same reason.
869 * src/mtp-pack.h: dropped, same reason.
870
Linus Walleije5f3ad42006-04-21 07:44:36 +00008712006-04-21 Linus Walleij <triad@df.lth.se>
872
Linus Walleij902c0b92006-04-21 10:52:48 +0000873 * Released libmtp 0.0.3
874 * Bumped source to 0.0.4
875
8762006-04-21 Linus Walleij <triad@df.lth.se>
877
Linus Walleije5f3ad42006-04-21 07:44:36 +0000878 * src/ptp-pack.c: GCC 4.x compilation patch from
879 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000880 * src/libusb-glue.c: New Samsung device and some
881 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000882 * src/ptp.h: some defines from libgphoto2 to get
883 a bit more compatible.
884 * src/libmtp.c: Added a folder API implementation by
885 Dave "ravelox" Kelly.
886 * src/libmtp.h.in: dito.
887 * examples/folders.c: dito.
888 * examples/newfolder.c: dito.
889 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000890
Linus Walleij6fd2f082006-03-28 07:19:22 +00008912006-03-28 Linus Walleij <triad@df.lth.se>
892
893 * m4/*: updated macros to work with GCC 4.1.0.
894 * examples/hotplug.c: new program to create device
895 ID lists.
896 * libmtp.rules: now an auto-generated file.
897 * libmtp.usermap: now an auto-generated file.
898
Linus Walleijf6bc1782006-03-24 15:12:47 +00008992006-03-24 Linus Walleij <triad@df.lth.se>
900
901 * Beginning a file API, fixed some example program
902 names and such.
903
Linus Walleij6946ac52006-03-21 06:51:22 +00009042006-03-18 Linus Walleij <triad@df.lth.se>
905
906 * Fixed up callback interface to a simpler version,
907 the old one was bloated stuff from libnjb anyway.
908 Bump to 0.0.2.
909
Linus Walleij9b28da32006-03-16 13:47:58 +00009102006-03-16 Linus Walleij <triad@df.lth.se>
911
912 * Fixed the .h file and implementation so you really only
913 need this one .h file to interface the library.
914
Linus Walleij80124062006-03-15 10:26:09 +00009152006-03-15 Linus Walleij <triad@df.lth.se>
916
917 * Added three device information retrieval functions.
918
Linus Walleij15e344f2006-03-06 15:15:00 +00009192006-03-06 Linus Walleij <triad@df.lth.se>
920
921 * Moving some things around to structure the source. More
922 will be needed...
923
Linus Walleij93218602006-02-27 08:53:38 +00009242006-02-27 Linus Walleij <triad@df.lth.se>
925
926 * Release libmtp 0.0.1 so people have something to play with,
927 what the heck. Probably saves someones day.
928
Linus Walleij95698cd2006-02-24 10:40:40 +00009292006-02-24 Linus Walleij <triad@df.lth.se>
930
931 * Deltr example program to delete tracks, plus corresponding
932 interface call.
933
Linus Walleij17e39f72006-02-23 15:54:28 +00009342006-02-23 Linus Walleij <triad@df.lth.se>
935
936 * Fixed up sendtr program and metadata tagging function that is
937 used after sending files.
938
Linus Walleij394bbbe2006-02-22 16:10:53 +00009392006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000940
Linus Walleij394bbbe2006-02-22 16:10:53 +0000941 * Untested gettr.c and sendtr.c programs to get and send tracks
942 created.
943
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00009442006-01-30 Linus Walleij <triad@df.lth.se>
945
946 * Created the initial GNU source directory structure.
947 * Added the most basic files.