blob: 1ef0e9944e9f43c4cdce54afa1acb913fa20d4aa [file] [log] [blame]
Linus Walleij438bd7f2006-06-08 11:35:44 +000012006-06-07 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.h.in: new playlist API and refactorings.
4 * src/libmtp.c: ditto, and refactorings.
5 * src/unicode.h: const correctness.
6 * src/unicode.c: ditto.
7 * examples/playlists.c: new example program.
8 * configure.ac: bump to 0.0.9
9 * src/Makefile.am: bump library interface.
10
Linus Walleij52e3ac52006-06-05 10:30:00 +0000112006-06-05 Linus Walleij <triad@df.lth.se>
12
13 * examples/sendtr.c: fixed annoying bug that made this
14 program totally useless.
15 * src/libmtp.c: cosmetics.
16 * configure.ac: bump to 0.0.8.
17
Linus Walleij345a3372006-06-03 20:55:25 +0000182006-06-03 Linus Walleij <triad@df.lth.se>
19
20 * src/libmtp.c: metadata bugs, album name and genre
21 confused. Fixe it and released libmtp 0.0.7.
22
Linus Walleijdc09dc02006-06-01 14:23:41 +0000232006-06-01 Linus Walleij <triad@df.lth.se>
24
25 * Released libmtp 0.0.6.
26
Linus Walleij549ec4d2006-05-31 19:59:52 +0000272006-05-31 Linus Walleij <triad@df.lth.se>
28
29 * src/libmtp.c: fixed mapping for JPEG vs JFIF
30 * src/libmtp.h.in: added proper type for JPEG
31 * examples/sendfile.c: send proper JPEG type
32
Linus Walleijd3fdd972006-05-30 15:51:37 +0000332006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
34
35 * src/libmtp.c: fixed a bug in update metadata due to
36 bad use of return code.
37 * src/libusb-glue.c: fixed a loop exiting problem with
38 good 'ol GOTO.
39
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000402006-05-29 Linus Walleij <triad@df.lth.se>
41
42 * src/libusb-glue.c: one more device.
43 * doc/examples.h: produce correct documentation.
44 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +000045 * src/ptp.c: sync to libgphoto2.
46 * src/ptp.h: ditto.
47 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +000048 * src/libmtp.c: fixed all filetype API related functions
49 not to use any PTP intrinsic defines at all, made all
50 parameters to functions use the internal libmtp interface
51 enumerations and definitions. Removed LIBMTP_Release():
52 we can live with the memory lost during init. You're not
53 supposed to re-initialize the device. Consequently removed
54 the delete function that cleaned the filetype assoc list.
55 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +000056
ravelox088180b2006-05-26 23:55:40 +0000572006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
58
59 * src/libmtp.c: refactored object handling to be more generic
60 * src/libmtp.h.in: ditto
61 * examples/refactortest.c: Added simple example to use refactoring
62 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +000063 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
64 for playlist handling
65 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +000066
Linus Walleij1fd2d272006-05-08 09:22:01 +0000672006-05-08 Linus Walleij <triad@df.lth.se>
68
69 * src/libmtp.h.in: add simple detection function.
70 * src/libusb-glue.c: implement MTP "OS descriptor" for
71 looking for MTP devices.
72 * examples/detect.c: make it possible to do very
73 rudimentary detection with "detect -p".
74 * configure.ac: bump to 0.0.5.
75
Linus Walleij685137f2006-05-07 18:09:02 +0000762006-05-07 Linus Walleij <triad@df.lth.se>
77
78 * COPYING: since we no longer use any parts of libptp2
79 and only files from libgphoto2, we switch to the GNU
80 Lesser General Public License (GNU LGPL). libptp2 is
81 a derived work from libgphoto2, and so is libmtp, there
82 are no remnants of libptp2 in libmtp anymore.
83
Linus Walleij16c51f02006-05-04 13:20:22 +0000842006-05-04 Linus Walleij <triad@df.lth.se>
85
86 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +000087 * src/libmtp.c: respectfully rearranged to use a filetype mapping
88 table.
89 * src/ptp-pack.c: real nasty unicode packing bug.
90 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +000091
Linus Walleijd6a49972006-05-02 08:24:54 +0000922006-05-02 Linus Walleij <triad@df.lth.se>
93
94 * src/libmtp.c: general shaping up for release. All track
95 and file sending functions now respects a parent ID to be
96 sent along with files and tracks.
97 * src/libmtp.h.in: dito.
98 * src/libusb-glue.c: dito.
99 * examples/sendfile.c: interface dependency changes.
100 * examples/sendtr.c: dito.
101
Linus Walleijc60275a2006-04-30 10:58:11 +00001022006-04-30 Linus Walleij <triad@df.lth.se>
103
104 * src/ptp.c: sync upstream.
105 * src/ptp.h: dito.
106
Linus Walleij370c68d2006-04-27 14:19:01 +00001072006-04-27 Linus Walleij <triad@df.lth.se>
108
109 * examples/sendfile.c: first file sender program based
110 on API implementation and changes by Chris Allegretta.
111 * examples/Makefile.am: new program, new entry.
112 * src/libmtp.c: reflect this new functionality.
113 * src/libmtp.h.in: dito.
114
Linus Walleijb02a0662006-04-25 08:05:09 +00001152006-04-25 Linus Walleij <triad@df.lth.se>
116
117 * Rebased the sources around libgphoto2 instead.
118 This was a major revision...
119 * src/ptp.c: imported libgphoto2 version verbatim.
120 * src/ptp.h: imported libgphoto2 version, minor patch.
121 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000122 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000123 * src/mtp.c: dropped, since all functions are now in ptp.c
124 * src/mtp-pack.c: dropped, same reason.
125 * src/mtp.h: dropped, same reason.
126 * src/mtp-pack.h: dropped, same reason.
127
Linus Walleije5f3ad42006-04-21 07:44:36 +00001282006-04-21 Linus Walleij <triad@df.lth.se>
129
Linus Walleij902c0b92006-04-21 10:52:48 +0000130 * Released libmtp 0.0.3
131 * Bumped source to 0.0.4
132
1332006-04-21 Linus Walleij <triad@df.lth.se>
134
Linus Walleije5f3ad42006-04-21 07:44:36 +0000135 * src/ptp-pack.c: GCC 4.x compilation patch from
136 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000137 * src/libusb-glue.c: New Samsung device and some
138 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000139 * src/ptp.h: some defines from libgphoto2 to get
140 a bit more compatible.
141 * src/libmtp.c: Added a folder API implementation by
142 Dave "ravelox" Kelly.
143 * src/libmtp.h.in: dito.
144 * examples/folders.c: dito.
145 * examples/newfolder.c: dito.
146 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000147
Linus Walleij6fd2f082006-03-28 07:19:22 +00001482006-03-28 Linus Walleij <triad@df.lth.se>
149
150 * m4/*: updated macros to work with GCC 4.1.0.
151 * examples/hotplug.c: new program to create device
152 ID lists.
153 * libmtp.rules: now an auto-generated file.
154 * libmtp.usermap: now an auto-generated file.
155
Linus Walleijf6bc1782006-03-24 15:12:47 +00001562006-03-24 Linus Walleij <triad@df.lth.se>
157
158 * Beginning a file API, fixed some example program
159 names and such.
160
Linus Walleij6946ac52006-03-21 06:51:22 +00001612006-03-18 Linus Walleij <triad@df.lth.se>
162
163 * Fixed up callback interface to a simpler version,
164 the old one was bloated stuff from libnjb anyway.
165 Bump to 0.0.2.
166
Linus Walleij9b28da32006-03-16 13:47:58 +00001672006-03-16 Linus Walleij <triad@df.lth.se>
168
169 * Fixed the .h file and implementation so you really only
170 need this one .h file to interface the library.
171
Linus Walleij80124062006-03-15 10:26:09 +00001722006-03-15 Linus Walleij <triad@df.lth.se>
173
174 * Added three device information retrieval functions.
175
Linus Walleij15e344f2006-03-06 15:15:00 +00001762006-03-06 Linus Walleij <triad@df.lth.se>
177
178 * Moving some things around to structure the source. More
179 will be needed...
180
Linus Walleij93218602006-02-27 08:53:38 +00001812006-02-27 Linus Walleij <triad@df.lth.se>
182
183 * Release libmtp 0.0.1 so people have something to play with,
184 what the heck. Probably saves someones day.
185
Linus Walleij95698cd2006-02-24 10:40:40 +00001862006-02-24 Linus Walleij <triad@df.lth.se>
187
188 * Deltr example program to delete tracks, plus corresponding
189 interface call.
190
Linus Walleij17e39f72006-02-23 15:54:28 +00001912006-02-23 Linus Walleij <triad@df.lth.se>
192
193 * Fixed up sendtr program and metadata tagging function that is
194 used after sending files.
195
Linus Walleij394bbbe2006-02-22 16:10:53 +00001962006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000197
Linus Walleij394bbbe2006-02-22 16:10:53 +0000198 * Untested gettr.c and sendtr.c programs to get and send tracks
199 created.
200
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00002012006-01-30 Linus Walleij <triad@df.lth.se>
202
203 * Created the initial GNU source directory structure.
204 * Added the most basic files.