blob: fed0ce8248a248ff367233fc7b70ce2369b79ac9 [file] [log] [blame]
Linus Walleije5f3ad42006-04-21 07:44:36 +000012006-04-21 Linus Walleij <triad@df.lth.se>
2
3 * src/ptp-pack.c: GCC 4.x compilation patch from
4 Diego Pettenò.
5
Linus Walleij6fd2f082006-03-28 07:19:22 +000062006-03-28 Linus Walleij <triad@df.lth.se>
7
8 * m4/*: updated macros to work with GCC 4.1.0.
9 * examples/hotplug.c: new program to create device
10 ID lists.
11 * libmtp.rules: now an auto-generated file.
12 * libmtp.usermap: now an auto-generated file.
13
Linus Walleijf6bc1782006-03-24 15:12:47 +0000142006-03-24 Linus Walleij <triad@df.lth.se>
15
16 * Beginning a file API, fixed some example program
17 names and such.
18
Linus Walleij6946ac52006-03-21 06:51:22 +0000192006-03-18 Linus Walleij <triad@df.lth.se>
20
21 * Fixed up callback interface to a simpler version,
22 the old one was bloated stuff from libnjb anyway.
23 Bump to 0.0.2.
24
Linus Walleij9b28da32006-03-16 13:47:58 +0000252006-03-16 Linus Walleij <triad@df.lth.se>
26
27 * Fixed the .h file and implementation so you really only
28 need this one .h file to interface the library.
29
Linus Walleij80124062006-03-15 10:26:09 +0000302006-03-15 Linus Walleij <triad@df.lth.se>
31
32 * Added three device information retrieval functions.
33
Linus Walleij15e344f2006-03-06 15:15:00 +0000342006-03-06 Linus Walleij <triad@df.lth.se>
35
36 * Moving some things around to structure the source. More
37 will be needed...
38
Linus Walleij93218602006-02-27 08:53:38 +0000392006-02-27 Linus Walleij <triad@df.lth.se>
40
41 * Release libmtp 0.0.1 so people have something to play with,
42 what the heck. Probably saves someones day.
43
Linus Walleij95698cd2006-02-24 10:40:40 +0000442006-02-24 Linus Walleij <triad@df.lth.se>
45
46 * Deltr example program to delete tracks, plus corresponding
47 interface call.
48
Linus Walleij17e39f72006-02-23 15:54:28 +0000492006-02-23 Linus Walleij <triad@df.lth.se>
50
51 * Fixed up sendtr program and metadata tagging function that is
52 used after sending files.
53
Linus Walleij394bbbe2006-02-22 16:10:53 +0000542006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000055
Linus Walleij394bbbe2006-02-22 16:10:53 +000056 * Untested gettr.c and sendtr.c programs to get and send tracks
57 created.
58
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000592006-01-30 Linus Walleij <triad@df.lth.se>
60
61 * Created the initial GNU source directory structure.
62 * Added the most basic files.