blob: 03fe44eadbf16cd65df6f5ab632316597579ad83 [file] [log] [blame]
Linus Walleijc60275a2006-04-30 10:58:11 +000012006-04-30 Linus Walleij <triad@df.lth.se>
2
3 * src/ptp.c: sync upstream.
4 * src/ptp.h: dito.
5
Linus Walleij370c68d2006-04-27 14:19:01 +000062006-04-27 Linus Walleij <triad@df.lth.se>
7
8 * examples/sendfile.c: first file sender program based
9 on API implementation and changes by Chris Allegretta.
10 * examples/Makefile.am: new program, new entry.
11 * src/libmtp.c: reflect this new functionality.
12 * src/libmtp.h.in: dito.
13
Linus Walleijb02a0662006-04-25 08:05:09 +0000142006-04-25 Linus Walleij <triad@df.lth.se>
15
16 * Rebased the sources around libgphoto2 instead.
17 This was a major revision...
18 * src/ptp.c: imported libgphoto2 version verbatim.
19 * src/ptp.h: imported libgphoto2 version, minor patch.
20 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +000021 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +000022 * src/mtp.c: dropped, since all functions are now in ptp.c
23 * src/mtp-pack.c: dropped, same reason.
24 * src/mtp.h: dropped, same reason.
25 * src/mtp-pack.h: dropped, same reason.
26
Linus Walleije5f3ad42006-04-21 07:44:36 +0000272006-04-21 Linus Walleij <triad@df.lth.se>
28
Linus Walleij902c0b92006-04-21 10:52:48 +000029 * Released libmtp 0.0.3
30 * Bumped source to 0.0.4
31
322006-04-21 Linus Walleij <triad@df.lth.se>
33
Linus Walleije5f3ad42006-04-21 07:44:36 +000034 * src/ptp-pack.c: GCC 4.x compilation patch from
35 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +000036 * src/libusb-glue.c: New Samsung device and some
37 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +000038 * src/ptp.h: some defines from libgphoto2 to get
39 a bit more compatible.
40 * src/libmtp.c: Added a folder API implementation by
41 Dave "ravelox" Kelly.
42 * src/libmtp.h.in: dito.
43 * examples/folders.c: dito.
44 * examples/newfolder.c: dito.
45 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +000046
Linus Walleij6fd2f082006-03-28 07:19:22 +0000472006-03-28 Linus Walleij <triad@df.lth.se>
48
49 * m4/*: updated macros to work with GCC 4.1.0.
50 * examples/hotplug.c: new program to create device
51 ID lists.
52 * libmtp.rules: now an auto-generated file.
53 * libmtp.usermap: now an auto-generated file.
54
Linus Walleijf6bc1782006-03-24 15:12:47 +0000552006-03-24 Linus Walleij <triad@df.lth.se>
56
57 * Beginning a file API, fixed some example program
58 names and such.
59
Linus Walleij6946ac52006-03-21 06:51:22 +0000602006-03-18 Linus Walleij <triad@df.lth.se>
61
62 * Fixed up callback interface to a simpler version,
63 the old one was bloated stuff from libnjb anyway.
64 Bump to 0.0.2.
65
Linus Walleij9b28da32006-03-16 13:47:58 +0000662006-03-16 Linus Walleij <triad@df.lth.se>
67
68 * Fixed the .h file and implementation so you really only
69 need this one .h file to interface the library.
70
Linus Walleij80124062006-03-15 10:26:09 +0000712006-03-15 Linus Walleij <triad@df.lth.se>
72
73 * Added three device information retrieval functions.
74
Linus Walleij15e344f2006-03-06 15:15:00 +0000752006-03-06 Linus Walleij <triad@df.lth.se>
76
77 * Moving some things around to structure the source. More
78 will be needed...
79
Linus Walleij93218602006-02-27 08:53:38 +0000802006-02-27 Linus Walleij <triad@df.lth.se>
81
82 * Release libmtp 0.0.1 so people have something to play with,
83 what the heck. Probably saves someones day.
84
Linus Walleij95698cd2006-02-24 10:40:40 +0000852006-02-24 Linus Walleij <triad@df.lth.se>
86
87 * Deltr example program to delete tracks, plus corresponding
88 interface call.
89
Linus Walleij17e39f72006-02-23 15:54:28 +0000902006-02-23 Linus Walleij <triad@df.lth.se>
91
92 * Fixed up sendtr program and metadata tagging function that is
93 used after sending files.
94
Linus Walleij394bbbe2006-02-22 16:10:53 +0000952006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000096
Linus Walleij394bbbe2006-02-22 16:10:53 +000097 * Untested gettr.c and sendtr.c programs to get and send tracks
98 created.
99
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001002006-01-30 Linus Walleij <triad@df.lth.se>
101
102 * Created the initial GNU source directory structure.
103 * Added the most basic files.