blob: 931a3592c7a33c4ee33ad7f8a1ec3129017cd3a9 [file] [log] [blame]
Linus Walleijee73ef22006-08-27 19:56:00 +000012006-08-27 Linus Walleij <triad@df.lth.se>
2
3 * configure.ac: version bump. Release all these fixes
4 as 0.0.15.
5 * src/libusb-glue.c: fixed sucky errors. Added callback
6 code when reading files.
7 * src/libusb-glue.h: const correctness.
8 * src/libmtp.h.in: finally fixup the type on the callbacks.
9 * src/libmtp.c: more accurate sending callbacks. Callbacks
10 when getting files also, working correctly. Typeing of
11 callbacks now OK.
12 * examples/getfile.c: some display bar cosmetic fixup.
13 * TODO: lots of the things todo are now done.
14
Linus Walleijd214b9b2006-08-26 22:08:37 +0000152006-08-26 Linus Walleij <triad@df.lth.se>
16
17 * configure.ac: version bump.
18 * src/libmtp.c: fix bug and reinstate callbacks.
19 * src/libusb-glue.h: dito.
20 * src/libusb-glue.c: dito.
21
Linus Walleije7f44be2006-08-25 19:32:29 +0000222006-08-25 Linus Walleij <triad@df.lth.se>
23
24 * src/libmtp.c: use the new file descriptor sender function.
25 Going to release this as 0.0.13.
26 * src/ptp.c: upstream accepted patches synced in.
27 * src/ptp.h: dito.
28
Linus Walleijeab650b2006-08-21 23:26:37 +0000292006-08-22 Linus Walleij <triad@df.lth.se>
30
Linus Walleij80d134a2006-08-22 21:41:37 +000031 * src/libusb-glue.c: found a real nasty endpoint bug,
32 code from libgphoto2 was assuming max packet size of
33 512 bytes while it is 64 when a USB 2.0 device is
34 plugged into an UHCI hub.
35
362006-08-22 Linus Walleij <triad@df.lth.se>
37
Linus Walleijeab650b2006-08-21 23:26:37 +000038 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
39
Linus Walleij924236a2006-08-20 22:17:58 +0000402006-08-21 Linus Walleij <triad@df.lth.se>
41
42 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +000043 as result of experiments by Gavin McCullagh. Upstream
44 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +000045 Move iconv() converters into device struct for thread
46 safety.
Linus Walleij96c62432006-08-21 10:04:02 +000047 * src/ptp.c: sync to upstream which merges patch to get
48 file directly to file descriptor.
49 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +000050 * src/unicode.c: move iconv() converters into the device
51 struct for thread safety.
52 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +000053
Linus Walleij30658792006-08-19 22:18:55 +0000542006-08-20 Linus Walleij <triad@df.lth.se>
55
56 * src/libmtp.h.in: set friendly name and sync partner,
57 rename ownername to friendlyname.
58 * src/libmtp.c: dito.
59 * examples/detect.c: reflect changes.
60 * src/Makefile.am: interface is incompatible so age it.
61
Linus Walleijfae27482006-08-19 20:13:25 +0000622006-08-19 Linus Walleij <triad@df.lth.se>
63
64 * src/libmtp.h.in: add function to get syncronization
65 partner for the device.
66 * src/libmtp.c: dito.
67 * examples/detect.c: use that function.
68 * src/Makefile.am: backward-compatible interface bump.
69
Linus Walleij16571dc2006-08-17 20:27:46 +0000702006-08-17 Linus Walleij <triad@df.lth.se>
71
72 * configure.ac: bump to 0.0.12 and require iconv.h.
73
742006-08-16 Linus Walleij <triad@df.lth.se>
75
76 * src/unicode.c: remove bigendian weirdness and switch
77 to using iconv() instead.
78 * src/unicode.h: dito.
79 * src/libmtp.c: reflect changes.
80
Linus Walleij3e188f12006-08-09 20:46:05 +0000812006-08-09 Linus Walleij <triad@df.lth.se>
82
83 * Release libmtp 0.0.11.
84
Linus Walleij2eb884b2006-08-04 19:17:36 +0000852006-08-04 Linus Walleij <triad@df.lth.se>
86
87 * src/libmtp.c: patch from Dan Aloni to make sendfile
88 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +000089 * src/libusb-glue.c: patch from Andy Kelk to avoid
90 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +000091 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +000092
Linus Walleijaa4b0752006-07-26 22:21:04 +0000932006-07-27 Linus Walleij <triad@df.lth.se>
94
95 * Release libmtp 0.0.10.
96
Linus Walleij17b55ea2006-07-26 13:54:00 +0000972006-07-26 Linus Walleij <triad@df.lth.se>
98
99 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000100 * src/libmtp.c: only set metdata properties supported by
101 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000102 * src/ptp.c: sync to upstream.
103 * src/ptp.h: sync to upstream.
104 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000105
Linus Walleijc187cb92006-06-22 17:58:13 +00001062006-06-22 Linus Walleij <triad@df.lth.se>
107
108 * Release libmtp 0.0.9.
109
Linus Walleij8ab54262006-06-21 07:12:28 +00001102006-06-21 Linus Walleij <triad@df.lth.se>
111
112 * src/libmtp.h.in: added function to retrieve supported
113 filetypes.
114 * src/libmtp.c: ditto.
115 * examples/detect.c: use that function.
116
Linus Walleijcf223e62006-06-19 09:31:53 +00001172006-06-19 Linus Walleij <triad@df.lth.se>
118
119 * src/unicode.c: support all endianness, detect
120 byte-order-mark
121 * src/unicode.h: ditto.
122 * src/libmtp.c: ditto.
123 * examples/detect.c: use proper tempfile function.
124 * src/libmtp.h.in: add some more track properties.
125 * src/libmtp.c: ditto.
126 * examples/tracks.c: ditto.
127
Linus Walleij2e4b5f92006-06-16 14:00:49 +00001282006-06-16 Linus Walleij <triad@df.lth.se>
129
130 * src/libmtp.h.in: new interfaces for single metadata post
131 retrieveal.
132 * src/libmtp.c: ditto.
133 * examples/playlists.c: display track info using the new
134 individual track metadata retrieveal method.
135 * examples/getplaylist.c: ditto.
136
Linus Walleij05ccbe72006-06-13 07:46:58 +00001372006-06-13 Linus Walleij <triad@df.lth.se>
138
139 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000140 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000141 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000142 we can find them. Retrieve device secure time and cert
143 out of sheer curiosity.
144 * src/ptp.c: sync to libgphoto2 with my patches.
145 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000146
Linus Walleij438bd7f2006-06-08 11:35:44 +00001472006-06-07 Linus Walleij <triad@df.lth.se>
148
149 * src/libmtp.h.in: new playlist API and refactorings.
150 * src/libmtp.c: ditto, and refactorings.
151 * src/unicode.h: const correctness.
152 * src/unicode.c: ditto.
153 * examples/playlists.c: new example program.
154 * configure.ac: bump to 0.0.9
155 * src/Makefile.am: bump library interface.
156
Linus Walleij52e3ac52006-06-05 10:30:00 +00001572006-06-05 Linus Walleij <triad@df.lth.se>
158
159 * examples/sendtr.c: fixed annoying bug that made this
160 program totally useless.
161 * src/libmtp.c: cosmetics.
162 * configure.ac: bump to 0.0.8.
163
Linus Walleij345a3372006-06-03 20:55:25 +00001642006-06-03 Linus Walleij <triad@df.lth.se>
165
166 * src/libmtp.c: metadata bugs, album name and genre
167 confused. Fixe it and released libmtp 0.0.7.
168
Linus Walleijdc09dc02006-06-01 14:23:41 +00001692006-06-01 Linus Walleij <triad@df.lth.se>
170
171 * Released libmtp 0.0.6.
172
Linus Walleij549ec4d2006-05-31 19:59:52 +00001732006-05-31 Linus Walleij <triad@df.lth.se>
174
175 * src/libmtp.c: fixed mapping for JPEG vs JFIF
176 * src/libmtp.h.in: added proper type for JPEG
177 * examples/sendfile.c: send proper JPEG type
178
Linus Walleijd3fdd972006-05-30 15:51:37 +00001792006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
180
181 * src/libmtp.c: fixed a bug in update metadata due to
182 bad use of return code.
183 * src/libusb-glue.c: fixed a loop exiting problem with
184 good 'ol GOTO.
185
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001862006-05-29 Linus Walleij <triad@df.lth.se>
187
188 * src/libusb-glue.c: one more device.
189 * doc/examples.h: produce correct documentation.
190 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000191 * src/ptp.c: sync to libgphoto2.
192 * src/ptp.h: ditto.
193 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000194 * src/libmtp.c: fixed all filetype API related functions
195 not to use any PTP intrinsic defines at all, made all
196 parameters to functions use the internal libmtp interface
197 enumerations and definitions. Removed LIBMTP_Release():
198 we can live with the memory lost during init. You're not
199 supposed to re-initialize the device. Consequently removed
200 the delete function that cleaned the filetype assoc list.
201 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000202
ravelox088180b2006-05-26 23:55:40 +00002032006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
204
205 * src/libmtp.c: refactored object handling to be more generic
206 * src/libmtp.h.in: ditto
207 * examples/refactortest.c: Added simple example to use refactoring
208 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000209 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
210 for playlist handling
211 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000212
Linus Walleij1fd2d272006-05-08 09:22:01 +00002132006-05-08 Linus Walleij <triad@df.lth.se>
214
215 * src/libmtp.h.in: add simple detection function.
216 * src/libusb-glue.c: implement MTP "OS descriptor" for
217 looking for MTP devices.
218 * examples/detect.c: make it possible to do very
219 rudimentary detection with "detect -p".
220 * configure.ac: bump to 0.0.5.
221
Linus Walleij685137f2006-05-07 18:09:02 +00002222006-05-07 Linus Walleij <triad@df.lth.se>
223
224 * COPYING: since we no longer use any parts of libptp2
225 and only files from libgphoto2, we switch to the GNU
226 Lesser General Public License (GNU LGPL). libptp2 is
227 a derived work from libgphoto2, and so is libmtp, there
228 are no remnants of libptp2 in libmtp anymore.
229
Linus Walleij16c51f02006-05-04 13:20:22 +00002302006-05-04 Linus Walleij <triad@df.lth.se>
231
232 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000233 * src/libmtp.c: respectfully rearranged to use a filetype mapping
234 table.
235 * src/ptp-pack.c: real nasty unicode packing bug.
236 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000237
Linus Walleijd6a49972006-05-02 08:24:54 +00002382006-05-02 Linus Walleij <triad@df.lth.se>
239
240 * src/libmtp.c: general shaping up for release. All track
241 and file sending functions now respects a parent ID to be
242 sent along with files and tracks.
243 * src/libmtp.h.in: dito.
244 * src/libusb-glue.c: dito.
245 * examples/sendfile.c: interface dependency changes.
246 * examples/sendtr.c: dito.
247
Linus Walleijc60275a2006-04-30 10:58:11 +00002482006-04-30 Linus Walleij <triad@df.lth.se>
249
250 * src/ptp.c: sync upstream.
251 * src/ptp.h: dito.
252
Linus Walleij370c68d2006-04-27 14:19:01 +00002532006-04-27 Linus Walleij <triad@df.lth.se>
254
255 * examples/sendfile.c: first file sender program based
256 on API implementation and changes by Chris Allegretta.
257 * examples/Makefile.am: new program, new entry.
258 * src/libmtp.c: reflect this new functionality.
259 * src/libmtp.h.in: dito.
260
Linus Walleijb02a0662006-04-25 08:05:09 +00002612006-04-25 Linus Walleij <triad@df.lth.se>
262
263 * Rebased the sources around libgphoto2 instead.
264 This was a major revision...
265 * src/ptp.c: imported libgphoto2 version verbatim.
266 * src/ptp.h: imported libgphoto2 version, minor patch.
267 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000268 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000269 * src/mtp.c: dropped, since all functions are now in ptp.c
270 * src/mtp-pack.c: dropped, same reason.
271 * src/mtp.h: dropped, same reason.
272 * src/mtp-pack.h: dropped, same reason.
273
Linus Walleije5f3ad42006-04-21 07:44:36 +00002742006-04-21 Linus Walleij <triad@df.lth.se>
275
Linus Walleij902c0b92006-04-21 10:52:48 +0000276 * Released libmtp 0.0.3
277 * Bumped source to 0.0.4
278
2792006-04-21 Linus Walleij <triad@df.lth.se>
280
Linus Walleije5f3ad42006-04-21 07:44:36 +0000281 * src/ptp-pack.c: GCC 4.x compilation patch from
282 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000283 * src/libusb-glue.c: New Samsung device and some
284 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000285 * src/ptp.h: some defines from libgphoto2 to get
286 a bit more compatible.
287 * src/libmtp.c: Added a folder API implementation by
288 Dave "ravelox" Kelly.
289 * src/libmtp.h.in: dito.
290 * examples/folders.c: dito.
291 * examples/newfolder.c: dito.
292 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000293
Linus Walleij6fd2f082006-03-28 07:19:22 +00002942006-03-28 Linus Walleij <triad@df.lth.se>
295
296 * m4/*: updated macros to work with GCC 4.1.0.
297 * examples/hotplug.c: new program to create device
298 ID lists.
299 * libmtp.rules: now an auto-generated file.
300 * libmtp.usermap: now an auto-generated file.
301
Linus Walleijf6bc1782006-03-24 15:12:47 +00003022006-03-24 Linus Walleij <triad@df.lth.se>
303
304 * Beginning a file API, fixed some example program
305 names and such.
306
Linus Walleij6946ac52006-03-21 06:51:22 +00003072006-03-18 Linus Walleij <triad@df.lth.se>
308
309 * Fixed up callback interface to a simpler version,
310 the old one was bloated stuff from libnjb anyway.
311 Bump to 0.0.2.
312
Linus Walleij9b28da32006-03-16 13:47:58 +00003132006-03-16 Linus Walleij <triad@df.lth.se>
314
315 * Fixed the .h file and implementation so you really only
316 need this one .h file to interface the library.
317
Linus Walleij80124062006-03-15 10:26:09 +00003182006-03-15 Linus Walleij <triad@df.lth.se>
319
320 * Added three device information retrieval functions.
321
Linus Walleij15e344f2006-03-06 15:15:00 +00003222006-03-06 Linus Walleij <triad@df.lth.se>
323
324 * Moving some things around to structure the source. More
325 will be needed...
326
Linus Walleij93218602006-02-27 08:53:38 +00003272006-02-27 Linus Walleij <triad@df.lth.se>
328
329 * Release libmtp 0.0.1 so people have something to play with,
330 what the heck. Probably saves someones day.
331
Linus Walleij95698cd2006-02-24 10:40:40 +00003322006-02-24 Linus Walleij <triad@df.lth.se>
333
334 * Deltr example program to delete tracks, plus corresponding
335 interface call.
336
Linus Walleij17e39f72006-02-23 15:54:28 +00003372006-02-23 Linus Walleij <triad@df.lth.se>
338
339 * Fixed up sendtr program and metadata tagging function that is
340 used after sending files.
341
Linus Walleij394bbbe2006-02-22 16:10:53 +00003422006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000343
Linus Walleij394bbbe2006-02-22 16:10:53 +0000344 * Untested gettr.c and sendtr.c programs to get and send tracks
345 created.
346
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00003472006-01-30 Linus Walleij <triad@df.lth.se>
348
349 * Created the initial GNU source directory structure.
350 * Added the most basic files.