blob: a085c6845f69fb4841aa9f64274e9cdb1ae7f607 [file] [log] [blame]
Linus Walleij99310d42006-11-01 08:29:39 +000012006-11-01 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: set/get uint8 to/from objects
4 * src/libmtp.c: send object property list.
5 * src/ptp.c: dito.
6 * src/ptp.h: dito.
7 * src/ptp-pack.c: dito.
8
mopoke90be30e2006-10-30 08:47:41 +000092006-10-29 Andy Kelk <andy@mopoke.co.uk>
10
11 * examples/albumart.c: simple tool for adding album art.
12 * src/libmtp.c: graceful handling of players not supporting
13 abstract album objects.
14
Linus Walleij0c33ec02006-10-27 10:15:40 +0000152006-10-27 Linus Walleij <triad@df.lth.se>
16
17 * src/Makefile.am: bump library interface to reflect the new
18 album methods.
19 * configure.ac: bump to 0.0.22 for the next release.
20
212006-10-27 Andy Kelk <andy@mopoke.co.uk>
22
23 * src/libmtp.c: add support form abstract audio/video albums.
24 * src/libmtp.h.in: dito.
25
Linus Walleij7347d0f2006-10-23 07:23:39 +0000262006-10-23 Linus Walleij <triad@df.lth.se>
27
28 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
29 * src/ptp.c: sync to upstream.
30 * src/ptp.h: dito.
31 * src/ptp-pack.c: dito.
32
Linus Walleij9efe75f2006-10-20 09:09:45 +0000332006-10-20 Linus Walleij <triad@df.lth.se>
34
35 * Release 0.0.21 to get all the new device support out.
36
Linus Walleij501ba4d2006-10-16 06:17:04 +0000372006-10-16 Linus Walleij <triad@df.lth.se>
38
39 * configure.ac: bump to 0.0.21.
40 * src/libusb-glue.c: add code to unload a kernel driver for
41 the primary interface if it is already in use under Linux.
42 * src/libusb-glue.h: add a device flag to make this possible.
43
Linus Walleij37253292006-10-11 08:38:14 +0000442006-10-11 Linus Walleij <triad@df.lth.se>
45
46 * examples/delfile.c: patch from Chris Debenham
47 straingtening out the command-line interface a bit
48 more.
49
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000502006-10-10 Linus Walleij <triad@df.lth.se>
51
Linus Walleij37253292006-10-11 08:38:14 +000052 * examples/delfile.c: patch from Chris Debenham to make
53 this command take an optional filename as parameter
54 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +000055
Linus Walleij955e6ba2006-09-26 16:55:10 +0000562006-09-26 Linus Walleij <triad@df.lth.se>
57
58 * libmtp.pc.in: require libusb instead of just linking it.
59 * configure.ac: bump release to 0.0.20 and release.
60
Linus Walleijb1318d12006-09-25 14:59:26 +0000612006-09-25 Linus Walleij <triad@df.lth.se>
62
63 * examples/evolution-sync.sh: example script to illustrate
64 to to transfer calendar, task and contact information
65 to a device supporting this.
66
Linus Walleij4ef39e62006-09-19 14:11:52 +0000672006-09-19 Linus Walleij <triad@df.lth.se>
68
69 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
70 * src/libmtp.c: dito.
71 * examples/sendfile.c: support vcard3.
72
Linus Walleijf248fdd2006-09-16 20:11:40 +0000732006-09-16 Linus Walleij <triad@df.lth.se>
74
75 * configure.ac: bump to 0.0.19 and release. There are some
76 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +000077 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +000078
Linus Walleijb8bfcb22006-09-13 12:14:28 +0000792006-09-13 Linus Walleij <triad@df.lth.se>
80
81 * examples/format.c: formatting test program.
82 * examples.Makefile.am: added format.
83
Linus Walleij13374a42006-09-13 11:55:30 +0000842006-09-13 Andy Kelk <andy@mopoke.co.uk>
85
86 * src/libmtp.h.in: added interface to format storage.
87 * src/libmtp.c: dito.
88 * src/ptp.c: dito.
89 * src/ptp.h: dito.
90
Linus Walleijd31e6192006-09-12 07:55:27 +0000912006-09-12 Linus Walleij <triad@df.lth.se>
92
93 * configure.ac: bump release. Released 0.0.18 yesterday.
94 * src/libmtp.c: do not try to read battery max level unless
95 the device supports it. (Bug occurred on Toshiba Gigabeat
96 P10.)
97
Linus Walleijd5d51c82006-09-11 06:57:50 +0000982006-09-11 Linus Walleij <triad@df.lth.se>
99
100 * src/libusb-glue.c: messed around a bit with device descriptor
101 detection so as to bring closer to libgphoto2 detection algorithm.
102 I've seen things that might be false positives, possibly USB mass
103 storage devices with additional MSFT descriptors to indicate they
104 have Janus DRM.
105 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
106 knows that UCS-2 is in machine endianness but Darwin and *BSD does
107 not. Detect C library and switch accordingly.
108 * src/unicode.c: retire old unicode code only keep things we cannot
109 live without. Remove the own internal UCS-2 conversion engine and
110 the internal iconv() engine and use the one already available in
111 PTPParams.
112 * src/unicode.h: dito.
113
Linus Walleij0558ac52006-09-07 06:55:03 +00001142006-09-07 Linus Walleij <triad@df.lth.se>
115
116 * src/libusb-glue.h: added device flags so we can make
117 the code behave differently on certain devices.
118 * src/libusb-glue.c: dito, plus removed some debug prints.
119 * src/libmtp.c: docs.
120 * src/libmtp.h.in: added device_flags to device list struct.
121 * src/Makefile.am: bumped to compatible library interface.
122 * configure.ac: bump version to 0.0.18 (0.0.17 released
123 yesterday).
124
Richard Low6ec2cc12006-09-06 16:59:16 +00001252006-09-06 Richard Low <richard@wentnet.com>
126
127 * src/libusb-glue.c: changed packet sizes to improve
128 transfer speeds.
129 * src/libmtp.c: changed packet sizes to improve transfer
130 transfer speeds. Also stopped extra ptp_getobjectinfo
131 calls when getting directories on connect.
132
Linus Walleij7f0c72e2006-09-06 13:01:58 +00001332006-09-06 Linus Walleij <triad@df.lth.se>
134
135 * src/libusb-glue.c: fixed some endpoint size detection
136 and sending special file sizes stuff. Real hairy bug...
137 Also messed around a bit with the callbacks.
138 * src/libmtp.c: changes for callback size detection.
139
Linus Walleija9310fa2006-09-04 06:47:42 +00001402006-09-04 Linus Walleij <triad@df.lth.se>
141
142 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
143 instead of magic values.
144
Linus Walleijd7aa5b22006-09-02 11:52:31 +00001452006-09-02 Linus Walleij <triad@df.lth.se>
146
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000147 * src/libmtp.c: add some code to have
148 LIBMTP_Send_File_From_File_Descriptor() accept a stream
149 if size is set to (uint64_t) -1, plus documentation fixes.
150 I don't think the streaming code will work but whoever want
151 to experiment with it has a place to start.
152 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000153
Linus Walleijda9500d2006-08-30 13:17:06 +00001542006-08-30 Linus Walleij <triad@df.lth.se>
155
156 * configure.ac: version bump.
157 * src/libmtp.c: more debug prints.
158 * src/libusb-glue.c: new iRiver device called Clix. By
159 the way I released libmtp 0.0.16 yesterday.
160
Linus Walleija823a702006-08-27 21:27:46 +00001612006-08-28 Linus Walleij <triad@df.lth.se>
162
163 * configure.ac: version bump.
164 * src/ptp-pack.c: upstream has committed my patch giving full
165 unicode support in libgphoto2 ptp2 camlib. No need for
166 any more ugly workarounds, plus we now have full unicode
167 filenames!
168 * src/ptp.c: dito.
169 * src/ptp.h: dito.
170 * src/libmtp.c: revamp to use the new unicode support in
171 libgphoto2.
172 * src/unicode.c: remove unused functionality.
173 * src/unicode.h: dito.
174
Linus Walleijee73ef22006-08-27 19:56:00 +00001752006-08-27 Linus Walleij <triad@df.lth.se>
176
177 * configure.ac: version bump. Release all these fixes
178 as 0.0.15.
179 * src/libusb-glue.c: fixed sucky errors. Added callback
180 code when reading files.
181 * src/libusb-glue.h: const correctness.
182 * src/libmtp.h.in: finally fixup the type on the callbacks.
183 * src/libmtp.c: more accurate sending callbacks. Callbacks
184 when getting files also, working correctly. Typeing of
185 callbacks now OK.
186 * examples/getfile.c: some display bar cosmetic fixup.
187 * TODO: lots of the things todo are now done.
188
Linus Walleijd214b9b2006-08-26 22:08:37 +00001892006-08-26 Linus Walleij <triad@df.lth.se>
190
191 * configure.ac: version bump.
192 * src/libmtp.c: fix bug and reinstate callbacks.
193 * src/libusb-glue.h: dito.
194 * src/libusb-glue.c: dito.
195
Linus Walleije7f44be2006-08-25 19:32:29 +00001962006-08-25 Linus Walleij <triad@df.lth.se>
197
198 * src/libmtp.c: use the new file descriptor sender function.
199 Going to release this as 0.0.13.
200 * src/ptp.c: upstream accepted patches synced in.
201 * src/ptp.h: dito.
202
Linus Walleijeab650b2006-08-21 23:26:37 +00002032006-08-22 Linus Walleij <triad@df.lth.se>
204
Linus Walleij80d134a2006-08-22 21:41:37 +0000205 * src/libusb-glue.c: found a real nasty endpoint bug,
206 code from libgphoto2 was assuming max packet size of
207 512 bytes while it is 64 when a USB 2.0 device is
208 plugged into an UHCI hub.
209
2102006-08-22 Linus Walleij <triad@df.lth.se>
211
Linus Walleijeab650b2006-08-21 23:26:37 +0000212 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
213
Linus Walleij924236a2006-08-20 22:17:58 +00002142006-08-21 Linus Walleij <triad@df.lth.se>
215
216 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000217 as result of experiments by Gavin McCullagh. Upstream
218 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000219 Move iconv() converters into device struct for thread
220 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000221 * src/ptp.c: sync to upstream which merges patch to get
222 file directly to file descriptor.
223 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000224 * src/unicode.c: move iconv() converters into the device
225 struct for thread safety.
226 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000227
Linus Walleij30658792006-08-19 22:18:55 +00002282006-08-20 Linus Walleij <triad@df.lth.se>
229
230 * src/libmtp.h.in: set friendly name and sync partner,
231 rename ownername to friendlyname.
232 * src/libmtp.c: dito.
233 * examples/detect.c: reflect changes.
234 * src/Makefile.am: interface is incompatible so age it.
235
Linus Walleijfae27482006-08-19 20:13:25 +00002362006-08-19 Linus Walleij <triad@df.lth.se>
237
238 * src/libmtp.h.in: add function to get syncronization
239 partner for the device.
240 * src/libmtp.c: dito.
241 * examples/detect.c: use that function.
242 * src/Makefile.am: backward-compatible interface bump.
243
Linus Walleij16571dc2006-08-17 20:27:46 +00002442006-08-17 Linus Walleij <triad@df.lth.se>
245
246 * configure.ac: bump to 0.0.12 and require iconv.h.
247
2482006-08-16 Linus Walleij <triad@df.lth.se>
249
250 * src/unicode.c: remove bigendian weirdness and switch
251 to using iconv() instead.
252 * src/unicode.h: dito.
253 * src/libmtp.c: reflect changes.
254
Linus Walleij3e188f12006-08-09 20:46:05 +00002552006-08-09 Linus Walleij <triad@df.lth.se>
256
257 * Release libmtp 0.0.11.
258
Linus Walleij2eb884b2006-08-04 19:17:36 +00002592006-08-04 Linus Walleij <triad@df.lth.se>
260
261 * src/libmtp.c: patch from Dan Aloni to make sendfile
262 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000263 * src/libusb-glue.c: patch from Andy Kelk to avoid
264 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000265 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000266
Linus Walleijaa4b0752006-07-26 22:21:04 +00002672006-07-27 Linus Walleij <triad@df.lth.se>
268
269 * Release libmtp 0.0.10.
270
Linus Walleij17b55ea2006-07-26 13:54:00 +00002712006-07-26 Linus Walleij <triad@df.lth.se>
272
273 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000274 * src/libmtp.c: only set metdata properties supported by
275 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000276 * src/ptp.c: sync to upstream.
277 * src/ptp.h: sync to upstream.
278 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000279
Linus Walleijc187cb92006-06-22 17:58:13 +00002802006-06-22 Linus Walleij <triad@df.lth.se>
281
282 * Release libmtp 0.0.9.
283
Linus Walleij8ab54262006-06-21 07:12:28 +00002842006-06-21 Linus Walleij <triad@df.lth.se>
285
286 * src/libmtp.h.in: added function to retrieve supported
287 filetypes.
288 * src/libmtp.c: ditto.
289 * examples/detect.c: use that function.
290
Linus Walleijcf223e62006-06-19 09:31:53 +00002912006-06-19 Linus Walleij <triad@df.lth.se>
292
293 * src/unicode.c: support all endianness, detect
294 byte-order-mark
295 * src/unicode.h: ditto.
296 * src/libmtp.c: ditto.
297 * examples/detect.c: use proper tempfile function.
298 * src/libmtp.h.in: add some more track properties.
299 * src/libmtp.c: ditto.
300 * examples/tracks.c: ditto.
301
Linus Walleij2e4b5f92006-06-16 14:00:49 +00003022006-06-16 Linus Walleij <triad@df.lth.se>
303
304 * src/libmtp.h.in: new interfaces for single metadata post
305 retrieveal.
306 * src/libmtp.c: ditto.
307 * examples/playlists.c: display track info using the new
308 individual track metadata retrieveal method.
309 * examples/getplaylist.c: ditto.
310
Linus Walleij05ccbe72006-06-13 07:46:58 +00003112006-06-13 Linus Walleij <triad@df.lth.se>
312
313 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000314 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000315 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000316 we can find them. Retrieve device secure time and cert
317 out of sheer curiosity.
318 * src/ptp.c: sync to libgphoto2 with my patches.
319 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000320
Linus Walleij438bd7f2006-06-08 11:35:44 +00003212006-06-07 Linus Walleij <triad@df.lth.se>
322
323 * src/libmtp.h.in: new playlist API and refactorings.
324 * src/libmtp.c: ditto, and refactorings.
325 * src/unicode.h: const correctness.
326 * src/unicode.c: ditto.
327 * examples/playlists.c: new example program.
328 * configure.ac: bump to 0.0.9
329 * src/Makefile.am: bump library interface.
330
Linus Walleij52e3ac52006-06-05 10:30:00 +00003312006-06-05 Linus Walleij <triad@df.lth.se>
332
333 * examples/sendtr.c: fixed annoying bug that made this
334 program totally useless.
335 * src/libmtp.c: cosmetics.
336 * configure.ac: bump to 0.0.8.
337
Linus Walleij345a3372006-06-03 20:55:25 +00003382006-06-03 Linus Walleij <triad@df.lth.se>
339
340 * src/libmtp.c: metadata bugs, album name and genre
341 confused. Fixe it and released libmtp 0.0.7.
342
Linus Walleijdc09dc02006-06-01 14:23:41 +00003432006-06-01 Linus Walleij <triad@df.lth.se>
344
345 * Released libmtp 0.0.6.
346
Linus Walleij549ec4d2006-05-31 19:59:52 +00003472006-05-31 Linus Walleij <triad@df.lth.se>
348
349 * src/libmtp.c: fixed mapping for JPEG vs JFIF
350 * src/libmtp.h.in: added proper type for JPEG
351 * examples/sendfile.c: send proper JPEG type
352
Linus Walleijd3fdd972006-05-30 15:51:37 +00003532006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
354
355 * src/libmtp.c: fixed a bug in update metadata due to
356 bad use of return code.
357 * src/libusb-glue.c: fixed a loop exiting problem with
358 good 'ol GOTO.
359
Linus Walleij9b1fcd92006-05-29 08:35:29 +00003602006-05-29 Linus Walleij <triad@df.lth.se>
361
362 * src/libusb-glue.c: one more device.
363 * doc/examples.h: produce correct documentation.
364 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000365 * src/ptp.c: sync to libgphoto2.
366 * src/ptp.h: ditto.
367 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000368 * src/libmtp.c: fixed all filetype API related functions
369 not to use any PTP intrinsic defines at all, made all
370 parameters to functions use the internal libmtp interface
371 enumerations and definitions. Removed LIBMTP_Release():
372 we can live with the memory lost during init. You're not
373 supposed to re-initialize the device. Consequently removed
374 the delete function that cleaned the filetype assoc list.
375 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000376
ravelox088180b2006-05-26 23:55:40 +00003772006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
378
379 * src/libmtp.c: refactored object handling to be more generic
380 * src/libmtp.h.in: ditto
381 * examples/refactortest.c: Added simple example to use refactoring
382 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000383 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
384 for playlist handling
385 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000386
Linus Walleij1fd2d272006-05-08 09:22:01 +00003872006-05-08 Linus Walleij <triad@df.lth.se>
388
389 * src/libmtp.h.in: add simple detection function.
390 * src/libusb-glue.c: implement MTP "OS descriptor" for
391 looking for MTP devices.
392 * examples/detect.c: make it possible to do very
393 rudimentary detection with "detect -p".
394 * configure.ac: bump to 0.0.5.
395
Linus Walleij685137f2006-05-07 18:09:02 +00003962006-05-07 Linus Walleij <triad@df.lth.se>
397
398 * COPYING: since we no longer use any parts of libptp2
399 and only files from libgphoto2, we switch to the GNU
400 Lesser General Public License (GNU LGPL). libptp2 is
401 a derived work from libgphoto2, and so is libmtp, there
402 are no remnants of libptp2 in libmtp anymore.
403
Linus Walleij16c51f02006-05-04 13:20:22 +00004042006-05-04 Linus Walleij <triad@df.lth.se>
405
406 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000407 * src/libmtp.c: respectfully rearranged to use a filetype mapping
408 table.
409 * src/ptp-pack.c: real nasty unicode packing bug.
410 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000411
Linus Walleijd6a49972006-05-02 08:24:54 +00004122006-05-02 Linus Walleij <triad@df.lth.se>
413
414 * src/libmtp.c: general shaping up for release. All track
415 and file sending functions now respects a parent ID to be
416 sent along with files and tracks.
417 * src/libmtp.h.in: dito.
418 * src/libusb-glue.c: dito.
419 * examples/sendfile.c: interface dependency changes.
420 * examples/sendtr.c: dito.
421
Linus Walleijc60275a2006-04-30 10:58:11 +00004222006-04-30 Linus Walleij <triad@df.lth.se>
423
424 * src/ptp.c: sync upstream.
425 * src/ptp.h: dito.
426
Linus Walleij370c68d2006-04-27 14:19:01 +00004272006-04-27 Linus Walleij <triad@df.lth.se>
428
429 * examples/sendfile.c: first file sender program based
430 on API implementation and changes by Chris Allegretta.
431 * examples/Makefile.am: new program, new entry.
432 * src/libmtp.c: reflect this new functionality.
433 * src/libmtp.h.in: dito.
434
Linus Walleijb02a0662006-04-25 08:05:09 +00004352006-04-25 Linus Walleij <triad@df.lth.se>
436
437 * Rebased the sources around libgphoto2 instead.
438 This was a major revision...
439 * src/ptp.c: imported libgphoto2 version verbatim.
440 * src/ptp.h: imported libgphoto2 version, minor patch.
441 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000442 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000443 * src/mtp.c: dropped, since all functions are now in ptp.c
444 * src/mtp-pack.c: dropped, same reason.
445 * src/mtp.h: dropped, same reason.
446 * src/mtp-pack.h: dropped, same reason.
447
Linus Walleije5f3ad42006-04-21 07:44:36 +00004482006-04-21 Linus Walleij <triad@df.lth.se>
449
Linus Walleij902c0b92006-04-21 10:52:48 +0000450 * Released libmtp 0.0.3
451 * Bumped source to 0.0.4
452
4532006-04-21 Linus Walleij <triad@df.lth.se>
454
Linus Walleije5f3ad42006-04-21 07:44:36 +0000455 * src/ptp-pack.c: GCC 4.x compilation patch from
456 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000457 * src/libusb-glue.c: New Samsung device and some
458 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000459 * src/ptp.h: some defines from libgphoto2 to get
460 a bit more compatible.
461 * src/libmtp.c: Added a folder API implementation by
462 Dave "ravelox" Kelly.
463 * src/libmtp.h.in: dito.
464 * examples/folders.c: dito.
465 * examples/newfolder.c: dito.
466 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000467
Linus Walleij6fd2f082006-03-28 07:19:22 +00004682006-03-28 Linus Walleij <triad@df.lth.se>
469
470 * m4/*: updated macros to work with GCC 4.1.0.
471 * examples/hotplug.c: new program to create device
472 ID lists.
473 * libmtp.rules: now an auto-generated file.
474 * libmtp.usermap: now an auto-generated file.
475
Linus Walleijf6bc1782006-03-24 15:12:47 +00004762006-03-24 Linus Walleij <triad@df.lth.se>
477
478 * Beginning a file API, fixed some example program
479 names and such.
480
Linus Walleij6946ac52006-03-21 06:51:22 +00004812006-03-18 Linus Walleij <triad@df.lth.se>
482
483 * Fixed up callback interface to a simpler version,
484 the old one was bloated stuff from libnjb anyway.
485 Bump to 0.0.2.
486
Linus Walleij9b28da32006-03-16 13:47:58 +00004872006-03-16 Linus Walleij <triad@df.lth.se>
488
489 * Fixed the .h file and implementation so you really only
490 need this one .h file to interface the library.
491
Linus Walleij80124062006-03-15 10:26:09 +00004922006-03-15 Linus Walleij <triad@df.lth.se>
493
494 * Added three device information retrieval functions.
495
Linus Walleij15e344f2006-03-06 15:15:00 +00004962006-03-06 Linus Walleij <triad@df.lth.se>
497
498 * Moving some things around to structure the source. More
499 will be needed...
500
Linus Walleij93218602006-02-27 08:53:38 +00005012006-02-27 Linus Walleij <triad@df.lth.se>
502
503 * Release libmtp 0.0.1 so people have something to play with,
504 what the heck. Probably saves someones day.
505
Linus Walleij95698cd2006-02-24 10:40:40 +00005062006-02-24 Linus Walleij <triad@df.lth.se>
507
508 * Deltr example program to delete tracks, plus corresponding
509 interface call.
510
Linus Walleij17e39f72006-02-23 15:54:28 +00005112006-02-23 Linus Walleij <triad@df.lth.se>
512
513 * Fixed up sendtr program and metadata tagging function that is
514 used after sending files.
515
Linus Walleij394bbbe2006-02-22 16:10:53 +00005162006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000517
Linus Walleij394bbbe2006-02-22 16:10:53 +0000518 * Untested gettr.c and sendtr.c programs to get and send tracks
519 created.
520
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00005212006-01-30 Linus Walleij <triad@df.lth.se>
522
523 * Created the initial GNU source directory structure.
524 * Added the most basic files.