blob: c9c16624be6105cb31132d5f58d45f72697a03f0 [file] [log] [blame]
Linus Walleijfae27482006-08-19 20:13:25 +000012006-08-19 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: add function to get syncronization
4 partner for the device.
5 * src/libmtp.c: dito.
6 * examples/detect.c: use that function.
7 * src/Makefile.am: backward-compatible interface bump.
8
Linus Walleij16571dc2006-08-17 20:27:46 +000092006-08-17 Linus Walleij <triad@df.lth.se>
10
11 * configure.ac: bump to 0.0.12 and require iconv.h.
12
132006-08-16 Linus Walleij <triad@df.lth.se>
14
15 * src/unicode.c: remove bigendian weirdness and switch
16 to using iconv() instead.
17 * src/unicode.h: dito.
18 * src/libmtp.c: reflect changes.
19
Linus Walleij3e188f12006-08-09 20:46:05 +0000202006-08-09 Linus Walleij <triad@df.lth.se>
21
22 * Release libmtp 0.0.11.
23
Linus Walleij2eb884b2006-08-04 19:17:36 +0000242006-08-04 Linus Walleij <triad@df.lth.se>
25
26 * src/libmtp.c: patch from Dan Aloni to make sendfile
27 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +000028 * src/libusb-glue.c: patch from Andy Kelk to avoid
29 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +000030 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +000031
Linus Walleijaa4b0752006-07-26 22:21:04 +0000322006-07-27 Linus Walleij <triad@df.lth.se>
33
34 * Release libmtp 0.0.10.
35
Linus Walleij17b55ea2006-07-26 13:54:00 +0000362006-07-26 Linus Walleij <triad@df.lth.se>
37
38 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +000039 * src/libmtp.c: only set metdata properties supported by
40 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +000041 * src/ptp.c: sync to upstream.
42 * src/ptp.h: sync to upstream.
43 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +000044
Linus Walleijc187cb92006-06-22 17:58:13 +0000452006-06-22 Linus Walleij <triad@df.lth.se>
46
47 * Release libmtp 0.0.9.
48
Linus Walleij8ab54262006-06-21 07:12:28 +0000492006-06-21 Linus Walleij <triad@df.lth.se>
50
51 * src/libmtp.h.in: added function to retrieve supported
52 filetypes.
53 * src/libmtp.c: ditto.
54 * examples/detect.c: use that function.
55
Linus Walleijcf223e62006-06-19 09:31:53 +0000562006-06-19 Linus Walleij <triad@df.lth.se>
57
58 * src/unicode.c: support all endianness, detect
59 byte-order-mark
60 * src/unicode.h: ditto.
61 * src/libmtp.c: ditto.
62 * examples/detect.c: use proper tempfile function.
63 * src/libmtp.h.in: add some more track properties.
64 * src/libmtp.c: ditto.
65 * examples/tracks.c: ditto.
66
Linus Walleij2e4b5f92006-06-16 14:00:49 +0000672006-06-16 Linus Walleij <triad@df.lth.se>
68
69 * src/libmtp.h.in: new interfaces for single metadata post
70 retrieveal.
71 * src/libmtp.c: ditto.
72 * examples/playlists.c: display track info using the new
73 individual track metadata retrieveal method.
74 * examples/getplaylist.c: ditto.
75
Linus Walleij05ccbe72006-06-13 07:46:58 +0000762006-06-13 Linus Walleij <triad@df.lth.se>
77
78 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +000079 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +000080 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +000081 we can find them. Retrieve device secure time and cert
82 out of sheer curiosity.
83 * src/ptp.c: sync to libgphoto2 with my patches.
84 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +000085
Linus Walleij438bd7f2006-06-08 11:35:44 +0000862006-06-07 Linus Walleij <triad@df.lth.se>
87
88 * src/libmtp.h.in: new playlist API and refactorings.
89 * src/libmtp.c: ditto, and refactorings.
90 * src/unicode.h: const correctness.
91 * src/unicode.c: ditto.
92 * examples/playlists.c: new example program.
93 * configure.ac: bump to 0.0.9
94 * src/Makefile.am: bump library interface.
95
Linus Walleij52e3ac52006-06-05 10:30:00 +0000962006-06-05 Linus Walleij <triad@df.lth.se>
97
98 * examples/sendtr.c: fixed annoying bug that made this
99 program totally useless.
100 * src/libmtp.c: cosmetics.
101 * configure.ac: bump to 0.0.8.
102
Linus Walleij345a3372006-06-03 20:55:25 +00001032006-06-03 Linus Walleij <triad@df.lth.se>
104
105 * src/libmtp.c: metadata bugs, album name and genre
106 confused. Fixe it and released libmtp 0.0.7.
107
Linus Walleijdc09dc02006-06-01 14:23:41 +00001082006-06-01 Linus Walleij <triad@df.lth.se>
109
110 * Released libmtp 0.0.6.
111
Linus Walleij549ec4d2006-05-31 19:59:52 +00001122006-05-31 Linus Walleij <triad@df.lth.se>
113
114 * src/libmtp.c: fixed mapping for JPEG vs JFIF
115 * src/libmtp.h.in: added proper type for JPEG
116 * examples/sendfile.c: send proper JPEG type
117
Linus Walleijd3fdd972006-05-30 15:51:37 +00001182006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
119
120 * src/libmtp.c: fixed a bug in update metadata due to
121 bad use of return code.
122 * src/libusb-glue.c: fixed a loop exiting problem with
123 good 'ol GOTO.
124
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001252006-05-29 Linus Walleij <triad@df.lth.se>
126
127 * src/libusb-glue.c: one more device.
128 * doc/examples.h: produce correct documentation.
129 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000130 * src/ptp.c: sync to libgphoto2.
131 * src/ptp.h: ditto.
132 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000133 * src/libmtp.c: fixed all filetype API related functions
134 not to use any PTP intrinsic defines at all, made all
135 parameters to functions use the internal libmtp interface
136 enumerations and definitions. Removed LIBMTP_Release():
137 we can live with the memory lost during init. You're not
138 supposed to re-initialize the device. Consequently removed
139 the delete function that cleaned the filetype assoc list.
140 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000141
ravelox088180b2006-05-26 23:55:40 +00001422006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
143
144 * src/libmtp.c: refactored object handling to be more generic
145 * src/libmtp.h.in: ditto
146 * examples/refactortest.c: Added simple example to use refactoring
147 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000148 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
149 for playlist handling
150 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000151
Linus Walleij1fd2d272006-05-08 09:22:01 +00001522006-05-08 Linus Walleij <triad@df.lth.se>
153
154 * src/libmtp.h.in: add simple detection function.
155 * src/libusb-glue.c: implement MTP "OS descriptor" for
156 looking for MTP devices.
157 * examples/detect.c: make it possible to do very
158 rudimentary detection with "detect -p".
159 * configure.ac: bump to 0.0.5.
160
Linus Walleij685137f2006-05-07 18:09:02 +00001612006-05-07 Linus Walleij <triad@df.lth.se>
162
163 * COPYING: since we no longer use any parts of libptp2
164 and only files from libgphoto2, we switch to the GNU
165 Lesser General Public License (GNU LGPL). libptp2 is
166 a derived work from libgphoto2, and so is libmtp, there
167 are no remnants of libptp2 in libmtp anymore.
168
Linus Walleij16c51f02006-05-04 13:20:22 +00001692006-05-04 Linus Walleij <triad@df.lth.se>
170
171 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000172 * src/libmtp.c: respectfully rearranged to use a filetype mapping
173 table.
174 * src/ptp-pack.c: real nasty unicode packing bug.
175 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000176
Linus Walleijd6a49972006-05-02 08:24:54 +00001772006-05-02 Linus Walleij <triad@df.lth.se>
178
179 * src/libmtp.c: general shaping up for release. All track
180 and file sending functions now respects a parent ID to be
181 sent along with files and tracks.
182 * src/libmtp.h.in: dito.
183 * src/libusb-glue.c: dito.
184 * examples/sendfile.c: interface dependency changes.
185 * examples/sendtr.c: dito.
186
Linus Walleijc60275a2006-04-30 10:58:11 +00001872006-04-30 Linus Walleij <triad@df.lth.se>
188
189 * src/ptp.c: sync upstream.
190 * src/ptp.h: dito.
191
Linus Walleij370c68d2006-04-27 14:19:01 +00001922006-04-27 Linus Walleij <triad@df.lth.se>
193
194 * examples/sendfile.c: first file sender program based
195 on API implementation and changes by Chris Allegretta.
196 * examples/Makefile.am: new program, new entry.
197 * src/libmtp.c: reflect this new functionality.
198 * src/libmtp.h.in: dito.
199
Linus Walleijb02a0662006-04-25 08:05:09 +00002002006-04-25 Linus Walleij <triad@df.lth.se>
201
202 * Rebased the sources around libgphoto2 instead.
203 This was a major revision...
204 * src/ptp.c: imported libgphoto2 version verbatim.
205 * src/ptp.h: imported libgphoto2 version, minor patch.
206 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000207 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000208 * src/mtp.c: dropped, since all functions are now in ptp.c
209 * src/mtp-pack.c: dropped, same reason.
210 * src/mtp.h: dropped, same reason.
211 * src/mtp-pack.h: dropped, same reason.
212
Linus Walleije5f3ad42006-04-21 07:44:36 +00002132006-04-21 Linus Walleij <triad@df.lth.se>
214
Linus Walleij902c0b92006-04-21 10:52:48 +0000215 * Released libmtp 0.0.3
216 * Bumped source to 0.0.4
217
2182006-04-21 Linus Walleij <triad@df.lth.se>
219
Linus Walleije5f3ad42006-04-21 07:44:36 +0000220 * src/ptp-pack.c: GCC 4.x compilation patch from
221 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000222 * src/libusb-glue.c: New Samsung device and some
223 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000224 * src/ptp.h: some defines from libgphoto2 to get
225 a bit more compatible.
226 * src/libmtp.c: Added a folder API implementation by
227 Dave "ravelox" Kelly.
228 * src/libmtp.h.in: dito.
229 * examples/folders.c: dito.
230 * examples/newfolder.c: dito.
231 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000232
Linus Walleij6fd2f082006-03-28 07:19:22 +00002332006-03-28 Linus Walleij <triad@df.lth.se>
234
235 * m4/*: updated macros to work with GCC 4.1.0.
236 * examples/hotplug.c: new program to create device
237 ID lists.
238 * libmtp.rules: now an auto-generated file.
239 * libmtp.usermap: now an auto-generated file.
240
Linus Walleijf6bc1782006-03-24 15:12:47 +00002412006-03-24 Linus Walleij <triad@df.lth.se>
242
243 * Beginning a file API, fixed some example program
244 names and such.
245
Linus Walleij6946ac52006-03-21 06:51:22 +00002462006-03-18 Linus Walleij <triad@df.lth.se>
247
248 * Fixed up callback interface to a simpler version,
249 the old one was bloated stuff from libnjb anyway.
250 Bump to 0.0.2.
251
Linus Walleij9b28da32006-03-16 13:47:58 +00002522006-03-16 Linus Walleij <triad@df.lth.se>
253
254 * Fixed the .h file and implementation so you really only
255 need this one .h file to interface the library.
256
Linus Walleij80124062006-03-15 10:26:09 +00002572006-03-15 Linus Walleij <triad@df.lth.se>
258
259 * Added three device information retrieval functions.
260
Linus Walleij15e344f2006-03-06 15:15:00 +00002612006-03-06 Linus Walleij <triad@df.lth.se>
262
263 * Moving some things around to structure the source. More
264 will be needed...
265
Linus Walleij93218602006-02-27 08:53:38 +00002662006-02-27 Linus Walleij <triad@df.lth.se>
267
268 * Release libmtp 0.0.1 so people have something to play with,
269 what the heck. Probably saves someones day.
270
Linus Walleij95698cd2006-02-24 10:40:40 +00002712006-02-24 Linus Walleij <triad@df.lth.se>
272
273 * Deltr example program to delete tracks, plus corresponding
274 interface call.
275
Linus Walleij17e39f72006-02-23 15:54:28 +00002762006-02-23 Linus Walleij <triad@df.lth.se>
277
278 * Fixed up sendtr program and metadata tagging function that is
279 used after sending files.
280
Linus Walleij394bbbe2006-02-22 16:10:53 +00002812006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000282
Linus Walleij394bbbe2006-02-22 16:10:53 +0000283 * Untested gettr.c and sendtr.c programs to get and send tracks
284 created.
285
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002862006-01-30 Linus Walleij <triad@df.lth.se>
287
288 * Created the initial GNU source directory structure.
289 * Added the most basic files.