blob: 52a08c1876059df645cdfdf58ad49222f523d22e [file] [log] [blame]
Linus Walleij30658792006-08-19 22:18:55 +000012006-08-20 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: set friendly name and sync partner,
4 rename ownername to friendlyname.
5 * src/libmtp.c: dito.
6 * examples/detect.c: reflect changes.
7 * src/Makefile.am: interface is incompatible so age it.
8
Linus Walleijfae27482006-08-19 20:13:25 +000092006-08-19 Linus Walleij <triad@df.lth.se>
10
11 * src/libmtp.h.in: add function to get syncronization
12 partner for the device.
13 * src/libmtp.c: dito.
14 * examples/detect.c: use that function.
15 * src/Makefile.am: backward-compatible interface bump.
16
Linus Walleij16571dc2006-08-17 20:27:46 +0000172006-08-17 Linus Walleij <triad@df.lth.se>
18
19 * configure.ac: bump to 0.0.12 and require iconv.h.
20
212006-08-16 Linus Walleij <triad@df.lth.se>
22
23 * src/unicode.c: remove bigendian weirdness and switch
24 to using iconv() instead.
25 * src/unicode.h: dito.
26 * src/libmtp.c: reflect changes.
27
Linus Walleij3e188f12006-08-09 20:46:05 +0000282006-08-09 Linus Walleij <triad@df.lth.se>
29
30 * Release libmtp 0.0.11.
31
Linus Walleij2eb884b2006-08-04 19:17:36 +0000322006-08-04 Linus Walleij <triad@df.lth.se>
33
34 * src/libmtp.c: patch from Dan Aloni to make sendfile
35 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +000036 * src/libusb-glue.c: patch from Andy Kelk to avoid
37 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +000038 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +000039
Linus Walleijaa4b0752006-07-26 22:21:04 +0000402006-07-27 Linus Walleij <triad@df.lth.se>
41
42 * Release libmtp 0.0.10.
43
Linus Walleij17b55ea2006-07-26 13:54:00 +0000442006-07-26 Linus Walleij <triad@df.lth.se>
45
46 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +000047 * src/libmtp.c: only set metdata properties supported by
48 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +000049 * src/ptp.c: sync to upstream.
50 * src/ptp.h: sync to upstream.
51 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +000052
Linus Walleijc187cb92006-06-22 17:58:13 +0000532006-06-22 Linus Walleij <triad@df.lth.se>
54
55 * Release libmtp 0.0.9.
56
Linus Walleij8ab54262006-06-21 07:12:28 +0000572006-06-21 Linus Walleij <triad@df.lth.se>
58
59 * src/libmtp.h.in: added function to retrieve supported
60 filetypes.
61 * src/libmtp.c: ditto.
62 * examples/detect.c: use that function.
63
Linus Walleijcf223e62006-06-19 09:31:53 +0000642006-06-19 Linus Walleij <triad@df.lth.se>
65
66 * src/unicode.c: support all endianness, detect
67 byte-order-mark
68 * src/unicode.h: ditto.
69 * src/libmtp.c: ditto.
70 * examples/detect.c: use proper tempfile function.
71 * src/libmtp.h.in: add some more track properties.
72 * src/libmtp.c: ditto.
73 * examples/tracks.c: ditto.
74
Linus Walleij2e4b5f92006-06-16 14:00:49 +0000752006-06-16 Linus Walleij <triad@df.lth.se>
76
77 * src/libmtp.h.in: new interfaces for single metadata post
78 retrieveal.
79 * src/libmtp.c: ditto.
80 * examples/playlists.c: display track info using the new
81 individual track metadata retrieveal method.
82 * examples/getplaylist.c: ditto.
83
Linus Walleij05ccbe72006-06-13 07:46:58 +0000842006-06-13 Linus Walleij <triad@df.lth.se>
85
86 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +000087 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +000088 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +000089 we can find them. Retrieve device secure time and cert
90 out of sheer curiosity.
91 * src/ptp.c: sync to libgphoto2 with my patches.
92 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +000093
Linus Walleij438bd7f2006-06-08 11:35:44 +0000942006-06-07 Linus Walleij <triad@df.lth.se>
95
96 * src/libmtp.h.in: new playlist API and refactorings.
97 * src/libmtp.c: ditto, and refactorings.
98 * src/unicode.h: const correctness.
99 * src/unicode.c: ditto.
100 * examples/playlists.c: new example program.
101 * configure.ac: bump to 0.0.9
102 * src/Makefile.am: bump library interface.
103
Linus Walleij52e3ac52006-06-05 10:30:00 +00001042006-06-05 Linus Walleij <triad@df.lth.se>
105
106 * examples/sendtr.c: fixed annoying bug that made this
107 program totally useless.
108 * src/libmtp.c: cosmetics.
109 * configure.ac: bump to 0.0.8.
110
Linus Walleij345a3372006-06-03 20:55:25 +00001112006-06-03 Linus Walleij <triad@df.lth.se>
112
113 * src/libmtp.c: metadata bugs, album name and genre
114 confused. Fixe it and released libmtp 0.0.7.
115
Linus Walleijdc09dc02006-06-01 14:23:41 +00001162006-06-01 Linus Walleij <triad@df.lth.se>
117
118 * Released libmtp 0.0.6.
119
Linus Walleij549ec4d2006-05-31 19:59:52 +00001202006-05-31 Linus Walleij <triad@df.lth.se>
121
122 * src/libmtp.c: fixed mapping for JPEG vs JFIF
123 * src/libmtp.h.in: added proper type for JPEG
124 * examples/sendfile.c: send proper JPEG type
125
Linus Walleijd3fdd972006-05-30 15:51:37 +00001262006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
127
128 * src/libmtp.c: fixed a bug in update metadata due to
129 bad use of return code.
130 * src/libusb-glue.c: fixed a loop exiting problem with
131 good 'ol GOTO.
132
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001332006-05-29 Linus Walleij <triad@df.lth.se>
134
135 * src/libusb-glue.c: one more device.
136 * doc/examples.h: produce correct documentation.
137 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000138 * src/ptp.c: sync to libgphoto2.
139 * src/ptp.h: ditto.
140 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000141 * src/libmtp.c: fixed all filetype API related functions
142 not to use any PTP intrinsic defines at all, made all
143 parameters to functions use the internal libmtp interface
144 enumerations and definitions. Removed LIBMTP_Release():
145 we can live with the memory lost during init. You're not
146 supposed to re-initialize the device. Consequently removed
147 the delete function that cleaned the filetype assoc list.
148 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000149
ravelox088180b2006-05-26 23:55:40 +00001502006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
151
152 * src/libmtp.c: refactored object handling to be more generic
153 * src/libmtp.h.in: ditto
154 * examples/refactortest.c: Added simple example to use refactoring
155 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000156 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
157 for playlist handling
158 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000159
Linus Walleij1fd2d272006-05-08 09:22:01 +00001602006-05-08 Linus Walleij <triad@df.lth.se>
161
162 * src/libmtp.h.in: add simple detection function.
163 * src/libusb-glue.c: implement MTP "OS descriptor" for
164 looking for MTP devices.
165 * examples/detect.c: make it possible to do very
166 rudimentary detection with "detect -p".
167 * configure.ac: bump to 0.0.5.
168
Linus Walleij685137f2006-05-07 18:09:02 +00001692006-05-07 Linus Walleij <triad@df.lth.se>
170
171 * COPYING: since we no longer use any parts of libptp2
172 and only files from libgphoto2, we switch to the GNU
173 Lesser General Public License (GNU LGPL). libptp2 is
174 a derived work from libgphoto2, and so is libmtp, there
175 are no remnants of libptp2 in libmtp anymore.
176
Linus Walleij16c51f02006-05-04 13:20:22 +00001772006-05-04 Linus Walleij <triad@df.lth.se>
178
179 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000180 * src/libmtp.c: respectfully rearranged to use a filetype mapping
181 table.
182 * src/ptp-pack.c: real nasty unicode packing bug.
183 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000184
Linus Walleijd6a49972006-05-02 08:24:54 +00001852006-05-02 Linus Walleij <triad@df.lth.se>
186
187 * src/libmtp.c: general shaping up for release. All track
188 and file sending functions now respects a parent ID to be
189 sent along with files and tracks.
190 * src/libmtp.h.in: dito.
191 * src/libusb-glue.c: dito.
192 * examples/sendfile.c: interface dependency changes.
193 * examples/sendtr.c: dito.
194
Linus Walleijc60275a2006-04-30 10:58:11 +00001952006-04-30 Linus Walleij <triad@df.lth.se>
196
197 * src/ptp.c: sync upstream.
198 * src/ptp.h: dito.
199
Linus Walleij370c68d2006-04-27 14:19:01 +00002002006-04-27 Linus Walleij <triad@df.lth.se>
201
202 * examples/sendfile.c: first file sender program based
203 on API implementation and changes by Chris Allegretta.
204 * examples/Makefile.am: new program, new entry.
205 * src/libmtp.c: reflect this new functionality.
206 * src/libmtp.h.in: dito.
207
Linus Walleijb02a0662006-04-25 08:05:09 +00002082006-04-25 Linus Walleij <triad@df.lth.se>
209
210 * Rebased the sources around libgphoto2 instead.
211 This was a major revision...
212 * src/ptp.c: imported libgphoto2 version verbatim.
213 * src/ptp.h: imported libgphoto2 version, minor patch.
214 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000215 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000216 * src/mtp.c: dropped, since all functions are now in ptp.c
217 * src/mtp-pack.c: dropped, same reason.
218 * src/mtp.h: dropped, same reason.
219 * src/mtp-pack.h: dropped, same reason.
220
Linus Walleije5f3ad42006-04-21 07:44:36 +00002212006-04-21 Linus Walleij <triad@df.lth.se>
222
Linus Walleij902c0b92006-04-21 10:52:48 +0000223 * Released libmtp 0.0.3
224 * Bumped source to 0.0.4
225
2262006-04-21 Linus Walleij <triad@df.lth.se>
227
Linus Walleije5f3ad42006-04-21 07:44:36 +0000228 * src/ptp-pack.c: GCC 4.x compilation patch from
229 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000230 * src/libusb-glue.c: New Samsung device and some
231 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000232 * src/ptp.h: some defines from libgphoto2 to get
233 a bit more compatible.
234 * src/libmtp.c: Added a folder API implementation by
235 Dave "ravelox" Kelly.
236 * src/libmtp.h.in: dito.
237 * examples/folders.c: dito.
238 * examples/newfolder.c: dito.
239 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000240
Linus Walleij6fd2f082006-03-28 07:19:22 +00002412006-03-28 Linus Walleij <triad@df.lth.se>
242
243 * m4/*: updated macros to work with GCC 4.1.0.
244 * examples/hotplug.c: new program to create device
245 ID lists.
246 * libmtp.rules: now an auto-generated file.
247 * libmtp.usermap: now an auto-generated file.
248
Linus Walleijf6bc1782006-03-24 15:12:47 +00002492006-03-24 Linus Walleij <triad@df.lth.se>
250
251 * Beginning a file API, fixed some example program
252 names and such.
253
Linus Walleij6946ac52006-03-21 06:51:22 +00002542006-03-18 Linus Walleij <triad@df.lth.se>
255
256 * Fixed up callback interface to a simpler version,
257 the old one was bloated stuff from libnjb anyway.
258 Bump to 0.0.2.
259
Linus Walleij9b28da32006-03-16 13:47:58 +00002602006-03-16 Linus Walleij <triad@df.lth.se>
261
262 * Fixed the .h file and implementation so you really only
263 need this one .h file to interface the library.
264
Linus Walleij80124062006-03-15 10:26:09 +00002652006-03-15 Linus Walleij <triad@df.lth.se>
266
267 * Added three device information retrieval functions.
268
Linus Walleij15e344f2006-03-06 15:15:00 +00002692006-03-06 Linus Walleij <triad@df.lth.se>
270
271 * Moving some things around to structure the source. More
272 will be needed...
273
Linus Walleij93218602006-02-27 08:53:38 +00002742006-02-27 Linus Walleij <triad@df.lth.se>
275
276 * Release libmtp 0.0.1 so people have something to play with,
277 what the heck. Probably saves someones day.
278
Linus Walleij95698cd2006-02-24 10:40:40 +00002792006-02-24 Linus Walleij <triad@df.lth.se>
280
281 * Deltr example program to delete tracks, plus corresponding
282 interface call.
283
Linus Walleij17e39f72006-02-23 15:54:28 +00002842006-02-23 Linus Walleij <triad@df.lth.se>
285
286 * Fixed up sendtr program and metadata tagging function that is
287 used after sending files.
288
Linus Walleij394bbbe2006-02-22 16:10:53 +00002892006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000290
Linus Walleij394bbbe2006-02-22 16:10:53 +0000291 * Untested gettr.c and sendtr.c programs to get and send tracks
292 created.
293
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002942006-01-30 Linus Walleij <triad@df.lth.se>
295
296 * Created the initial GNU source directory structure.
297 * Added the most basic files.