blob: 14ea2173fb3dd275316d853c7483040d1065af71 [file] [log] [blame]
Linus Walleijeab650b2006-08-21 23:26:37 +000012006-08-22 Linus Walleij <triad@df.lth.se>
2
3 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
4
Linus Walleij924236a2006-08-20 22:17:58 +000052006-08-21 Linus Walleij <triad@df.lth.se>
6
7 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +00008 as result of experiments by Gavin McCullagh. Upstream
9 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +000010 Move iconv() converters into device struct for thread
11 safety.
Linus Walleij96c62432006-08-21 10:04:02 +000012 * src/ptp.c: sync to upstream which merges patch to get
13 file directly to file descriptor.
14 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +000015 * src/unicode.c: move iconv() converters into the device
16 struct for thread safety.
17 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +000018
Linus Walleij30658792006-08-19 22:18:55 +0000192006-08-20 Linus Walleij <triad@df.lth.se>
20
21 * src/libmtp.h.in: set friendly name and sync partner,
22 rename ownername to friendlyname.
23 * src/libmtp.c: dito.
24 * examples/detect.c: reflect changes.
25 * src/Makefile.am: interface is incompatible so age it.
26
Linus Walleijfae27482006-08-19 20:13:25 +0000272006-08-19 Linus Walleij <triad@df.lth.se>
28
29 * src/libmtp.h.in: add function to get syncronization
30 partner for the device.
31 * src/libmtp.c: dito.
32 * examples/detect.c: use that function.
33 * src/Makefile.am: backward-compatible interface bump.
34
Linus Walleij16571dc2006-08-17 20:27:46 +0000352006-08-17 Linus Walleij <triad@df.lth.se>
36
37 * configure.ac: bump to 0.0.12 and require iconv.h.
38
392006-08-16 Linus Walleij <triad@df.lth.se>
40
41 * src/unicode.c: remove bigendian weirdness and switch
42 to using iconv() instead.
43 * src/unicode.h: dito.
44 * src/libmtp.c: reflect changes.
45
Linus Walleij3e188f12006-08-09 20:46:05 +0000462006-08-09 Linus Walleij <triad@df.lth.se>
47
48 * Release libmtp 0.0.11.
49
Linus Walleij2eb884b2006-08-04 19:17:36 +0000502006-08-04 Linus Walleij <triad@df.lth.se>
51
52 * src/libmtp.c: patch from Dan Aloni to make sendfile
53 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +000054 * src/libusb-glue.c: patch from Andy Kelk to avoid
55 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +000056 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +000057
Linus Walleijaa4b0752006-07-26 22:21:04 +0000582006-07-27 Linus Walleij <triad@df.lth.se>
59
60 * Release libmtp 0.0.10.
61
Linus Walleij17b55ea2006-07-26 13:54:00 +0000622006-07-26 Linus Walleij <triad@df.lth.se>
63
64 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +000065 * src/libmtp.c: only set metdata properties supported by
66 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +000067 * src/ptp.c: sync to upstream.
68 * src/ptp.h: sync to upstream.
69 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +000070
Linus Walleijc187cb92006-06-22 17:58:13 +0000712006-06-22 Linus Walleij <triad@df.lth.se>
72
73 * Release libmtp 0.0.9.
74
Linus Walleij8ab54262006-06-21 07:12:28 +0000752006-06-21 Linus Walleij <triad@df.lth.se>
76
77 * src/libmtp.h.in: added function to retrieve supported
78 filetypes.
79 * src/libmtp.c: ditto.
80 * examples/detect.c: use that function.
81
Linus Walleijcf223e62006-06-19 09:31:53 +0000822006-06-19 Linus Walleij <triad@df.lth.se>
83
84 * src/unicode.c: support all endianness, detect
85 byte-order-mark
86 * src/unicode.h: ditto.
87 * src/libmtp.c: ditto.
88 * examples/detect.c: use proper tempfile function.
89 * src/libmtp.h.in: add some more track properties.
90 * src/libmtp.c: ditto.
91 * examples/tracks.c: ditto.
92
Linus Walleij2e4b5f92006-06-16 14:00:49 +0000932006-06-16 Linus Walleij <triad@df.lth.se>
94
95 * src/libmtp.h.in: new interfaces for single metadata post
96 retrieveal.
97 * src/libmtp.c: ditto.
98 * examples/playlists.c: display track info using the new
99 individual track metadata retrieveal method.
100 * examples/getplaylist.c: ditto.
101
Linus Walleij05ccbe72006-06-13 07:46:58 +00001022006-06-13 Linus Walleij <triad@df.lth.se>
103
104 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000105 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000106 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000107 we can find them. Retrieve device secure time and cert
108 out of sheer curiosity.
109 * src/ptp.c: sync to libgphoto2 with my patches.
110 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000111
Linus Walleij438bd7f2006-06-08 11:35:44 +00001122006-06-07 Linus Walleij <triad@df.lth.se>
113
114 * src/libmtp.h.in: new playlist API and refactorings.
115 * src/libmtp.c: ditto, and refactorings.
116 * src/unicode.h: const correctness.
117 * src/unicode.c: ditto.
118 * examples/playlists.c: new example program.
119 * configure.ac: bump to 0.0.9
120 * src/Makefile.am: bump library interface.
121
Linus Walleij52e3ac52006-06-05 10:30:00 +00001222006-06-05 Linus Walleij <triad@df.lth.se>
123
124 * examples/sendtr.c: fixed annoying bug that made this
125 program totally useless.
126 * src/libmtp.c: cosmetics.
127 * configure.ac: bump to 0.0.8.
128
Linus Walleij345a3372006-06-03 20:55:25 +00001292006-06-03 Linus Walleij <triad@df.lth.se>
130
131 * src/libmtp.c: metadata bugs, album name and genre
132 confused. Fixe it and released libmtp 0.0.7.
133
Linus Walleijdc09dc02006-06-01 14:23:41 +00001342006-06-01 Linus Walleij <triad@df.lth.se>
135
136 * Released libmtp 0.0.6.
137
Linus Walleij549ec4d2006-05-31 19:59:52 +00001382006-05-31 Linus Walleij <triad@df.lth.se>
139
140 * src/libmtp.c: fixed mapping for JPEG vs JFIF
141 * src/libmtp.h.in: added proper type for JPEG
142 * examples/sendfile.c: send proper JPEG type
143
Linus Walleijd3fdd972006-05-30 15:51:37 +00001442006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
145
146 * src/libmtp.c: fixed a bug in update metadata due to
147 bad use of return code.
148 * src/libusb-glue.c: fixed a loop exiting problem with
149 good 'ol GOTO.
150
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001512006-05-29 Linus Walleij <triad@df.lth.se>
152
153 * src/libusb-glue.c: one more device.
154 * doc/examples.h: produce correct documentation.
155 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000156 * src/ptp.c: sync to libgphoto2.
157 * src/ptp.h: ditto.
158 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000159 * src/libmtp.c: fixed all filetype API related functions
160 not to use any PTP intrinsic defines at all, made all
161 parameters to functions use the internal libmtp interface
162 enumerations and definitions. Removed LIBMTP_Release():
163 we can live with the memory lost during init. You're not
164 supposed to re-initialize the device. Consequently removed
165 the delete function that cleaned the filetype assoc list.
166 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000167
ravelox088180b2006-05-26 23:55:40 +00001682006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
169
170 * src/libmtp.c: refactored object handling to be more generic
171 * src/libmtp.h.in: ditto
172 * examples/refactortest.c: Added simple example to use refactoring
173 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000174 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
175 for playlist handling
176 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000177
Linus Walleij1fd2d272006-05-08 09:22:01 +00001782006-05-08 Linus Walleij <triad@df.lth.se>
179
180 * src/libmtp.h.in: add simple detection function.
181 * src/libusb-glue.c: implement MTP "OS descriptor" for
182 looking for MTP devices.
183 * examples/detect.c: make it possible to do very
184 rudimentary detection with "detect -p".
185 * configure.ac: bump to 0.0.5.
186
Linus Walleij685137f2006-05-07 18:09:02 +00001872006-05-07 Linus Walleij <triad@df.lth.se>
188
189 * COPYING: since we no longer use any parts of libptp2
190 and only files from libgphoto2, we switch to the GNU
191 Lesser General Public License (GNU LGPL). libptp2 is
192 a derived work from libgphoto2, and so is libmtp, there
193 are no remnants of libptp2 in libmtp anymore.
194
Linus Walleij16c51f02006-05-04 13:20:22 +00001952006-05-04 Linus Walleij <triad@df.lth.se>
196
197 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000198 * src/libmtp.c: respectfully rearranged to use a filetype mapping
199 table.
200 * src/ptp-pack.c: real nasty unicode packing bug.
201 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000202
Linus Walleijd6a49972006-05-02 08:24:54 +00002032006-05-02 Linus Walleij <triad@df.lth.se>
204
205 * src/libmtp.c: general shaping up for release. All track
206 and file sending functions now respects a parent ID to be
207 sent along with files and tracks.
208 * src/libmtp.h.in: dito.
209 * src/libusb-glue.c: dito.
210 * examples/sendfile.c: interface dependency changes.
211 * examples/sendtr.c: dito.
212
Linus Walleijc60275a2006-04-30 10:58:11 +00002132006-04-30 Linus Walleij <triad@df.lth.se>
214
215 * src/ptp.c: sync upstream.
216 * src/ptp.h: dito.
217
Linus Walleij370c68d2006-04-27 14:19:01 +00002182006-04-27 Linus Walleij <triad@df.lth.se>
219
220 * examples/sendfile.c: first file sender program based
221 on API implementation and changes by Chris Allegretta.
222 * examples/Makefile.am: new program, new entry.
223 * src/libmtp.c: reflect this new functionality.
224 * src/libmtp.h.in: dito.
225
Linus Walleijb02a0662006-04-25 08:05:09 +00002262006-04-25 Linus Walleij <triad@df.lth.se>
227
228 * Rebased the sources around libgphoto2 instead.
229 This was a major revision...
230 * src/ptp.c: imported libgphoto2 version verbatim.
231 * src/ptp.h: imported libgphoto2 version, minor patch.
232 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000233 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000234 * src/mtp.c: dropped, since all functions are now in ptp.c
235 * src/mtp-pack.c: dropped, same reason.
236 * src/mtp.h: dropped, same reason.
237 * src/mtp-pack.h: dropped, same reason.
238
Linus Walleije5f3ad42006-04-21 07:44:36 +00002392006-04-21 Linus Walleij <triad@df.lth.se>
240
Linus Walleij902c0b92006-04-21 10:52:48 +0000241 * Released libmtp 0.0.3
242 * Bumped source to 0.0.4
243
2442006-04-21 Linus Walleij <triad@df.lth.se>
245
Linus Walleije5f3ad42006-04-21 07:44:36 +0000246 * src/ptp-pack.c: GCC 4.x compilation patch from
247 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000248 * src/libusb-glue.c: New Samsung device and some
249 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000250 * src/ptp.h: some defines from libgphoto2 to get
251 a bit more compatible.
252 * src/libmtp.c: Added a folder API implementation by
253 Dave "ravelox" Kelly.
254 * src/libmtp.h.in: dito.
255 * examples/folders.c: dito.
256 * examples/newfolder.c: dito.
257 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000258
Linus Walleij6fd2f082006-03-28 07:19:22 +00002592006-03-28 Linus Walleij <triad@df.lth.se>
260
261 * m4/*: updated macros to work with GCC 4.1.0.
262 * examples/hotplug.c: new program to create device
263 ID lists.
264 * libmtp.rules: now an auto-generated file.
265 * libmtp.usermap: now an auto-generated file.
266
Linus Walleijf6bc1782006-03-24 15:12:47 +00002672006-03-24 Linus Walleij <triad@df.lth.se>
268
269 * Beginning a file API, fixed some example program
270 names and such.
271
Linus Walleij6946ac52006-03-21 06:51:22 +00002722006-03-18 Linus Walleij <triad@df.lth.se>
273
274 * Fixed up callback interface to a simpler version,
275 the old one was bloated stuff from libnjb anyway.
276 Bump to 0.0.2.
277
Linus Walleij9b28da32006-03-16 13:47:58 +00002782006-03-16 Linus Walleij <triad@df.lth.se>
279
280 * Fixed the .h file and implementation so you really only
281 need this one .h file to interface the library.
282
Linus Walleij80124062006-03-15 10:26:09 +00002832006-03-15 Linus Walleij <triad@df.lth.se>
284
285 * Added three device information retrieval functions.
286
Linus Walleij15e344f2006-03-06 15:15:00 +00002872006-03-06 Linus Walleij <triad@df.lth.se>
288
289 * Moving some things around to structure the source. More
290 will be needed...
291
Linus Walleij93218602006-02-27 08:53:38 +00002922006-02-27 Linus Walleij <triad@df.lth.se>
293
294 * Release libmtp 0.0.1 so people have something to play with,
295 what the heck. Probably saves someones day.
296
Linus Walleij95698cd2006-02-24 10:40:40 +00002972006-02-24 Linus Walleij <triad@df.lth.se>
298
299 * Deltr example program to delete tracks, plus corresponding
300 interface call.
301
Linus Walleij17e39f72006-02-23 15:54:28 +00003022006-02-23 Linus Walleij <triad@df.lth.se>
303
304 * Fixed up sendtr program and metadata tagging function that is
305 used after sending files.
306
Linus Walleij394bbbe2006-02-22 16:10:53 +00003072006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000308
Linus Walleij394bbbe2006-02-22 16:10:53 +0000309 * Untested gettr.c and sendtr.c programs to get and send tracks
310 created.
311
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00003122006-01-30 Linus Walleij <triad@df.lth.se>
313
314 * Created the initial GNU source directory structure.
315 * Added the most basic files.