blob: 6c1175396ef9c5353471b48d80e3caea6c43e710 [file] [log] [blame]
Linus Walleija823a702006-08-27 21:27:46 +000012006-08-28 Linus Walleij <triad@df.lth.se>
2
3 * configure.ac: version bump.
4 * src/ptp-pack.c: upstream has committed my patch giving full
5 unicode support in libgphoto2 ptp2 camlib. No need for
6 any more ugly workarounds, plus we now have full unicode
7 filenames!
8 * src/ptp.c: dito.
9 * src/ptp.h: dito.
10 * src/libmtp.c: revamp to use the new unicode support in
11 libgphoto2.
12 * src/unicode.c: remove unused functionality.
13 * src/unicode.h: dito.
14
Linus Walleijee73ef22006-08-27 19:56:00 +0000152006-08-27 Linus Walleij <triad@df.lth.se>
16
17 * configure.ac: version bump. Release all these fixes
18 as 0.0.15.
19 * src/libusb-glue.c: fixed sucky errors. Added callback
20 code when reading files.
21 * src/libusb-glue.h: const correctness.
22 * src/libmtp.h.in: finally fixup the type on the callbacks.
23 * src/libmtp.c: more accurate sending callbacks. Callbacks
24 when getting files also, working correctly. Typeing of
25 callbacks now OK.
26 * examples/getfile.c: some display bar cosmetic fixup.
27 * TODO: lots of the things todo are now done.
28
Linus Walleijd214b9b2006-08-26 22:08:37 +0000292006-08-26 Linus Walleij <triad@df.lth.se>
30
31 * configure.ac: version bump.
32 * src/libmtp.c: fix bug and reinstate callbacks.
33 * src/libusb-glue.h: dito.
34 * src/libusb-glue.c: dito.
35
Linus Walleije7f44be2006-08-25 19:32:29 +0000362006-08-25 Linus Walleij <triad@df.lth.se>
37
38 * src/libmtp.c: use the new file descriptor sender function.
39 Going to release this as 0.0.13.
40 * src/ptp.c: upstream accepted patches synced in.
41 * src/ptp.h: dito.
42
Linus Walleijeab650b2006-08-21 23:26:37 +0000432006-08-22 Linus Walleij <triad@df.lth.se>
44
Linus Walleij80d134a2006-08-22 21:41:37 +000045 * src/libusb-glue.c: found a real nasty endpoint bug,
46 code from libgphoto2 was assuming max packet size of
47 512 bytes while it is 64 when a USB 2.0 device is
48 plugged into an UHCI hub.
49
502006-08-22 Linus Walleij <triad@df.lth.se>
51
Linus Walleijeab650b2006-08-21 23:26:37 +000052 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
53
Linus Walleij924236a2006-08-20 22:17:58 +0000542006-08-21 Linus Walleij <triad@df.lth.se>
55
56 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +000057 as result of experiments by Gavin McCullagh. Upstream
58 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +000059 Move iconv() converters into device struct for thread
60 safety.
Linus Walleij96c62432006-08-21 10:04:02 +000061 * src/ptp.c: sync to upstream which merges patch to get
62 file directly to file descriptor.
63 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +000064 * src/unicode.c: move iconv() converters into the device
65 struct for thread safety.
66 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +000067
Linus Walleij30658792006-08-19 22:18:55 +0000682006-08-20 Linus Walleij <triad@df.lth.se>
69
70 * src/libmtp.h.in: set friendly name and sync partner,
71 rename ownername to friendlyname.
72 * src/libmtp.c: dito.
73 * examples/detect.c: reflect changes.
74 * src/Makefile.am: interface is incompatible so age it.
75
Linus Walleijfae27482006-08-19 20:13:25 +0000762006-08-19 Linus Walleij <triad@df.lth.se>
77
78 * src/libmtp.h.in: add function to get syncronization
79 partner for the device.
80 * src/libmtp.c: dito.
81 * examples/detect.c: use that function.
82 * src/Makefile.am: backward-compatible interface bump.
83
Linus Walleij16571dc2006-08-17 20:27:46 +0000842006-08-17 Linus Walleij <triad@df.lth.se>
85
86 * configure.ac: bump to 0.0.12 and require iconv.h.
87
882006-08-16 Linus Walleij <triad@df.lth.se>
89
90 * src/unicode.c: remove bigendian weirdness and switch
91 to using iconv() instead.
92 * src/unicode.h: dito.
93 * src/libmtp.c: reflect changes.
94
Linus Walleij3e188f12006-08-09 20:46:05 +0000952006-08-09 Linus Walleij <triad@df.lth.se>
96
97 * Release libmtp 0.0.11.
98
Linus Walleij2eb884b2006-08-04 19:17:36 +0000992006-08-04 Linus Walleij <triad@df.lth.se>
100
101 * src/libmtp.c: patch from Dan Aloni to make sendfile
102 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000103 * src/libusb-glue.c: patch from Andy Kelk to avoid
104 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000105 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000106
Linus Walleijaa4b0752006-07-26 22:21:04 +00001072006-07-27 Linus Walleij <triad@df.lth.se>
108
109 * Release libmtp 0.0.10.
110
Linus Walleij17b55ea2006-07-26 13:54:00 +00001112006-07-26 Linus Walleij <triad@df.lth.se>
112
113 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000114 * src/libmtp.c: only set metdata properties supported by
115 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000116 * src/ptp.c: sync to upstream.
117 * src/ptp.h: sync to upstream.
118 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000119
Linus Walleijc187cb92006-06-22 17:58:13 +00001202006-06-22 Linus Walleij <triad@df.lth.se>
121
122 * Release libmtp 0.0.9.
123
Linus Walleij8ab54262006-06-21 07:12:28 +00001242006-06-21 Linus Walleij <triad@df.lth.se>
125
126 * src/libmtp.h.in: added function to retrieve supported
127 filetypes.
128 * src/libmtp.c: ditto.
129 * examples/detect.c: use that function.
130
Linus Walleijcf223e62006-06-19 09:31:53 +00001312006-06-19 Linus Walleij <triad@df.lth.se>
132
133 * src/unicode.c: support all endianness, detect
134 byte-order-mark
135 * src/unicode.h: ditto.
136 * src/libmtp.c: ditto.
137 * examples/detect.c: use proper tempfile function.
138 * src/libmtp.h.in: add some more track properties.
139 * src/libmtp.c: ditto.
140 * examples/tracks.c: ditto.
141
Linus Walleij2e4b5f92006-06-16 14:00:49 +00001422006-06-16 Linus Walleij <triad@df.lth.se>
143
144 * src/libmtp.h.in: new interfaces for single metadata post
145 retrieveal.
146 * src/libmtp.c: ditto.
147 * examples/playlists.c: display track info using the new
148 individual track metadata retrieveal method.
149 * examples/getplaylist.c: ditto.
150
Linus Walleij05ccbe72006-06-13 07:46:58 +00001512006-06-13 Linus Walleij <triad@df.lth.se>
152
153 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000154 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000155 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000156 we can find them. Retrieve device secure time and cert
157 out of sheer curiosity.
158 * src/ptp.c: sync to libgphoto2 with my patches.
159 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000160
Linus Walleij438bd7f2006-06-08 11:35:44 +00001612006-06-07 Linus Walleij <triad@df.lth.se>
162
163 * src/libmtp.h.in: new playlist API and refactorings.
164 * src/libmtp.c: ditto, and refactorings.
165 * src/unicode.h: const correctness.
166 * src/unicode.c: ditto.
167 * examples/playlists.c: new example program.
168 * configure.ac: bump to 0.0.9
169 * src/Makefile.am: bump library interface.
170
Linus Walleij52e3ac52006-06-05 10:30:00 +00001712006-06-05 Linus Walleij <triad@df.lth.se>
172
173 * examples/sendtr.c: fixed annoying bug that made this
174 program totally useless.
175 * src/libmtp.c: cosmetics.
176 * configure.ac: bump to 0.0.8.
177
Linus Walleij345a3372006-06-03 20:55:25 +00001782006-06-03 Linus Walleij <triad@df.lth.se>
179
180 * src/libmtp.c: metadata bugs, album name and genre
181 confused. Fixe it and released libmtp 0.0.7.
182
Linus Walleijdc09dc02006-06-01 14:23:41 +00001832006-06-01 Linus Walleij <triad@df.lth.se>
184
185 * Released libmtp 0.0.6.
186
Linus Walleij549ec4d2006-05-31 19:59:52 +00001872006-05-31 Linus Walleij <triad@df.lth.se>
188
189 * src/libmtp.c: fixed mapping for JPEG vs JFIF
190 * src/libmtp.h.in: added proper type for JPEG
191 * examples/sendfile.c: send proper JPEG type
192
Linus Walleijd3fdd972006-05-30 15:51:37 +00001932006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
194
195 * src/libmtp.c: fixed a bug in update metadata due to
196 bad use of return code.
197 * src/libusb-glue.c: fixed a loop exiting problem with
198 good 'ol GOTO.
199
Linus Walleij9b1fcd92006-05-29 08:35:29 +00002002006-05-29 Linus Walleij <triad@df.lth.se>
201
202 * src/libusb-glue.c: one more device.
203 * doc/examples.h: produce correct documentation.
204 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000205 * src/ptp.c: sync to libgphoto2.
206 * src/ptp.h: ditto.
207 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000208 * src/libmtp.c: fixed all filetype API related functions
209 not to use any PTP intrinsic defines at all, made all
210 parameters to functions use the internal libmtp interface
211 enumerations and definitions. Removed LIBMTP_Release():
212 we can live with the memory lost during init. You're not
213 supposed to re-initialize the device. Consequently removed
214 the delete function that cleaned the filetype assoc list.
215 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000216
ravelox088180b2006-05-26 23:55:40 +00002172006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
218
219 * src/libmtp.c: refactored object handling to be more generic
220 * src/libmtp.h.in: ditto
221 * examples/refactortest.c: Added simple example to use refactoring
222 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000223 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
224 for playlist handling
225 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000226
Linus Walleij1fd2d272006-05-08 09:22:01 +00002272006-05-08 Linus Walleij <triad@df.lth.se>
228
229 * src/libmtp.h.in: add simple detection function.
230 * src/libusb-glue.c: implement MTP "OS descriptor" for
231 looking for MTP devices.
232 * examples/detect.c: make it possible to do very
233 rudimentary detection with "detect -p".
234 * configure.ac: bump to 0.0.5.
235
Linus Walleij685137f2006-05-07 18:09:02 +00002362006-05-07 Linus Walleij <triad@df.lth.se>
237
238 * COPYING: since we no longer use any parts of libptp2
239 and only files from libgphoto2, we switch to the GNU
240 Lesser General Public License (GNU LGPL). libptp2 is
241 a derived work from libgphoto2, and so is libmtp, there
242 are no remnants of libptp2 in libmtp anymore.
243
Linus Walleij16c51f02006-05-04 13:20:22 +00002442006-05-04 Linus Walleij <triad@df.lth.se>
245
246 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000247 * src/libmtp.c: respectfully rearranged to use a filetype mapping
248 table.
249 * src/ptp-pack.c: real nasty unicode packing bug.
250 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000251
Linus Walleijd6a49972006-05-02 08:24:54 +00002522006-05-02 Linus Walleij <triad@df.lth.se>
253
254 * src/libmtp.c: general shaping up for release. All track
255 and file sending functions now respects a parent ID to be
256 sent along with files and tracks.
257 * src/libmtp.h.in: dito.
258 * src/libusb-glue.c: dito.
259 * examples/sendfile.c: interface dependency changes.
260 * examples/sendtr.c: dito.
261
Linus Walleijc60275a2006-04-30 10:58:11 +00002622006-04-30 Linus Walleij <triad@df.lth.se>
263
264 * src/ptp.c: sync upstream.
265 * src/ptp.h: dito.
266
Linus Walleij370c68d2006-04-27 14:19:01 +00002672006-04-27 Linus Walleij <triad@df.lth.se>
268
269 * examples/sendfile.c: first file sender program based
270 on API implementation and changes by Chris Allegretta.
271 * examples/Makefile.am: new program, new entry.
272 * src/libmtp.c: reflect this new functionality.
273 * src/libmtp.h.in: dito.
274
Linus Walleijb02a0662006-04-25 08:05:09 +00002752006-04-25 Linus Walleij <triad@df.lth.se>
276
277 * Rebased the sources around libgphoto2 instead.
278 This was a major revision...
279 * src/ptp.c: imported libgphoto2 version verbatim.
280 * src/ptp.h: imported libgphoto2 version, minor patch.
281 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000282 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000283 * src/mtp.c: dropped, since all functions are now in ptp.c
284 * src/mtp-pack.c: dropped, same reason.
285 * src/mtp.h: dropped, same reason.
286 * src/mtp-pack.h: dropped, same reason.
287
Linus Walleije5f3ad42006-04-21 07:44:36 +00002882006-04-21 Linus Walleij <triad@df.lth.se>
289
Linus Walleij902c0b92006-04-21 10:52:48 +0000290 * Released libmtp 0.0.3
291 * Bumped source to 0.0.4
292
2932006-04-21 Linus Walleij <triad@df.lth.se>
294
Linus Walleije5f3ad42006-04-21 07:44:36 +0000295 * src/ptp-pack.c: GCC 4.x compilation patch from
296 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000297 * src/libusb-glue.c: New Samsung device and some
298 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000299 * src/ptp.h: some defines from libgphoto2 to get
300 a bit more compatible.
301 * src/libmtp.c: Added a folder API implementation by
302 Dave "ravelox" Kelly.
303 * src/libmtp.h.in: dito.
304 * examples/folders.c: dito.
305 * examples/newfolder.c: dito.
306 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000307
Linus Walleij6fd2f082006-03-28 07:19:22 +00003082006-03-28 Linus Walleij <triad@df.lth.se>
309
310 * m4/*: updated macros to work with GCC 4.1.0.
311 * examples/hotplug.c: new program to create device
312 ID lists.
313 * libmtp.rules: now an auto-generated file.
314 * libmtp.usermap: now an auto-generated file.
315
Linus Walleijf6bc1782006-03-24 15:12:47 +00003162006-03-24 Linus Walleij <triad@df.lth.se>
317
318 * Beginning a file API, fixed some example program
319 names and such.
320
Linus Walleij6946ac52006-03-21 06:51:22 +00003212006-03-18 Linus Walleij <triad@df.lth.se>
322
323 * Fixed up callback interface to a simpler version,
324 the old one was bloated stuff from libnjb anyway.
325 Bump to 0.0.2.
326
Linus Walleij9b28da32006-03-16 13:47:58 +00003272006-03-16 Linus Walleij <triad@df.lth.se>
328
329 * Fixed the .h file and implementation so you really only
330 need this one .h file to interface the library.
331
Linus Walleij80124062006-03-15 10:26:09 +00003322006-03-15 Linus Walleij <triad@df.lth.se>
333
334 * Added three device information retrieval functions.
335
Linus Walleij15e344f2006-03-06 15:15:00 +00003362006-03-06 Linus Walleij <triad@df.lth.se>
337
338 * Moving some things around to structure the source. More
339 will be needed...
340
Linus Walleij93218602006-02-27 08:53:38 +00003412006-02-27 Linus Walleij <triad@df.lth.se>
342
343 * Release libmtp 0.0.1 so people have something to play with,
344 what the heck. Probably saves someones day.
345
Linus Walleij95698cd2006-02-24 10:40:40 +00003462006-02-24 Linus Walleij <triad@df.lth.se>
347
348 * Deltr example program to delete tracks, plus corresponding
349 interface call.
350
Linus Walleij17e39f72006-02-23 15:54:28 +00003512006-02-23 Linus Walleij <triad@df.lth.se>
352
353 * Fixed up sendtr program and metadata tagging function that is
354 used after sending files.
355
Linus Walleij394bbbe2006-02-22 16:10:53 +00003562006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000357
Linus Walleij394bbbe2006-02-22 16:10:53 +0000358 * Untested gettr.c and sendtr.c programs to get and send tracks
359 created.
360
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00003612006-01-30 Linus Walleij <triad@df.lth.se>
362
363 * Created the initial GNU source directory structure.
364 * Added the most basic files.