blob: 6c611ea382d7dbaba744b402f1e4f8e5bbd47257 [file] [log] [blame]
Linus Walleij2eb884b2006-08-04 19:17:36 +000012006-08-04 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.c: patch from Dan Aloni to make sendfile
4 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +00005 * src/libusb-glue.c: patch from Andy Kelk to avoid
6 exit():ing when the interface cannot be claimed.
Linus Walleij2eb884b2006-08-04 19:17:36 +00007
Linus Walleijaa4b0752006-07-26 22:21:04 +000082006-07-27 Linus Walleij <triad@df.lth.se>
9
10 * Release libmtp 0.0.10.
11
Linus Walleij17b55ea2006-07-26 13:54:00 +0000122006-07-26 Linus Walleij <triad@df.lth.se>
13
14 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +000015 * src/libmtp.c: only set metdata properties supported by
16 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +000017 * src/ptp.c: sync to upstream.
18 * src/ptp.h: sync to upstream.
19 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +000020
Linus Walleijc187cb92006-06-22 17:58:13 +0000212006-06-22 Linus Walleij <triad@df.lth.se>
22
23 * Release libmtp 0.0.9.
24
Linus Walleij8ab54262006-06-21 07:12:28 +0000252006-06-21 Linus Walleij <triad@df.lth.se>
26
27 * src/libmtp.h.in: added function to retrieve supported
28 filetypes.
29 * src/libmtp.c: ditto.
30 * examples/detect.c: use that function.
31
Linus Walleijcf223e62006-06-19 09:31:53 +0000322006-06-19 Linus Walleij <triad@df.lth.se>
33
34 * src/unicode.c: support all endianness, detect
35 byte-order-mark
36 * src/unicode.h: ditto.
37 * src/libmtp.c: ditto.
38 * examples/detect.c: use proper tempfile function.
39 * src/libmtp.h.in: add some more track properties.
40 * src/libmtp.c: ditto.
41 * examples/tracks.c: ditto.
42
Linus Walleij2e4b5f92006-06-16 14:00:49 +0000432006-06-16 Linus Walleij <triad@df.lth.se>
44
45 * src/libmtp.h.in: new interfaces for single metadata post
46 retrieveal.
47 * src/libmtp.c: ditto.
48 * examples/playlists.c: display track info using the new
49 individual track metadata retrieveal method.
50 * examples/getplaylist.c: ditto.
51
Linus Walleij05ccbe72006-06-13 07:46:58 +0000522006-06-13 Linus Walleij <triad@df.lth.se>
53
54 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +000055 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +000056 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +000057 we can find them. Retrieve device secure time and cert
58 out of sheer curiosity.
59 * src/ptp.c: sync to libgphoto2 with my patches.
60 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +000061
Linus Walleij438bd7f2006-06-08 11:35:44 +0000622006-06-07 Linus Walleij <triad@df.lth.se>
63
64 * src/libmtp.h.in: new playlist API and refactorings.
65 * src/libmtp.c: ditto, and refactorings.
66 * src/unicode.h: const correctness.
67 * src/unicode.c: ditto.
68 * examples/playlists.c: new example program.
69 * configure.ac: bump to 0.0.9
70 * src/Makefile.am: bump library interface.
71
Linus Walleij52e3ac52006-06-05 10:30:00 +0000722006-06-05 Linus Walleij <triad@df.lth.se>
73
74 * examples/sendtr.c: fixed annoying bug that made this
75 program totally useless.
76 * src/libmtp.c: cosmetics.
77 * configure.ac: bump to 0.0.8.
78
Linus Walleij345a3372006-06-03 20:55:25 +0000792006-06-03 Linus Walleij <triad@df.lth.se>
80
81 * src/libmtp.c: metadata bugs, album name and genre
82 confused. Fixe it and released libmtp 0.0.7.
83
Linus Walleijdc09dc02006-06-01 14:23:41 +0000842006-06-01 Linus Walleij <triad@df.lth.se>
85
86 * Released libmtp 0.0.6.
87
Linus Walleij549ec4d2006-05-31 19:59:52 +0000882006-05-31 Linus Walleij <triad@df.lth.se>
89
90 * src/libmtp.c: fixed mapping for JPEG vs JFIF
91 * src/libmtp.h.in: added proper type for JPEG
92 * examples/sendfile.c: send proper JPEG type
93
Linus Walleijd3fdd972006-05-30 15:51:37 +0000942006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
95
96 * src/libmtp.c: fixed a bug in update metadata due to
97 bad use of return code.
98 * src/libusb-glue.c: fixed a loop exiting problem with
99 good 'ol GOTO.
100
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001012006-05-29 Linus Walleij <triad@df.lth.se>
102
103 * src/libusb-glue.c: one more device.
104 * doc/examples.h: produce correct documentation.
105 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000106 * src/ptp.c: sync to libgphoto2.
107 * src/ptp.h: ditto.
108 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000109 * src/libmtp.c: fixed all filetype API related functions
110 not to use any PTP intrinsic defines at all, made all
111 parameters to functions use the internal libmtp interface
112 enumerations and definitions. Removed LIBMTP_Release():
113 we can live with the memory lost during init. You're not
114 supposed to re-initialize the device. Consequently removed
115 the delete function that cleaned the filetype assoc list.
116 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000117
ravelox088180b2006-05-26 23:55:40 +00001182006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
119
120 * src/libmtp.c: refactored object handling to be more generic
121 * src/libmtp.h.in: ditto
122 * examples/refactortest.c: Added simple example to use refactoring
123 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000124 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
125 for playlist handling
126 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000127
Linus Walleij1fd2d272006-05-08 09:22:01 +00001282006-05-08 Linus Walleij <triad@df.lth.se>
129
130 * src/libmtp.h.in: add simple detection function.
131 * src/libusb-glue.c: implement MTP "OS descriptor" for
132 looking for MTP devices.
133 * examples/detect.c: make it possible to do very
134 rudimentary detection with "detect -p".
135 * configure.ac: bump to 0.0.5.
136
Linus Walleij685137f2006-05-07 18:09:02 +00001372006-05-07 Linus Walleij <triad@df.lth.se>
138
139 * COPYING: since we no longer use any parts of libptp2
140 and only files from libgphoto2, we switch to the GNU
141 Lesser General Public License (GNU LGPL). libptp2 is
142 a derived work from libgphoto2, and so is libmtp, there
143 are no remnants of libptp2 in libmtp anymore.
144
Linus Walleij16c51f02006-05-04 13:20:22 +00001452006-05-04 Linus Walleij <triad@df.lth.se>
146
147 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000148 * src/libmtp.c: respectfully rearranged to use a filetype mapping
149 table.
150 * src/ptp-pack.c: real nasty unicode packing bug.
151 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000152
Linus Walleijd6a49972006-05-02 08:24:54 +00001532006-05-02 Linus Walleij <triad@df.lth.se>
154
155 * src/libmtp.c: general shaping up for release. All track
156 and file sending functions now respects a parent ID to be
157 sent along with files and tracks.
158 * src/libmtp.h.in: dito.
159 * src/libusb-glue.c: dito.
160 * examples/sendfile.c: interface dependency changes.
161 * examples/sendtr.c: dito.
162
Linus Walleijc60275a2006-04-30 10:58:11 +00001632006-04-30 Linus Walleij <triad@df.lth.se>
164
165 * src/ptp.c: sync upstream.
166 * src/ptp.h: dito.
167
Linus Walleij370c68d2006-04-27 14:19:01 +00001682006-04-27 Linus Walleij <triad@df.lth.se>
169
170 * examples/sendfile.c: first file sender program based
171 on API implementation and changes by Chris Allegretta.
172 * examples/Makefile.am: new program, new entry.
173 * src/libmtp.c: reflect this new functionality.
174 * src/libmtp.h.in: dito.
175
Linus Walleijb02a0662006-04-25 08:05:09 +00001762006-04-25 Linus Walleij <triad@df.lth.se>
177
178 * Rebased the sources around libgphoto2 instead.
179 This was a major revision...
180 * src/ptp.c: imported libgphoto2 version verbatim.
181 * src/ptp.h: imported libgphoto2 version, minor patch.
182 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000183 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000184 * src/mtp.c: dropped, since all functions are now in ptp.c
185 * src/mtp-pack.c: dropped, same reason.
186 * src/mtp.h: dropped, same reason.
187 * src/mtp-pack.h: dropped, same reason.
188
Linus Walleije5f3ad42006-04-21 07:44:36 +00001892006-04-21 Linus Walleij <triad@df.lth.se>
190
Linus Walleij902c0b92006-04-21 10:52:48 +0000191 * Released libmtp 0.0.3
192 * Bumped source to 0.0.4
193
1942006-04-21 Linus Walleij <triad@df.lth.se>
195
Linus Walleije5f3ad42006-04-21 07:44:36 +0000196 * src/ptp-pack.c: GCC 4.x compilation patch from
197 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000198 * src/libusb-glue.c: New Samsung device and some
199 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000200 * src/ptp.h: some defines from libgphoto2 to get
201 a bit more compatible.
202 * src/libmtp.c: Added a folder API implementation by
203 Dave "ravelox" Kelly.
204 * src/libmtp.h.in: dito.
205 * examples/folders.c: dito.
206 * examples/newfolder.c: dito.
207 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000208
Linus Walleij6fd2f082006-03-28 07:19:22 +00002092006-03-28 Linus Walleij <triad@df.lth.se>
210
211 * m4/*: updated macros to work with GCC 4.1.0.
212 * examples/hotplug.c: new program to create device
213 ID lists.
214 * libmtp.rules: now an auto-generated file.
215 * libmtp.usermap: now an auto-generated file.
216
Linus Walleijf6bc1782006-03-24 15:12:47 +00002172006-03-24 Linus Walleij <triad@df.lth.se>
218
219 * Beginning a file API, fixed some example program
220 names and such.
221
Linus Walleij6946ac52006-03-21 06:51:22 +00002222006-03-18 Linus Walleij <triad@df.lth.se>
223
224 * Fixed up callback interface to a simpler version,
225 the old one was bloated stuff from libnjb anyway.
226 Bump to 0.0.2.
227
Linus Walleij9b28da32006-03-16 13:47:58 +00002282006-03-16 Linus Walleij <triad@df.lth.se>
229
230 * Fixed the .h file and implementation so you really only
231 need this one .h file to interface the library.
232
Linus Walleij80124062006-03-15 10:26:09 +00002332006-03-15 Linus Walleij <triad@df.lth.se>
234
235 * Added three device information retrieval functions.
236
Linus Walleij15e344f2006-03-06 15:15:00 +00002372006-03-06 Linus Walleij <triad@df.lth.se>
238
239 * Moving some things around to structure the source. More
240 will be needed...
241
Linus Walleij93218602006-02-27 08:53:38 +00002422006-02-27 Linus Walleij <triad@df.lth.se>
243
244 * Release libmtp 0.0.1 so people have something to play with,
245 what the heck. Probably saves someones day.
246
Linus Walleij95698cd2006-02-24 10:40:40 +00002472006-02-24 Linus Walleij <triad@df.lth.se>
248
249 * Deltr example program to delete tracks, plus corresponding
250 interface call.
251
Linus Walleij17e39f72006-02-23 15:54:28 +00002522006-02-23 Linus Walleij <triad@df.lth.se>
253
254 * Fixed up sendtr program and metadata tagging function that is
255 used after sending files.
256
Linus Walleij394bbbe2006-02-22 16:10:53 +00002572006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000258
Linus Walleij394bbbe2006-02-22 16:10:53 +0000259 * Untested gettr.c and sendtr.c programs to get and send tracks
260 created.
261
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002622006-01-30 Linus Walleij <triad@df.lth.se>
263
264 * Created the initial GNU source directory structure.
265 * Added the most basic files.