blob: 98d324ed41b2b5c320165a98b2a5529cabe2f9c5 [file] [log] [blame]
Linus Walleije7f44be2006-08-25 19:32:29 +000012006-08-25 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.c: use the new file descriptor sender function.
4 Going to release this as 0.0.13.
5 * src/ptp.c: upstream accepted patches synced in.
6 * src/ptp.h: dito.
7
Linus Walleijeab650b2006-08-21 23:26:37 +000082006-08-22 Linus Walleij <triad@df.lth.se>
9
Linus Walleij80d134a2006-08-22 21:41:37 +000010 * src/libusb-glue.c: found a real nasty endpoint bug,
11 code from libgphoto2 was assuming max packet size of
12 512 bytes while it is 64 when a USB 2.0 device is
13 plugged into an UHCI hub.
14
152006-08-22 Linus Walleij <triad@df.lth.se>
16
Linus Walleijeab650b2006-08-21 23:26:37 +000017 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
18
Linus Walleij924236a2006-08-20 22:17:58 +0000192006-08-21 Linus Walleij <triad@df.lth.se>
20
21 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +000022 as result of experiments by Gavin McCullagh. Upstream
23 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +000024 Move iconv() converters into device struct for thread
25 safety.
Linus Walleij96c62432006-08-21 10:04:02 +000026 * src/ptp.c: sync to upstream which merges patch to get
27 file directly to file descriptor.
28 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +000029 * src/unicode.c: move iconv() converters into the device
30 struct for thread safety.
31 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +000032
Linus Walleij30658792006-08-19 22:18:55 +0000332006-08-20 Linus Walleij <triad@df.lth.se>
34
35 * src/libmtp.h.in: set friendly name and sync partner,
36 rename ownername to friendlyname.
37 * src/libmtp.c: dito.
38 * examples/detect.c: reflect changes.
39 * src/Makefile.am: interface is incompatible so age it.
40
Linus Walleijfae27482006-08-19 20:13:25 +0000412006-08-19 Linus Walleij <triad@df.lth.se>
42
43 * src/libmtp.h.in: add function to get syncronization
44 partner for the device.
45 * src/libmtp.c: dito.
46 * examples/detect.c: use that function.
47 * src/Makefile.am: backward-compatible interface bump.
48
Linus Walleij16571dc2006-08-17 20:27:46 +0000492006-08-17 Linus Walleij <triad@df.lth.se>
50
51 * configure.ac: bump to 0.0.12 and require iconv.h.
52
532006-08-16 Linus Walleij <triad@df.lth.se>
54
55 * src/unicode.c: remove bigendian weirdness and switch
56 to using iconv() instead.
57 * src/unicode.h: dito.
58 * src/libmtp.c: reflect changes.
59
Linus Walleij3e188f12006-08-09 20:46:05 +0000602006-08-09 Linus Walleij <triad@df.lth.se>
61
62 * Release libmtp 0.0.11.
63
Linus Walleij2eb884b2006-08-04 19:17:36 +0000642006-08-04 Linus Walleij <triad@df.lth.se>
65
66 * src/libmtp.c: patch from Dan Aloni to make sendfile
67 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +000068 * src/libusb-glue.c: patch from Andy Kelk to avoid
69 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +000070 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +000071
Linus Walleijaa4b0752006-07-26 22:21:04 +0000722006-07-27 Linus Walleij <triad@df.lth.se>
73
74 * Release libmtp 0.0.10.
75
Linus Walleij17b55ea2006-07-26 13:54:00 +0000762006-07-26 Linus Walleij <triad@df.lth.se>
77
78 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +000079 * src/libmtp.c: only set metdata properties supported by
80 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +000081 * src/ptp.c: sync to upstream.
82 * src/ptp.h: sync to upstream.
83 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +000084
Linus Walleijc187cb92006-06-22 17:58:13 +0000852006-06-22 Linus Walleij <triad@df.lth.se>
86
87 * Release libmtp 0.0.9.
88
Linus Walleij8ab54262006-06-21 07:12:28 +0000892006-06-21 Linus Walleij <triad@df.lth.se>
90
91 * src/libmtp.h.in: added function to retrieve supported
92 filetypes.
93 * src/libmtp.c: ditto.
94 * examples/detect.c: use that function.
95
Linus Walleijcf223e62006-06-19 09:31:53 +0000962006-06-19 Linus Walleij <triad@df.lth.se>
97
98 * src/unicode.c: support all endianness, detect
99 byte-order-mark
100 * src/unicode.h: ditto.
101 * src/libmtp.c: ditto.
102 * examples/detect.c: use proper tempfile function.
103 * src/libmtp.h.in: add some more track properties.
104 * src/libmtp.c: ditto.
105 * examples/tracks.c: ditto.
106
Linus Walleij2e4b5f92006-06-16 14:00:49 +00001072006-06-16 Linus Walleij <triad@df.lth.se>
108
109 * src/libmtp.h.in: new interfaces for single metadata post
110 retrieveal.
111 * src/libmtp.c: ditto.
112 * examples/playlists.c: display track info using the new
113 individual track metadata retrieveal method.
114 * examples/getplaylist.c: ditto.
115
Linus Walleij05ccbe72006-06-13 07:46:58 +00001162006-06-13 Linus Walleij <triad@df.lth.se>
117
118 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000119 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000120 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000121 we can find them. Retrieve device secure time and cert
122 out of sheer curiosity.
123 * src/ptp.c: sync to libgphoto2 with my patches.
124 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000125
Linus Walleij438bd7f2006-06-08 11:35:44 +00001262006-06-07 Linus Walleij <triad@df.lth.se>
127
128 * src/libmtp.h.in: new playlist API and refactorings.
129 * src/libmtp.c: ditto, and refactorings.
130 * src/unicode.h: const correctness.
131 * src/unicode.c: ditto.
132 * examples/playlists.c: new example program.
133 * configure.ac: bump to 0.0.9
134 * src/Makefile.am: bump library interface.
135
Linus Walleij52e3ac52006-06-05 10:30:00 +00001362006-06-05 Linus Walleij <triad@df.lth.se>
137
138 * examples/sendtr.c: fixed annoying bug that made this
139 program totally useless.
140 * src/libmtp.c: cosmetics.
141 * configure.ac: bump to 0.0.8.
142
Linus Walleij345a3372006-06-03 20:55:25 +00001432006-06-03 Linus Walleij <triad@df.lth.se>
144
145 * src/libmtp.c: metadata bugs, album name and genre
146 confused. Fixe it and released libmtp 0.0.7.
147
Linus Walleijdc09dc02006-06-01 14:23:41 +00001482006-06-01 Linus Walleij <triad@df.lth.se>
149
150 * Released libmtp 0.0.6.
151
Linus Walleij549ec4d2006-05-31 19:59:52 +00001522006-05-31 Linus Walleij <triad@df.lth.se>
153
154 * src/libmtp.c: fixed mapping for JPEG vs JFIF
155 * src/libmtp.h.in: added proper type for JPEG
156 * examples/sendfile.c: send proper JPEG type
157
Linus Walleijd3fdd972006-05-30 15:51:37 +00001582006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
159
160 * src/libmtp.c: fixed a bug in update metadata due to
161 bad use of return code.
162 * src/libusb-glue.c: fixed a loop exiting problem with
163 good 'ol GOTO.
164
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001652006-05-29 Linus Walleij <triad@df.lth.se>
166
167 * src/libusb-glue.c: one more device.
168 * doc/examples.h: produce correct documentation.
169 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000170 * src/ptp.c: sync to libgphoto2.
171 * src/ptp.h: ditto.
172 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000173 * src/libmtp.c: fixed all filetype API related functions
174 not to use any PTP intrinsic defines at all, made all
175 parameters to functions use the internal libmtp interface
176 enumerations and definitions. Removed LIBMTP_Release():
177 we can live with the memory lost during init. You're not
178 supposed to re-initialize the device. Consequently removed
179 the delete function that cleaned the filetype assoc list.
180 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000181
ravelox088180b2006-05-26 23:55:40 +00001822006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
183
184 * src/libmtp.c: refactored object handling to be more generic
185 * src/libmtp.h.in: ditto
186 * examples/refactortest.c: Added simple example to use refactoring
187 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000188 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
189 for playlist handling
190 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000191
Linus Walleij1fd2d272006-05-08 09:22:01 +00001922006-05-08 Linus Walleij <triad@df.lth.se>
193
194 * src/libmtp.h.in: add simple detection function.
195 * src/libusb-glue.c: implement MTP "OS descriptor" for
196 looking for MTP devices.
197 * examples/detect.c: make it possible to do very
198 rudimentary detection with "detect -p".
199 * configure.ac: bump to 0.0.5.
200
Linus Walleij685137f2006-05-07 18:09:02 +00002012006-05-07 Linus Walleij <triad@df.lth.se>
202
203 * COPYING: since we no longer use any parts of libptp2
204 and only files from libgphoto2, we switch to the GNU
205 Lesser General Public License (GNU LGPL). libptp2 is
206 a derived work from libgphoto2, and so is libmtp, there
207 are no remnants of libptp2 in libmtp anymore.
208
Linus Walleij16c51f02006-05-04 13:20:22 +00002092006-05-04 Linus Walleij <triad@df.lth.se>
210
211 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000212 * src/libmtp.c: respectfully rearranged to use a filetype mapping
213 table.
214 * src/ptp-pack.c: real nasty unicode packing bug.
215 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000216
Linus Walleijd6a49972006-05-02 08:24:54 +00002172006-05-02 Linus Walleij <triad@df.lth.se>
218
219 * src/libmtp.c: general shaping up for release. All track
220 and file sending functions now respects a parent ID to be
221 sent along with files and tracks.
222 * src/libmtp.h.in: dito.
223 * src/libusb-glue.c: dito.
224 * examples/sendfile.c: interface dependency changes.
225 * examples/sendtr.c: dito.
226
Linus Walleijc60275a2006-04-30 10:58:11 +00002272006-04-30 Linus Walleij <triad@df.lth.se>
228
229 * src/ptp.c: sync upstream.
230 * src/ptp.h: dito.
231
Linus Walleij370c68d2006-04-27 14:19:01 +00002322006-04-27 Linus Walleij <triad@df.lth.se>
233
234 * examples/sendfile.c: first file sender program based
235 on API implementation and changes by Chris Allegretta.
236 * examples/Makefile.am: new program, new entry.
237 * src/libmtp.c: reflect this new functionality.
238 * src/libmtp.h.in: dito.
239
Linus Walleijb02a0662006-04-25 08:05:09 +00002402006-04-25 Linus Walleij <triad@df.lth.se>
241
242 * Rebased the sources around libgphoto2 instead.
243 This was a major revision...
244 * src/ptp.c: imported libgphoto2 version verbatim.
245 * src/ptp.h: imported libgphoto2 version, minor patch.
246 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000247 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000248 * src/mtp.c: dropped, since all functions are now in ptp.c
249 * src/mtp-pack.c: dropped, same reason.
250 * src/mtp.h: dropped, same reason.
251 * src/mtp-pack.h: dropped, same reason.
252
Linus Walleije5f3ad42006-04-21 07:44:36 +00002532006-04-21 Linus Walleij <triad@df.lth.se>
254
Linus Walleij902c0b92006-04-21 10:52:48 +0000255 * Released libmtp 0.0.3
256 * Bumped source to 0.0.4
257
2582006-04-21 Linus Walleij <triad@df.lth.se>
259
Linus Walleije5f3ad42006-04-21 07:44:36 +0000260 * src/ptp-pack.c: GCC 4.x compilation patch from
261 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000262 * src/libusb-glue.c: New Samsung device and some
263 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000264 * src/ptp.h: some defines from libgphoto2 to get
265 a bit more compatible.
266 * src/libmtp.c: Added a folder API implementation by
267 Dave "ravelox" Kelly.
268 * src/libmtp.h.in: dito.
269 * examples/folders.c: dito.
270 * examples/newfolder.c: dito.
271 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000272
Linus Walleij6fd2f082006-03-28 07:19:22 +00002732006-03-28 Linus Walleij <triad@df.lth.se>
274
275 * m4/*: updated macros to work with GCC 4.1.0.
276 * examples/hotplug.c: new program to create device
277 ID lists.
278 * libmtp.rules: now an auto-generated file.
279 * libmtp.usermap: now an auto-generated file.
280
Linus Walleijf6bc1782006-03-24 15:12:47 +00002812006-03-24 Linus Walleij <triad@df.lth.se>
282
283 * Beginning a file API, fixed some example program
284 names and such.
285
Linus Walleij6946ac52006-03-21 06:51:22 +00002862006-03-18 Linus Walleij <triad@df.lth.se>
287
288 * Fixed up callback interface to a simpler version,
289 the old one was bloated stuff from libnjb anyway.
290 Bump to 0.0.2.
291
Linus Walleij9b28da32006-03-16 13:47:58 +00002922006-03-16 Linus Walleij <triad@df.lth.se>
293
294 * Fixed the .h file and implementation so you really only
295 need this one .h file to interface the library.
296
Linus Walleij80124062006-03-15 10:26:09 +00002972006-03-15 Linus Walleij <triad@df.lth.se>
298
299 * Added three device information retrieval functions.
300
Linus Walleij15e344f2006-03-06 15:15:00 +00003012006-03-06 Linus Walleij <triad@df.lth.se>
302
303 * Moving some things around to structure the source. More
304 will be needed...
305
Linus Walleij93218602006-02-27 08:53:38 +00003062006-02-27 Linus Walleij <triad@df.lth.se>
307
308 * Release libmtp 0.0.1 so people have something to play with,
309 what the heck. Probably saves someones day.
310
Linus Walleij95698cd2006-02-24 10:40:40 +00003112006-02-24 Linus Walleij <triad@df.lth.se>
312
313 * Deltr example program to delete tracks, plus corresponding
314 interface call.
315
Linus Walleij17e39f72006-02-23 15:54:28 +00003162006-02-23 Linus Walleij <triad@df.lth.se>
317
318 * Fixed up sendtr program and metadata tagging function that is
319 used after sending files.
320
Linus Walleij394bbbe2006-02-22 16:10:53 +00003212006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000322
Linus Walleij394bbbe2006-02-22 16:10:53 +0000323 * Untested gettr.c and sendtr.c programs to get and send tracks
324 created.
325
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00003262006-01-30 Linus Walleij <triad@df.lth.se>
327
328 * Created the initial GNU source directory structure.
329 * Added the most basic files.