blob: 00d0a804c6119c45b9ef981af924b30091fa9424 [file] [log] [blame]
Linus Walleij2e4b5f92006-06-16 14:00:49 +000012006-06-16 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: new interfaces for single metadata post
4 retrieveal.
5 * src/libmtp.c: ditto.
6 * examples/playlists.c: display track info using the new
7 individual track metadata retrieveal method.
8 * examples/getplaylist.c: ditto.
9
Linus Walleij05ccbe72006-06-13 07:46:58 +0000102006-06-13 Linus Walleij <triad@df.lth.se>
11
12 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +000013 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +000014 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +000015 we can find them. Retrieve device secure time and cert
16 out of sheer curiosity.
17 * src/ptp.c: sync to libgphoto2 with my patches.
18 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +000019
Linus Walleij438bd7f2006-06-08 11:35:44 +0000202006-06-07 Linus Walleij <triad@df.lth.se>
21
22 * src/libmtp.h.in: new playlist API and refactorings.
23 * src/libmtp.c: ditto, and refactorings.
24 * src/unicode.h: const correctness.
25 * src/unicode.c: ditto.
26 * examples/playlists.c: new example program.
27 * configure.ac: bump to 0.0.9
28 * src/Makefile.am: bump library interface.
29
Linus Walleij52e3ac52006-06-05 10:30:00 +0000302006-06-05 Linus Walleij <triad@df.lth.se>
31
32 * examples/sendtr.c: fixed annoying bug that made this
33 program totally useless.
34 * src/libmtp.c: cosmetics.
35 * configure.ac: bump to 0.0.8.
36
Linus Walleij345a3372006-06-03 20:55:25 +0000372006-06-03 Linus Walleij <triad@df.lth.se>
38
39 * src/libmtp.c: metadata bugs, album name and genre
40 confused. Fixe it and released libmtp 0.0.7.
41
Linus Walleijdc09dc02006-06-01 14:23:41 +0000422006-06-01 Linus Walleij <triad@df.lth.se>
43
44 * Released libmtp 0.0.6.
45
Linus Walleij549ec4d2006-05-31 19:59:52 +0000462006-05-31 Linus Walleij <triad@df.lth.se>
47
48 * src/libmtp.c: fixed mapping for JPEG vs JFIF
49 * src/libmtp.h.in: added proper type for JPEG
50 * examples/sendfile.c: send proper JPEG type
51
Linus Walleijd3fdd972006-05-30 15:51:37 +0000522006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
53
54 * src/libmtp.c: fixed a bug in update metadata due to
55 bad use of return code.
56 * src/libusb-glue.c: fixed a loop exiting problem with
57 good 'ol GOTO.
58
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000592006-05-29 Linus Walleij <triad@df.lth.se>
60
61 * src/libusb-glue.c: one more device.
62 * doc/examples.h: produce correct documentation.
63 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +000064 * src/ptp.c: sync to libgphoto2.
65 * src/ptp.h: ditto.
66 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +000067 * src/libmtp.c: fixed all filetype API related functions
68 not to use any PTP intrinsic defines at all, made all
69 parameters to functions use the internal libmtp interface
70 enumerations and definitions. Removed LIBMTP_Release():
71 we can live with the memory lost during init. You're not
72 supposed to re-initialize the device. Consequently removed
73 the delete function that cleaned the filetype assoc list.
74 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +000075
ravelox088180b2006-05-26 23:55:40 +0000762006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
77
78 * src/libmtp.c: refactored object handling to be more generic
79 * src/libmtp.h.in: ditto
80 * examples/refactortest.c: Added simple example to use refactoring
81 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +000082 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
83 for playlist handling
84 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +000085
Linus Walleij1fd2d272006-05-08 09:22:01 +0000862006-05-08 Linus Walleij <triad@df.lth.se>
87
88 * src/libmtp.h.in: add simple detection function.
89 * src/libusb-glue.c: implement MTP "OS descriptor" for
90 looking for MTP devices.
91 * examples/detect.c: make it possible to do very
92 rudimentary detection with "detect -p".
93 * configure.ac: bump to 0.0.5.
94
Linus Walleij685137f2006-05-07 18:09:02 +0000952006-05-07 Linus Walleij <triad@df.lth.se>
96
97 * COPYING: since we no longer use any parts of libptp2
98 and only files from libgphoto2, we switch to the GNU
99 Lesser General Public License (GNU LGPL). libptp2 is
100 a derived work from libgphoto2, and so is libmtp, there
101 are no remnants of libptp2 in libmtp anymore.
102
Linus Walleij16c51f02006-05-04 13:20:22 +00001032006-05-04 Linus Walleij <triad@df.lth.se>
104
105 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000106 * src/libmtp.c: respectfully rearranged to use a filetype mapping
107 table.
108 * src/ptp-pack.c: real nasty unicode packing bug.
109 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000110
Linus Walleijd6a49972006-05-02 08:24:54 +00001112006-05-02 Linus Walleij <triad@df.lth.se>
112
113 * src/libmtp.c: general shaping up for release. All track
114 and file sending functions now respects a parent ID to be
115 sent along with files and tracks.
116 * src/libmtp.h.in: dito.
117 * src/libusb-glue.c: dito.
118 * examples/sendfile.c: interface dependency changes.
119 * examples/sendtr.c: dito.
120
Linus Walleijc60275a2006-04-30 10:58:11 +00001212006-04-30 Linus Walleij <triad@df.lth.se>
122
123 * src/ptp.c: sync upstream.
124 * src/ptp.h: dito.
125
Linus Walleij370c68d2006-04-27 14:19:01 +00001262006-04-27 Linus Walleij <triad@df.lth.se>
127
128 * examples/sendfile.c: first file sender program based
129 on API implementation and changes by Chris Allegretta.
130 * examples/Makefile.am: new program, new entry.
131 * src/libmtp.c: reflect this new functionality.
132 * src/libmtp.h.in: dito.
133
Linus Walleijb02a0662006-04-25 08:05:09 +00001342006-04-25 Linus Walleij <triad@df.lth.se>
135
136 * Rebased the sources around libgphoto2 instead.
137 This was a major revision...
138 * src/ptp.c: imported libgphoto2 version verbatim.
139 * src/ptp.h: imported libgphoto2 version, minor patch.
140 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000141 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000142 * src/mtp.c: dropped, since all functions are now in ptp.c
143 * src/mtp-pack.c: dropped, same reason.
144 * src/mtp.h: dropped, same reason.
145 * src/mtp-pack.h: dropped, same reason.
146
Linus Walleije5f3ad42006-04-21 07:44:36 +00001472006-04-21 Linus Walleij <triad@df.lth.se>
148
Linus Walleij902c0b92006-04-21 10:52:48 +0000149 * Released libmtp 0.0.3
150 * Bumped source to 0.0.4
151
1522006-04-21 Linus Walleij <triad@df.lth.se>
153
Linus Walleije5f3ad42006-04-21 07:44:36 +0000154 * src/ptp-pack.c: GCC 4.x compilation patch from
155 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000156 * src/libusb-glue.c: New Samsung device and some
157 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000158 * src/ptp.h: some defines from libgphoto2 to get
159 a bit more compatible.
160 * src/libmtp.c: Added a folder API implementation by
161 Dave "ravelox" Kelly.
162 * src/libmtp.h.in: dito.
163 * examples/folders.c: dito.
164 * examples/newfolder.c: dito.
165 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000166
Linus Walleij6fd2f082006-03-28 07:19:22 +00001672006-03-28 Linus Walleij <triad@df.lth.se>
168
169 * m4/*: updated macros to work with GCC 4.1.0.
170 * examples/hotplug.c: new program to create device
171 ID lists.
172 * libmtp.rules: now an auto-generated file.
173 * libmtp.usermap: now an auto-generated file.
174
Linus Walleijf6bc1782006-03-24 15:12:47 +00001752006-03-24 Linus Walleij <triad@df.lth.se>
176
177 * Beginning a file API, fixed some example program
178 names and such.
179
Linus Walleij6946ac52006-03-21 06:51:22 +00001802006-03-18 Linus Walleij <triad@df.lth.se>
181
182 * Fixed up callback interface to a simpler version,
183 the old one was bloated stuff from libnjb anyway.
184 Bump to 0.0.2.
185
Linus Walleij9b28da32006-03-16 13:47:58 +00001862006-03-16 Linus Walleij <triad@df.lth.se>
187
188 * Fixed the .h file and implementation so you really only
189 need this one .h file to interface the library.
190
Linus Walleij80124062006-03-15 10:26:09 +00001912006-03-15 Linus Walleij <triad@df.lth.se>
192
193 * Added three device information retrieval functions.
194
Linus Walleij15e344f2006-03-06 15:15:00 +00001952006-03-06 Linus Walleij <triad@df.lth.se>
196
197 * Moving some things around to structure the source. More
198 will be needed...
199
Linus Walleij93218602006-02-27 08:53:38 +00002002006-02-27 Linus Walleij <triad@df.lth.se>
201
202 * Release libmtp 0.0.1 so people have something to play with,
203 what the heck. Probably saves someones day.
204
Linus Walleij95698cd2006-02-24 10:40:40 +00002052006-02-24 Linus Walleij <triad@df.lth.se>
206
207 * Deltr example program to delete tracks, plus corresponding
208 interface call.
209
Linus Walleij17e39f72006-02-23 15:54:28 +00002102006-02-23 Linus Walleij <triad@df.lth.se>
211
212 * Fixed up sendtr program and metadata tagging function that is
213 used after sending files.
214
Linus Walleij394bbbe2006-02-22 16:10:53 +00002152006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000216
Linus Walleij394bbbe2006-02-22 16:10:53 +0000217 * Untested gettr.c and sendtr.c programs to get and send tracks
218 created.
219
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002202006-01-30 Linus Walleij <triad@df.lth.se>
221
222 * Created the initial GNU source directory structure.
223 * Added the most basic files.