blob: 95e69e96ff01538a4821ca2482e2685c9db0941a [file] [log] [blame]
Linus Walleij05ccbe72006-06-13 07:46:58 +000012006-06-13 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: added default folders to device struct.
4 * src/libmtp.c: discover and use the default folders if
5 we can find them.
6
Linus Walleij438bd7f2006-06-08 11:35:44 +000072006-06-07 Linus Walleij <triad@df.lth.se>
8
9 * src/libmtp.h.in: new playlist API and refactorings.
10 * src/libmtp.c: ditto, and refactorings.
11 * src/unicode.h: const correctness.
12 * src/unicode.c: ditto.
13 * examples/playlists.c: new example program.
14 * configure.ac: bump to 0.0.9
15 * src/Makefile.am: bump library interface.
16
Linus Walleij52e3ac52006-06-05 10:30:00 +0000172006-06-05 Linus Walleij <triad@df.lth.se>
18
19 * examples/sendtr.c: fixed annoying bug that made this
20 program totally useless.
21 * src/libmtp.c: cosmetics.
22 * configure.ac: bump to 0.0.8.
23
Linus Walleij345a3372006-06-03 20:55:25 +0000242006-06-03 Linus Walleij <triad@df.lth.se>
25
26 * src/libmtp.c: metadata bugs, album name and genre
27 confused. Fixe it and released libmtp 0.0.7.
28
Linus Walleijdc09dc02006-06-01 14:23:41 +0000292006-06-01 Linus Walleij <triad@df.lth.se>
30
31 * Released libmtp 0.0.6.
32
Linus Walleij549ec4d2006-05-31 19:59:52 +0000332006-05-31 Linus Walleij <triad@df.lth.se>
34
35 * src/libmtp.c: fixed mapping for JPEG vs JFIF
36 * src/libmtp.h.in: added proper type for JPEG
37 * examples/sendfile.c: send proper JPEG type
38
Linus Walleijd3fdd972006-05-30 15:51:37 +0000392006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
40
41 * src/libmtp.c: fixed a bug in update metadata due to
42 bad use of return code.
43 * src/libusb-glue.c: fixed a loop exiting problem with
44 good 'ol GOTO.
45
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000462006-05-29 Linus Walleij <triad@df.lth.se>
47
48 * src/libusb-glue.c: one more device.
49 * doc/examples.h: produce correct documentation.
50 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +000051 * src/ptp.c: sync to libgphoto2.
52 * src/ptp.h: ditto.
53 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +000054 * src/libmtp.c: fixed all filetype API related functions
55 not to use any PTP intrinsic defines at all, made all
56 parameters to functions use the internal libmtp interface
57 enumerations and definitions. Removed LIBMTP_Release():
58 we can live with the memory lost during init. You're not
59 supposed to re-initialize the device. Consequently removed
60 the delete function that cleaned the filetype assoc list.
61 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +000062
ravelox088180b2006-05-26 23:55:40 +0000632006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
64
65 * src/libmtp.c: refactored object handling to be more generic
66 * src/libmtp.h.in: ditto
67 * examples/refactortest.c: Added simple example to use refactoring
68 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +000069 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
70 for playlist handling
71 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +000072
Linus Walleij1fd2d272006-05-08 09:22:01 +0000732006-05-08 Linus Walleij <triad@df.lth.se>
74
75 * src/libmtp.h.in: add simple detection function.
76 * src/libusb-glue.c: implement MTP "OS descriptor" for
77 looking for MTP devices.
78 * examples/detect.c: make it possible to do very
79 rudimentary detection with "detect -p".
80 * configure.ac: bump to 0.0.5.
81
Linus Walleij685137f2006-05-07 18:09:02 +0000822006-05-07 Linus Walleij <triad@df.lth.se>
83
84 * COPYING: since we no longer use any parts of libptp2
85 and only files from libgphoto2, we switch to the GNU
86 Lesser General Public License (GNU LGPL). libptp2 is
87 a derived work from libgphoto2, and so is libmtp, there
88 are no remnants of libptp2 in libmtp anymore.
89
Linus Walleij16c51f02006-05-04 13:20:22 +0000902006-05-04 Linus Walleij <triad@df.lth.se>
91
92 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +000093 * src/libmtp.c: respectfully rearranged to use a filetype mapping
94 table.
95 * src/ptp-pack.c: real nasty unicode packing bug.
96 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +000097
Linus Walleijd6a49972006-05-02 08:24:54 +0000982006-05-02 Linus Walleij <triad@df.lth.se>
99
100 * src/libmtp.c: general shaping up for release. All track
101 and file sending functions now respects a parent ID to be
102 sent along with files and tracks.
103 * src/libmtp.h.in: dito.
104 * src/libusb-glue.c: dito.
105 * examples/sendfile.c: interface dependency changes.
106 * examples/sendtr.c: dito.
107
Linus Walleijc60275a2006-04-30 10:58:11 +00001082006-04-30 Linus Walleij <triad@df.lth.se>
109
110 * src/ptp.c: sync upstream.
111 * src/ptp.h: dito.
112
Linus Walleij370c68d2006-04-27 14:19:01 +00001132006-04-27 Linus Walleij <triad@df.lth.se>
114
115 * examples/sendfile.c: first file sender program based
116 on API implementation and changes by Chris Allegretta.
117 * examples/Makefile.am: new program, new entry.
118 * src/libmtp.c: reflect this new functionality.
119 * src/libmtp.h.in: dito.
120
Linus Walleijb02a0662006-04-25 08:05:09 +00001212006-04-25 Linus Walleij <triad@df.lth.se>
122
123 * Rebased the sources around libgphoto2 instead.
124 This was a major revision...
125 * src/ptp.c: imported libgphoto2 version verbatim.
126 * src/ptp.h: imported libgphoto2 version, minor patch.
127 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000128 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000129 * src/mtp.c: dropped, since all functions are now in ptp.c
130 * src/mtp-pack.c: dropped, same reason.
131 * src/mtp.h: dropped, same reason.
132 * src/mtp-pack.h: dropped, same reason.
133
Linus Walleije5f3ad42006-04-21 07:44:36 +00001342006-04-21 Linus Walleij <triad@df.lth.se>
135
Linus Walleij902c0b92006-04-21 10:52:48 +0000136 * Released libmtp 0.0.3
137 * Bumped source to 0.0.4
138
1392006-04-21 Linus Walleij <triad@df.lth.se>
140
Linus Walleije5f3ad42006-04-21 07:44:36 +0000141 * src/ptp-pack.c: GCC 4.x compilation patch from
142 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000143 * src/libusb-glue.c: New Samsung device and some
144 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000145 * src/ptp.h: some defines from libgphoto2 to get
146 a bit more compatible.
147 * src/libmtp.c: Added a folder API implementation by
148 Dave "ravelox" Kelly.
149 * src/libmtp.h.in: dito.
150 * examples/folders.c: dito.
151 * examples/newfolder.c: dito.
152 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000153
Linus Walleij6fd2f082006-03-28 07:19:22 +00001542006-03-28 Linus Walleij <triad@df.lth.se>
155
156 * m4/*: updated macros to work with GCC 4.1.0.
157 * examples/hotplug.c: new program to create device
158 ID lists.
159 * libmtp.rules: now an auto-generated file.
160 * libmtp.usermap: now an auto-generated file.
161
Linus Walleijf6bc1782006-03-24 15:12:47 +00001622006-03-24 Linus Walleij <triad@df.lth.se>
163
164 * Beginning a file API, fixed some example program
165 names and such.
166
Linus Walleij6946ac52006-03-21 06:51:22 +00001672006-03-18 Linus Walleij <triad@df.lth.se>
168
169 * Fixed up callback interface to a simpler version,
170 the old one was bloated stuff from libnjb anyway.
171 Bump to 0.0.2.
172
Linus Walleij9b28da32006-03-16 13:47:58 +00001732006-03-16 Linus Walleij <triad@df.lth.se>
174
175 * Fixed the .h file and implementation so you really only
176 need this one .h file to interface the library.
177
Linus Walleij80124062006-03-15 10:26:09 +00001782006-03-15 Linus Walleij <triad@df.lth.se>
179
180 * Added three device information retrieval functions.
181
Linus Walleij15e344f2006-03-06 15:15:00 +00001822006-03-06 Linus Walleij <triad@df.lth.se>
183
184 * Moving some things around to structure the source. More
185 will be needed...
186
Linus Walleij93218602006-02-27 08:53:38 +00001872006-02-27 Linus Walleij <triad@df.lth.se>
188
189 * Release libmtp 0.0.1 so people have something to play with,
190 what the heck. Probably saves someones day.
191
Linus Walleij95698cd2006-02-24 10:40:40 +00001922006-02-24 Linus Walleij <triad@df.lth.se>
193
194 * Deltr example program to delete tracks, plus corresponding
195 interface call.
196
Linus Walleij17e39f72006-02-23 15:54:28 +00001972006-02-23 Linus Walleij <triad@df.lth.se>
198
199 * Fixed up sendtr program and metadata tagging function that is
200 used after sending files.
201
Linus Walleij394bbbe2006-02-22 16:10:53 +00002022006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000203
Linus Walleij394bbbe2006-02-22 16:10:53 +0000204 * Untested gettr.c and sendtr.c programs to get and send tracks
205 created.
206
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002072006-01-30 Linus Walleij <triad@df.lth.se>
208
209 * Created the initial GNU source directory structure.
210 * Added the most basic files.