blob: 7f86f7dc72cf102e6c60ead3350bcb990a06225f [file] [log] [blame]
Linus Walleij17b55ea2006-07-26 13:54:00 +000012006-07-26 Linus Walleij <triad@df.lth.se>
2
3 * src/libusb-glue.c: new SanDisk devices.
4
Linus Walleijc187cb92006-06-22 17:58:13 +000052006-06-22 Linus Walleij <triad@df.lth.se>
6
7 * Release libmtp 0.0.9.
8
Linus Walleij8ab54262006-06-21 07:12:28 +000092006-06-21 Linus Walleij <triad@df.lth.se>
10
11 * src/libmtp.h.in: added function to retrieve supported
12 filetypes.
13 * src/libmtp.c: ditto.
14 * examples/detect.c: use that function.
15
Linus Walleijcf223e62006-06-19 09:31:53 +0000162006-06-19 Linus Walleij <triad@df.lth.se>
17
18 * src/unicode.c: support all endianness, detect
19 byte-order-mark
20 * src/unicode.h: ditto.
21 * src/libmtp.c: ditto.
22 * examples/detect.c: use proper tempfile function.
23 * src/libmtp.h.in: add some more track properties.
24 * src/libmtp.c: ditto.
25 * examples/tracks.c: ditto.
26
Linus Walleij2e4b5f92006-06-16 14:00:49 +0000272006-06-16 Linus Walleij <triad@df.lth.se>
28
29 * src/libmtp.h.in: new interfaces for single metadata post
30 retrieveal.
31 * src/libmtp.c: ditto.
32 * examples/playlists.c: display track info using the new
33 individual track metadata retrieveal method.
34 * examples/getplaylist.c: ditto.
35
Linus Walleij05ccbe72006-06-13 07:46:58 +0000362006-06-13 Linus Walleij <triad@df.lth.se>
37
38 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +000039 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +000040 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +000041 we can find them. Retrieve device secure time and cert
42 out of sheer curiosity.
43 * src/ptp.c: sync to libgphoto2 with my patches.
44 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +000045
Linus Walleij438bd7f2006-06-08 11:35:44 +0000462006-06-07 Linus Walleij <triad@df.lth.se>
47
48 * src/libmtp.h.in: new playlist API and refactorings.
49 * src/libmtp.c: ditto, and refactorings.
50 * src/unicode.h: const correctness.
51 * src/unicode.c: ditto.
52 * examples/playlists.c: new example program.
53 * configure.ac: bump to 0.0.9
54 * src/Makefile.am: bump library interface.
55
Linus Walleij52e3ac52006-06-05 10:30:00 +0000562006-06-05 Linus Walleij <triad@df.lth.se>
57
58 * examples/sendtr.c: fixed annoying bug that made this
59 program totally useless.
60 * src/libmtp.c: cosmetics.
61 * configure.ac: bump to 0.0.8.
62
Linus Walleij345a3372006-06-03 20:55:25 +0000632006-06-03 Linus Walleij <triad@df.lth.se>
64
65 * src/libmtp.c: metadata bugs, album name and genre
66 confused. Fixe it and released libmtp 0.0.7.
67
Linus Walleijdc09dc02006-06-01 14:23:41 +0000682006-06-01 Linus Walleij <triad@df.lth.se>
69
70 * Released libmtp 0.0.6.
71
Linus Walleij549ec4d2006-05-31 19:59:52 +0000722006-05-31 Linus Walleij <triad@df.lth.se>
73
74 * src/libmtp.c: fixed mapping for JPEG vs JFIF
75 * src/libmtp.h.in: added proper type for JPEG
76 * examples/sendfile.c: send proper JPEG type
77
Linus Walleijd3fdd972006-05-30 15:51:37 +0000782006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
79
80 * src/libmtp.c: fixed a bug in update metadata due to
81 bad use of return code.
82 * src/libusb-glue.c: fixed a loop exiting problem with
83 good 'ol GOTO.
84
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000852006-05-29 Linus Walleij <triad@df.lth.se>
86
87 * src/libusb-glue.c: one more device.
88 * doc/examples.h: produce correct documentation.
89 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +000090 * src/ptp.c: sync to libgphoto2.
91 * src/ptp.h: ditto.
92 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +000093 * src/libmtp.c: fixed all filetype API related functions
94 not to use any PTP intrinsic defines at all, made all
95 parameters to functions use the internal libmtp interface
96 enumerations and definitions. Removed LIBMTP_Release():
97 we can live with the memory lost during init. You're not
98 supposed to re-initialize the device. Consequently removed
99 the delete function that cleaned the filetype assoc list.
100 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000101
ravelox088180b2006-05-26 23:55:40 +00001022006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
103
104 * src/libmtp.c: refactored object handling to be more generic
105 * src/libmtp.h.in: ditto
106 * examples/refactortest.c: Added simple example to use refactoring
107 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000108 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
109 for playlist handling
110 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000111
Linus Walleij1fd2d272006-05-08 09:22:01 +00001122006-05-08 Linus Walleij <triad@df.lth.se>
113
114 * src/libmtp.h.in: add simple detection function.
115 * src/libusb-glue.c: implement MTP "OS descriptor" for
116 looking for MTP devices.
117 * examples/detect.c: make it possible to do very
118 rudimentary detection with "detect -p".
119 * configure.ac: bump to 0.0.5.
120
Linus Walleij685137f2006-05-07 18:09:02 +00001212006-05-07 Linus Walleij <triad@df.lth.se>
122
123 * COPYING: since we no longer use any parts of libptp2
124 and only files from libgphoto2, we switch to the GNU
125 Lesser General Public License (GNU LGPL). libptp2 is
126 a derived work from libgphoto2, and so is libmtp, there
127 are no remnants of libptp2 in libmtp anymore.
128
Linus Walleij16c51f02006-05-04 13:20:22 +00001292006-05-04 Linus Walleij <triad@df.lth.se>
130
131 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000132 * src/libmtp.c: respectfully rearranged to use a filetype mapping
133 table.
134 * src/ptp-pack.c: real nasty unicode packing bug.
135 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000136
Linus Walleijd6a49972006-05-02 08:24:54 +00001372006-05-02 Linus Walleij <triad@df.lth.se>
138
139 * src/libmtp.c: general shaping up for release. All track
140 and file sending functions now respects a parent ID to be
141 sent along with files and tracks.
142 * src/libmtp.h.in: dito.
143 * src/libusb-glue.c: dito.
144 * examples/sendfile.c: interface dependency changes.
145 * examples/sendtr.c: dito.
146
Linus Walleijc60275a2006-04-30 10:58:11 +00001472006-04-30 Linus Walleij <triad@df.lth.se>
148
149 * src/ptp.c: sync upstream.
150 * src/ptp.h: dito.
151
Linus Walleij370c68d2006-04-27 14:19:01 +00001522006-04-27 Linus Walleij <triad@df.lth.se>
153
154 * examples/sendfile.c: first file sender program based
155 on API implementation and changes by Chris Allegretta.
156 * examples/Makefile.am: new program, new entry.
157 * src/libmtp.c: reflect this new functionality.
158 * src/libmtp.h.in: dito.
159
Linus Walleijb02a0662006-04-25 08:05:09 +00001602006-04-25 Linus Walleij <triad@df.lth.se>
161
162 * Rebased the sources around libgphoto2 instead.
163 This was a major revision...
164 * src/ptp.c: imported libgphoto2 version verbatim.
165 * src/ptp.h: imported libgphoto2 version, minor patch.
166 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000167 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000168 * src/mtp.c: dropped, since all functions are now in ptp.c
169 * src/mtp-pack.c: dropped, same reason.
170 * src/mtp.h: dropped, same reason.
171 * src/mtp-pack.h: dropped, same reason.
172
Linus Walleije5f3ad42006-04-21 07:44:36 +00001732006-04-21 Linus Walleij <triad@df.lth.se>
174
Linus Walleij902c0b92006-04-21 10:52:48 +0000175 * Released libmtp 0.0.3
176 * Bumped source to 0.0.4
177
1782006-04-21 Linus Walleij <triad@df.lth.se>
179
Linus Walleije5f3ad42006-04-21 07:44:36 +0000180 * src/ptp-pack.c: GCC 4.x compilation patch from
181 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000182 * src/libusb-glue.c: New Samsung device and some
183 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000184 * src/ptp.h: some defines from libgphoto2 to get
185 a bit more compatible.
186 * src/libmtp.c: Added a folder API implementation by
187 Dave "ravelox" Kelly.
188 * src/libmtp.h.in: dito.
189 * examples/folders.c: dito.
190 * examples/newfolder.c: dito.
191 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000192
Linus Walleij6fd2f082006-03-28 07:19:22 +00001932006-03-28 Linus Walleij <triad@df.lth.se>
194
195 * m4/*: updated macros to work with GCC 4.1.0.
196 * examples/hotplug.c: new program to create device
197 ID lists.
198 * libmtp.rules: now an auto-generated file.
199 * libmtp.usermap: now an auto-generated file.
200
Linus Walleijf6bc1782006-03-24 15:12:47 +00002012006-03-24 Linus Walleij <triad@df.lth.se>
202
203 * Beginning a file API, fixed some example program
204 names and such.
205
Linus Walleij6946ac52006-03-21 06:51:22 +00002062006-03-18 Linus Walleij <triad@df.lth.se>
207
208 * Fixed up callback interface to a simpler version,
209 the old one was bloated stuff from libnjb anyway.
210 Bump to 0.0.2.
211
Linus Walleij9b28da32006-03-16 13:47:58 +00002122006-03-16 Linus Walleij <triad@df.lth.se>
213
214 * Fixed the .h file and implementation so you really only
215 need this one .h file to interface the library.
216
Linus Walleij80124062006-03-15 10:26:09 +00002172006-03-15 Linus Walleij <triad@df.lth.se>
218
219 * Added three device information retrieval functions.
220
Linus Walleij15e344f2006-03-06 15:15:00 +00002212006-03-06 Linus Walleij <triad@df.lth.se>
222
223 * Moving some things around to structure the source. More
224 will be needed...
225
Linus Walleij93218602006-02-27 08:53:38 +00002262006-02-27 Linus Walleij <triad@df.lth.se>
227
228 * Release libmtp 0.0.1 so people have something to play with,
229 what the heck. Probably saves someones day.
230
Linus Walleij95698cd2006-02-24 10:40:40 +00002312006-02-24 Linus Walleij <triad@df.lth.se>
232
233 * Deltr example program to delete tracks, plus corresponding
234 interface call.
235
Linus Walleij17e39f72006-02-23 15:54:28 +00002362006-02-23 Linus Walleij <triad@df.lth.se>
237
238 * Fixed up sendtr program and metadata tagging function that is
239 used after sending files.
240
Linus Walleij394bbbe2006-02-22 16:10:53 +00002412006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000242
Linus Walleij394bbbe2006-02-22 16:10:53 +0000243 * Untested gettr.c and sendtr.c programs to get and send tracks
244 created.
245
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002462006-01-30 Linus Walleij <triad@df.lth.se>
247
248 * Created the initial GNU source directory structure.
249 * Added the most basic files.