blob: d756385607aba354473ca121d249bfcdef332ca1 [file] [log] [blame]
Linus Walleij52e3ac52006-06-05 10:30:00 +000012006-06-05 Linus Walleij <triad@df.lth.se>
2
3 * examples/sendtr.c: fixed annoying bug that made this
4 program totally useless.
5 * src/libmtp.c: cosmetics.
6 * configure.ac: bump to 0.0.8.
7
Linus Walleij345a3372006-06-03 20:55:25 +000082006-06-03 Linus Walleij <triad@df.lth.se>
9
10 * src/libmtp.c: metadata bugs, album name and genre
11 confused. Fixe it and released libmtp 0.0.7.
12
Linus Walleijdc09dc02006-06-01 14:23:41 +0000132006-06-01 Linus Walleij <triad@df.lth.se>
14
15 * Released libmtp 0.0.6.
16
Linus Walleij549ec4d2006-05-31 19:59:52 +0000172006-05-31 Linus Walleij <triad@df.lth.se>
18
19 * src/libmtp.c: fixed mapping for JPEG vs JFIF
20 * src/libmtp.h.in: added proper type for JPEG
21 * examples/sendfile.c: send proper JPEG type
22
Linus Walleijd3fdd972006-05-30 15:51:37 +0000232006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
24
25 * src/libmtp.c: fixed a bug in update metadata due to
26 bad use of return code.
27 * src/libusb-glue.c: fixed a loop exiting problem with
28 good 'ol GOTO.
29
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000302006-05-29 Linus Walleij <triad@df.lth.se>
31
32 * src/libusb-glue.c: one more device.
33 * doc/examples.h: produce correct documentation.
34 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +000035 * src/ptp.c: sync to libgphoto2.
36 * src/ptp.h: ditto.
37 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +000038 * src/libmtp.c: fixed all filetype API related functions
39 not to use any PTP intrinsic defines at all, made all
40 parameters to functions use the internal libmtp interface
41 enumerations and definitions. Removed LIBMTP_Release():
42 we can live with the memory lost during init. You're not
43 supposed to re-initialize the device. Consequently removed
44 the delete function that cleaned the filetype assoc list.
45 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +000046
ravelox088180b2006-05-26 23:55:40 +0000472006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
48
49 * src/libmtp.c: refactored object handling to be more generic
50 * src/libmtp.h.in: ditto
51 * examples/refactortest.c: Added simple example to use refactoring
52 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +000053 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
54 for playlist handling
55 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +000056
Linus Walleij1fd2d272006-05-08 09:22:01 +0000572006-05-08 Linus Walleij <triad@df.lth.se>
58
59 * src/libmtp.h.in: add simple detection function.
60 * src/libusb-glue.c: implement MTP "OS descriptor" for
61 looking for MTP devices.
62 * examples/detect.c: make it possible to do very
63 rudimentary detection with "detect -p".
64 * configure.ac: bump to 0.0.5.
65
Linus Walleij685137f2006-05-07 18:09:02 +0000662006-05-07 Linus Walleij <triad@df.lth.se>
67
68 * COPYING: since we no longer use any parts of libptp2
69 and only files from libgphoto2, we switch to the GNU
70 Lesser General Public License (GNU LGPL). libptp2 is
71 a derived work from libgphoto2, and so is libmtp, there
72 are no remnants of libptp2 in libmtp anymore.
73
Linus Walleij16c51f02006-05-04 13:20:22 +0000742006-05-04 Linus Walleij <triad@df.lth.se>
75
76 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +000077 * src/libmtp.c: respectfully rearranged to use a filetype mapping
78 table.
79 * src/ptp-pack.c: real nasty unicode packing bug.
80 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +000081
Linus Walleijd6a49972006-05-02 08:24:54 +0000822006-05-02 Linus Walleij <triad@df.lth.se>
83
84 * src/libmtp.c: general shaping up for release. All track
85 and file sending functions now respects a parent ID to be
86 sent along with files and tracks.
87 * src/libmtp.h.in: dito.
88 * src/libusb-glue.c: dito.
89 * examples/sendfile.c: interface dependency changes.
90 * examples/sendtr.c: dito.
91
Linus Walleijc60275a2006-04-30 10:58:11 +0000922006-04-30 Linus Walleij <triad@df.lth.se>
93
94 * src/ptp.c: sync upstream.
95 * src/ptp.h: dito.
96
Linus Walleij370c68d2006-04-27 14:19:01 +0000972006-04-27 Linus Walleij <triad@df.lth.se>
98
99 * examples/sendfile.c: first file sender program based
100 on API implementation and changes by Chris Allegretta.
101 * examples/Makefile.am: new program, new entry.
102 * src/libmtp.c: reflect this new functionality.
103 * src/libmtp.h.in: dito.
104
Linus Walleijb02a0662006-04-25 08:05:09 +00001052006-04-25 Linus Walleij <triad@df.lth.se>
106
107 * Rebased the sources around libgphoto2 instead.
108 This was a major revision...
109 * src/ptp.c: imported libgphoto2 version verbatim.
110 * src/ptp.h: imported libgphoto2 version, minor patch.
111 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000112 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000113 * src/mtp.c: dropped, since all functions are now in ptp.c
114 * src/mtp-pack.c: dropped, same reason.
115 * src/mtp.h: dropped, same reason.
116 * src/mtp-pack.h: dropped, same reason.
117
Linus Walleije5f3ad42006-04-21 07:44:36 +00001182006-04-21 Linus Walleij <triad@df.lth.se>
119
Linus Walleij902c0b92006-04-21 10:52:48 +0000120 * Released libmtp 0.0.3
121 * Bumped source to 0.0.4
122
1232006-04-21 Linus Walleij <triad@df.lth.se>
124
Linus Walleije5f3ad42006-04-21 07:44:36 +0000125 * src/ptp-pack.c: GCC 4.x compilation patch from
126 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000127 * src/libusb-glue.c: New Samsung device and some
128 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000129 * src/ptp.h: some defines from libgphoto2 to get
130 a bit more compatible.
131 * src/libmtp.c: Added a folder API implementation by
132 Dave "ravelox" Kelly.
133 * src/libmtp.h.in: dito.
134 * examples/folders.c: dito.
135 * examples/newfolder.c: dito.
136 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000137
Linus Walleij6fd2f082006-03-28 07:19:22 +00001382006-03-28 Linus Walleij <triad@df.lth.se>
139
140 * m4/*: updated macros to work with GCC 4.1.0.
141 * examples/hotplug.c: new program to create device
142 ID lists.
143 * libmtp.rules: now an auto-generated file.
144 * libmtp.usermap: now an auto-generated file.
145
Linus Walleijf6bc1782006-03-24 15:12:47 +00001462006-03-24 Linus Walleij <triad@df.lth.se>
147
148 * Beginning a file API, fixed some example program
149 names and such.
150
Linus Walleij6946ac52006-03-21 06:51:22 +00001512006-03-18 Linus Walleij <triad@df.lth.se>
152
153 * Fixed up callback interface to a simpler version,
154 the old one was bloated stuff from libnjb anyway.
155 Bump to 0.0.2.
156
Linus Walleij9b28da32006-03-16 13:47:58 +00001572006-03-16 Linus Walleij <triad@df.lth.se>
158
159 * Fixed the .h file and implementation so you really only
160 need this one .h file to interface the library.
161
Linus Walleij80124062006-03-15 10:26:09 +00001622006-03-15 Linus Walleij <triad@df.lth.se>
163
164 * Added three device information retrieval functions.
165
Linus Walleij15e344f2006-03-06 15:15:00 +00001662006-03-06 Linus Walleij <triad@df.lth.se>
167
168 * Moving some things around to structure the source. More
169 will be needed...
170
Linus Walleij93218602006-02-27 08:53:38 +00001712006-02-27 Linus Walleij <triad@df.lth.se>
172
173 * Release libmtp 0.0.1 so people have something to play with,
174 what the heck. Probably saves someones day.
175
Linus Walleij95698cd2006-02-24 10:40:40 +00001762006-02-24 Linus Walleij <triad@df.lth.se>
177
178 * Deltr example program to delete tracks, plus corresponding
179 interface call.
180
Linus Walleij17e39f72006-02-23 15:54:28 +00001812006-02-23 Linus Walleij <triad@df.lth.se>
182
183 * Fixed up sendtr program and metadata tagging function that is
184 used after sending files.
185
Linus Walleij394bbbe2006-02-22 16:10:53 +00001862006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000187
Linus Walleij394bbbe2006-02-22 16:10:53 +0000188 * Untested gettr.c and sendtr.c programs to get and send tracks
189 created.
190
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001912006-01-30 Linus Walleij <triad@df.lth.se>
192
193 * Created the initial GNU source directory structure.
194 * Added the most basic files.