blob: 8329fad75dd95cd1adaa1e346d4629dd04ed8537 [file] [log] [blame]
mopoke90be30e2006-10-30 08:47:41 +000012006-10-29 Andy Kelk <andy@mopoke.co.uk>
2
3 * examples/albumart.c: simple tool for adding album art.
4 * src/libmtp.c: graceful handling of players not supporting
5 abstract album objects.
6
Linus Walleij0c33ec02006-10-27 10:15:40 +000072006-10-27 Linus Walleij <triad@df.lth.se>
8
9 * src/Makefile.am: bump library interface to reflect the new
10 album methods.
11 * configure.ac: bump to 0.0.22 for the next release.
12
132006-10-27 Andy Kelk <andy@mopoke.co.uk>
14
15 * src/libmtp.c: add support form abstract audio/video albums.
16 * src/libmtp.h.in: dito.
17
Linus Walleij7347d0f2006-10-23 07:23:39 +0000182006-10-23 Linus Walleij <triad@df.lth.se>
19
20 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
21 * src/ptp.c: sync to upstream.
22 * src/ptp.h: dito.
23 * src/ptp-pack.c: dito.
24
Linus Walleij9efe75f2006-10-20 09:09:45 +0000252006-10-20 Linus Walleij <triad@df.lth.se>
26
27 * Release 0.0.21 to get all the new device support out.
28
Linus Walleij501ba4d2006-10-16 06:17:04 +0000292006-10-16 Linus Walleij <triad@df.lth.se>
30
31 * configure.ac: bump to 0.0.21.
32 * src/libusb-glue.c: add code to unload a kernel driver for
33 the primary interface if it is already in use under Linux.
34 * src/libusb-glue.h: add a device flag to make this possible.
35
Linus Walleij37253292006-10-11 08:38:14 +0000362006-10-11 Linus Walleij <triad@df.lth.se>
37
38 * examples/delfile.c: patch from Chris Debenham
39 straingtening out the command-line interface a bit
40 more.
41
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000422006-10-10 Linus Walleij <triad@df.lth.se>
43
Linus Walleij37253292006-10-11 08:38:14 +000044 * examples/delfile.c: patch from Chris Debenham to make
45 this command take an optional filename as parameter
46 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +000047
Linus Walleij955e6ba2006-09-26 16:55:10 +0000482006-09-26 Linus Walleij <triad@df.lth.se>
49
50 * libmtp.pc.in: require libusb instead of just linking it.
51 * configure.ac: bump release to 0.0.20 and release.
52
Linus Walleijb1318d12006-09-25 14:59:26 +0000532006-09-25 Linus Walleij <triad@df.lth.se>
54
55 * examples/evolution-sync.sh: example script to illustrate
56 to to transfer calendar, task and contact information
57 to a device supporting this.
58
Linus Walleij4ef39e62006-09-19 14:11:52 +0000592006-09-19 Linus Walleij <triad@df.lth.se>
60
61 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
62 * src/libmtp.c: dito.
63 * examples/sendfile.c: support vcard3.
64
Linus Walleijf248fdd2006-09-16 20:11:40 +0000652006-09-16 Linus Walleij <triad@df.lth.se>
66
67 * configure.ac: bump to 0.0.19 and release. There are some
68 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +000069 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +000070
Linus Walleijb8bfcb22006-09-13 12:14:28 +0000712006-09-13 Linus Walleij <triad@df.lth.se>
72
73 * examples/format.c: formatting test program.
74 * examples.Makefile.am: added format.
75
Linus Walleij13374a42006-09-13 11:55:30 +0000762006-09-13 Andy Kelk <andy@mopoke.co.uk>
77
78 * src/libmtp.h.in: added interface to format storage.
79 * src/libmtp.c: dito.
80 * src/ptp.c: dito.
81 * src/ptp.h: dito.
82
Linus Walleijd31e6192006-09-12 07:55:27 +0000832006-09-12 Linus Walleij <triad@df.lth.se>
84
85 * configure.ac: bump release. Released 0.0.18 yesterday.
86 * src/libmtp.c: do not try to read battery max level unless
87 the device supports it. (Bug occurred on Toshiba Gigabeat
88 P10.)
89
Linus Walleijd5d51c82006-09-11 06:57:50 +0000902006-09-11 Linus Walleij <triad@df.lth.se>
91
92 * src/libusb-glue.c: messed around a bit with device descriptor
93 detection so as to bring closer to libgphoto2 detection algorithm.
94 I've seen things that might be false positives, possibly USB mass
95 storage devices with additional MSFT descriptors to indicate they
96 have Janus DRM.
97 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
98 knows that UCS-2 is in machine endianness but Darwin and *BSD does
99 not. Detect C library and switch accordingly.
100 * src/unicode.c: retire old unicode code only keep things we cannot
101 live without. Remove the own internal UCS-2 conversion engine and
102 the internal iconv() engine and use the one already available in
103 PTPParams.
104 * src/unicode.h: dito.
105
Linus Walleij0558ac52006-09-07 06:55:03 +00001062006-09-07 Linus Walleij <triad@df.lth.se>
107
108 * src/libusb-glue.h: added device flags so we can make
109 the code behave differently on certain devices.
110 * src/libusb-glue.c: dito, plus removed some debug prints.
111 * src/libmtp.c: docs.
112 * src/libmtp.h.in: added device_flags to device list struct.
113 * src/Makefile.am: bumped to compatible library interface.
114 * configure.ac: bump version to 0.0.18 (0.0.17 released
115 yesterday).
116
Richard Low6ec2cc12006-09-06 16:59:16 +00001172006-09-06 Richard Low <richard@wentnet.com>
118
119 * src/libusb-glue.c: changed packet sizes to improve
120 transfer speeds.
121 * src/libmtp.c: changed packet sizes to improve transfer
122 transfer speeds. Also stopped extra ptp_getobjectinfo
123 calls when getting directories on connect.
124
Linus Walleij7f0c72e2006-09-06 13:01:58 +00001252006-09-06 Linus Walleij <triad@df.lth.se>
126
127 * src/libusb-glue.c: fixed some endpoint size detection
128 and sending special file sizes stuff. Real hairy bug...
129 Also messed around a bit with the callbacks.
130 * src/libmtp.c: changes for callback size detection.
131
Linus Walleija9310fa2006-09-04 06:47:42 +00001322006-09-04 Linus Walleij <triad@df.lth.se>
133
134 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
135 instead of magic values.
136
Linus Walleijd7aa5b22006-09-02 11:52:31 +00001372006-09-02 Linus Walleij <triad@df.lth.se>
138
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000139 * src/libmtp.c: add some code to have
140 LIBMTP_Send_File_From_File_Descriptor() accept a stream
141 if size is set to (uint64_t) -1, plus documentation fixes.
142 I don't think the streaming code will work but whoever want
143 to experiment with it has a place to start.
144 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000145
Linus Walleijda9500d2006-08-30 13:17:06 +00001462006-08-30 Linus Walleij <triad@df.lth.se>
147
148 * configure.ac: version bump.
149 * src/libmtp.c: more debug prints.
150 * src/libusb-glue.c: new iRiver device called Clix. By
151 the way I released libmtp 0.0.16 yesterday.
152
Linus Walleija823a702006-08-27 21:27:46 +00001532006-08-28 Linus Walleij <triad@df.lth.se>
154
155 * configure.ac: version bump.
156 * src/ptp-pack.c: upstream has committed my patch giving full
157 unicode support in libgphoto2 ptp2 camlib. No need for
158 any more ugly workarounds, plus we now have full unicode
159 filenames!
160 * src/ptp.c: dito.
161 * src/ptp.h: dito.
162 * src/libmtp.c: revamp to use the new unicode support in
163 libgphoto2.
164 * src/unicode.c: remove unused functionality.
165 * src/unicode.h: dito.
166
Linus Walleijee73ef22006-08-27 19:56:00 +00001672006-08-27 Linus Walleij <triad@df.lth.se>
168
169 * configure.ac: version bump. Release all these fixes
170 as 0.0.15.
171 * src/libusb-glue.c: fixed sucky errors. Added callback
172 code when reading files.
173 * src/libusb-glue.h: const correctness.
174 * src/libmtp.h.in: finally fixup the type on the callbacks.
175 * src/libmtp.c: more accurate sending callbacks. Callbacks
176 when getting files also, working correctly. Typeing of
177 callbacks now OK.
178 * examples/getfile.c: some display bar cosmetic fixup.
179 * TODO: lots of the things todo are now done.
180
Linus Walleijd214b9b2006-08-26 22:08:37 +00001812006-08-26 Linus Walleij <triad@df.lth.se>
182
183 * configure.ac: version bump.
184 * src/libmtp.c: fix bug and reinstate callbacks.
185 * src/libusb-glue.h: dito.
186 * src/libusb-glue.c: dito.
187
Linus Walleije7f44be2006-08-25 19:32:29 +00001882006-08-25 Linus Walleij <triad@df.lth.se>
189
190 * src/libmtp.c: use the new file descriptor sender function.
191 Going to release this as 0.0.13.
192 * src/ptp.c: upstream accepted patches synced in.
193 * src/ptp.h: dito.
194
Linus Walleijeab650b2006-08-21 23:26:37 +00001952006-08-22 Linus Walleij <triad@df.lth.se>
196
Linus Walleij80d134a2006-08-22 21:41:37 +0000197 * src/libusb-glue.c: found a real nasty endpoint bug,
198 code from libgphoto2 was assuming max packet size of
199 512 bytes while it is 64 when a USB 2.0 device is
200 plugged into an UHCI hub.
201
2022006-08-22 Linus Walleij <triad@df.lth.se>
203
Linus Walleijeab650b2006-08-21 23:26:37 +0000204 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
205
Linus Walleij924236a2006-08-20 22:17:58 +00002062006-08-21 Linus Walleij <triad@df.lth.se>
207
208 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000209 as result of experiments by Gavin McCullagh. Upstream
210 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000211 Move iconv() converters into device struct for thread
212 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000213 * src/ptp.c: sync to upstream which merges patch to get
214 file directly to file descriptor.
215 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000216 * src/unicode.c: move iconv() converters into the device
217 struct for thread safety.
218 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000219
Linus Walleij30658792006-08-19 22:18:55 +00002202006-08-20 Linus Walleij <triad@df.lth.se>
221
222 * src/libmtp.h.in: set friendly name and sync partner,
223 rename ownername to friendlyname.
224 * src/libmtp.c: dito.
225 * examples/detect.c: reflect changes.
226 * src/Makefile.am: interface is incompatible so age it.
227
Linus Walleijfae27482006-08-19 20:13:25 +00002282006-08-19 Linus Walleij <triad@df.lth.se>
229
230 * src/libmtp.h.in: add function to get syncronization
231 partner for the device.
232 * src/libmtp.c: dito.
233 * examples/detect.c: use that function.
234 * src/Makefile.am: backward-compatible interface bump.
235
Linus Walleij16571dc2006-08-17 20:27:46 +00002362006-08-17 Linus Walleij <triad@df.lth.se>
237
238 * configure.ac: bump to 0.0.12 and require iconv.h.
239
2402006-08-16 Linus Walleij <triad@df.lth.se>
241
242 * src/unicode.c: remove bigendian weirdness and switch
243 to using iconv() instead.
244 * src/unicode.h: dito.
245 * src/libmtp.c: reflect changes.
246
Linus Walleij3e188f12006-08-09 20:46:05 +00002472006-08-09 Linus Walleij <triad@df.lth.se>
248
249 * Release libmtp 0.0.11.
250
Linus Walleij2eb884b2006-08-04 19:17:36 +00002512006-08-04 Linus Walleij <triad@df.lth.se>
252
253 * src/libmtp.c: patch from Dan Aloni to make sendfile
254 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000255 * src/libusb-glue.c: patch from Andy Kelk to avoid
256 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000257 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000258
Linus Walleijaa4b0752006-07-26 22:21:04 +00002592006-07-27 Linus Walleij <triad@df.lth.se>
260
261 * Release libmtp 0.0.10.
262
Linus Walleij17b55ea2006-07-26 13:54:00 +00002632006-07-26 Linus Walleij <triad@df.lth.se>
264
265 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000266 * src/libmtp.c: only set metdata properties supported by
267 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000268 * src/ptp.c: sync to upstream.
269 * src/ptp.h: sync to upstream.
270 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000271
Linus Walleijc187cb92006-06-22 17:58:13 +00002722006-06-22 Linus Walleij <triad@df.lth.se>
273
274 * Release libmtp 0.0.9.
275
Linus Walleij8ab54262006-06-21 07:12:28 +00002762006-06-21 Linus Walleij <triad@df.lth.se>
277
278 * src/libmtp.h.in: added function to retrieve supported
279 filetypes.
280 * src/libmtp.c: ditto.
281 * examples/detect.c: use that function.
282
Linus Walleijcf223e62006-06-19 09:31:53 +00002832006-06-19 Linus Walleij <triad@df.lth.se>
284
285 * src/unicode.c: support all endianness, detect
286 byte-order-mark
287 * src/unicode.h: ditto.
288 * src/libmtp.c: ditto.
289 * examples/detect.c: use proper tempfile function.
290 * src/libmtp.h.in: add some more track properties.
291 * src/libmtp.c: ditto.
292 * examples/tracks.c: ditto.
293
Linus Walleij2e4b5f92006-06-16 14:00:49 +00002942006-06-16 Linus Walleij <triad@df.lth.se>
295
296 * src/libmtp.h.in: new interfaces for single metadata post
297 retrieveal.
298 * src/libmtp.c: ditto.
299 * examples/playlists.c: display track info using the new
300 individual track metadata retrieveal method.
301 * examples/getplaylist.c: ditto.
302
Linus Walleij05ccbe72006-06-13 07:46:58 +00003032006-06-13 Linus Walleij <triad@df.lth.se>
304
305 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000306 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000307 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000308 we can find them. Retrieve device secure time and cert
309 out of sheer curiosity.
310 * src/ptp.c: sync to libgphoto2 with my patches.
311 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000312
Linus Walleij438bd7f2006-06-08 11:35:44 +00003132006-06-07 Linus Walleij <triad@df.lth.se>
314
315 * src/libmtp.h.in: new playlist API and refactorings.
316 * src/libmtp.c: ditto, and refactorings.
317 * src/unicode.h: const correctness.
318 * src/unicode.c: ditto.
319 * examples/playlists.c: new example program.
320 * configure.ac: bump to 0.0.9
321 * src/Makefile.am: bump library interface.
322
Linus Walleij52e3ac52006-06-05 10:30:00 +00003232006-06-05 Linus Walleij <triad@df.lth.se>
324
325 * examples/sendtr.c: fixed annoying bug that made this
326 program totally useless.
327 * src/libmtp.c: cosmetics.
328 * configure.ac: bump to 0.0.8.
329
Linus Walleij345a3372006-06-03 20:55:25 +00003302006-06-03 Linus Walleij <triad@df.lth.se>
331
332 * src/libmtp.c: metadata bugs, album name and genre
333 confused. Fixe it and released libmtp 0.0.7.
334
Linus Walleijdc09dc02006-06-01 14:23:41 +00003352006-06-01 Linus Walleij <triad@df.lth.se>
336
337 * Released libmtp 0.0.6.
338
Linus Walleij549ec4d2006-05-31 19:59:52 +00003392006-05-31 Linus Walleij <triad@df.lth.se>
340
341 * src/libmtp.c: fixed mapping for JPEG vs JFIF
342 * src/libmtp.h.in: added proper type for JPEG
343 * examples/sendfile.c: send proper JPEG type
344
Linus Walleijd3fdd972006-05-30 15:51:37 +00003452006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
346
347 * src/libmtp.c: fixed a bug in update metadata due to
348 bad use of return code.
349 * src/libusb-glue.c: fixed a loop exiting problem with
350 good 'ol GOTO.
351
Linus Walleij9b1fcd92006-05-29 08:35:29 +00003522006-05-29 Linus Walleij <triad@df.lth.se>
353
354 * src/libusb-glue.c: one more device.
355 * doc/examples.h: produce correct documentation.
356 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000357 * src/ptp.c: sync to libgphoto2.
358 * src/ptp.h: ditto.
359 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000360 * src/libmtp.c: fixed all filetype API related functions
361 not to use any PTP intrinsic defines at all, made all
362 parameters to functions use the internal libmtp interface
363 enumerations and definitions. Removed LIBMTP_Release():
364 we can live with the memory lost during init. You're not
365 supposed to re-initialize the device. Consequently removed
366 the delete function that cleaned the filetype assoc list.
367 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000368
ravelox088180b2006-05-26 23:55:40 +00003692006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
370
371 * src/libmtp.c: refactored object handling to be more generic
372 * src/libmtp.h.in: ditto
373 * examples/refactortest.c: Added simple example to use refactoring
374 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000375 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
376 for playlist handling
377 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000378
Linus Walleij1fd2d272006-05-08 09:22:01 +00003792006-05-08 Linus Walleij <triad@df.lth.se>
380
381 * src/libmtp.h.in: add simple detection function.
382 * src/libusb-glue.c: implement MTP "OS descriptor" for
383 looking for MTP devices.
384 * examples/detect.c: make it possible to do very
385 rudimentary detection with "detect -p".
386 * configure.ac: bump to 0.0.5.
387
Linus Walleij685137f2006-05-07 18:09:02 +00003882006-05-07 Linus Walleij <triad@df.lth.se>
389
390 * COPYING: since we no longer use any parts of libptp2
391 and only files from libgphoto2, we switch to the GNU
392 Lesser General Public License (GNU LGPL). libptp2 is
393 a derived work from libgphoto2, and so is libmtp, there
394 are no remnants of libptp2 in libmtp anymore.
395
Linus Walleij16c51f02006-05-04 13:20:22 +00003962006-05-04 Linus Walleij <triad@df.lth.se>
397
398 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000399 * src/libmtp.c: respectfully rearranged to use a filetype mapping
400 table.
401 * src/ptp-pack.c: real nasty unicode packing bug.
402 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000403
Linus Walleijd6a49972006-05-02 08:24:54 +00004042006-05-02 Linus Walleij <triad@df.lth.se>
405
406 * src/libmtp.c: general shaping up for release. All track
407 and file sending functions now respects a parent ID to be
408 sent along with files and tracks.
409 * src/libmtp.h.in: dito.
410 * src/libusb-glue.c: dito.
411 * examples/sendfile.c: interface dependency changes.
412 * examples/sendtr.c: dito.
413
Linus Walleijc60275a2006-04-30 10:58:11 +00004142006-04-30 Linus Walleij <triad@df.lth.se>
415
416 * src/ptp.c: sync upstream.
417 * src/ptp.h: dito.
418
Linus Walleij370c68d2006-04-27 14:19:01 +00004192006-04-27 Linus Walleij <triad@df.lth.se>
420
421 * examples/sendfile.c: first file sender program based
422 on API implementation and changes by Chris Allegretta.
423 * examples/Makefile.am: new program, new entry.
424 * src/libmtp.c: reflect this new functionality.
425 * src/libmtp.h.in: dito.
426
Linus Walleijb02a0662006-04-25 08:05:09 +00004272006-04-25 Linus Walleij <triad@df.lth.se>
428
429 * Rebased the sources around libgphoto2 instead.
430 This was a major revision...
431 * src/ptp.c: imported libgphoto2 version verbatim.
432 * src/ptp.h: imported libgphoto2 version, minor patch.
433 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000434 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000435 * src/mtp.c: dropped, since all functions are now in ptp.c
436 * src/mtp-pack.c: dropped, same reason.
437 * src/mtp.h: dropped, same reason.
438 * src/mtp-pack.h: dropped, same reason.
439
Linus Walleije5f3ad42006-04-21 07:44:36 +00004402006-04-21 Linus Walleij <triad@df.lth.se>
441
Linus Walleij902c0b92006-04-21 10:52:48 +0000442 * Released libmtp 0.0.3
443 * Bumped source to 0.0.4
444
4452006-04-21 Linus Walleij <triad@df.lth.se>
446
Linus Walleije5f3ad42006-04-21 07:44:36 +0000447 * src/ptp-pack.c: GCC 4.x compilation patch from
448 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000449 * src/libusb-glue.c: New Samsung device and some
450 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000451 * src/ptp.h: some defines from libgphoto2 to get
452 a bit more compatible.
453 * src/libmtp.c: Added a folder API implementation by
454 Dave "ravelox" Kelly.
455 * src/libmtp.h.in: dito.
456 * examples/folders.c: dito.
457 * examples/newfolder.c: dito.
458 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000459
Linus Walleij6fd2f082006-03-28 07:19:22 +00004602006-03-28 Linus Walleij <triad@df.lth.se>
461
462 * m4/*: updated macros to work with GCC 4.1.0.
463 * examples/hotplug.c: new program to create device
464 ID lists.
465 * libmtp.rules: now an auto-generated file.
466 * libmtp.usermap: now an auto-generated file.
467
Linus Walleijf6bc1782006-03-24 15:12:47 +00004682006-03-24 Linus Walleij <triad@df.lth.se>
469
470 * Beginning a file API, fixed some example program
471 names and such.
472
Linus Walleij6946ac52006-03-21 06:51:22 +00004732006-03-18 Linus Walleij <triad@df.lth.se>
474
475 * Fixed up callback interface to a simpler version,
476 the old one was bloated stuff from libnjb anyway.
477 Bump to 0.0.2.
478
Linus Walleij9b28da32006-03-16 13:47:58 +00004792006-03-16 Linus Walleij <triad@df.lth.se>
480
481 * Fixed the .h file and implementation so you really only
482 need this one .h file to interface the library.
483
Linus Walleij80124062006-03-15 10:26:09 +00004842006-03-15 Linus Walleij <triad@df.lth.se>
485
486 * Added three device information retrieval functions.
487
Linus Walleij15e344f2006-03-06 15:15:00 +00004882006-03-06 Linus Walleij <triad@df.lth.se>
489
490 * Moving some things around to structure the source. More
491 will be needed...
492
Linus Walleij93218602006-02-27 08:53:38 +00004932006-02-27 Linus Walleij <triad@df.lth.se>
494
495 * Release libmtp 0.0.1 so people have something to play with,
496 what the heck. Probably saves someones day.
497
Linus Walleij95698cd2006-02-24 10:40:40 +00004982006-02-24 Linus Walleij <triad@df.lth.se>
499
500 * Deltr example program to delete tracks, plus corresponding
501 interface call.
502
Linus Walleij17e39f72006-02-23 15:54:28 +00005032006-02-23 Linus Walleij <triad@df.lth.se>
504
505 * Fixed up sendtr program and metadata tagging function that is
506 used after sending files.
507
Linus Walleij394bbbe2006-02-22 16:10:53 +00005082006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000509
Linus Walleij394bbbe2006-02-22 16:10:53 +0000510 * Untested gettr.c and sendtr.c programs to get and send tracks
511 created.
512
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00005132006-01-30 Linus Walleij <triad@df.lth.se>
514
515 * Created the initial GNU source directory structure.
516 * Added the most basic files.