blob: ee7720553f60089be70549a4907a5794d5d6f03a [file] [log] [blame]
Linus Walleijd3fdd972006-05-30 15:51:37 +000012006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
2
3 * src/libmtp.c: fixed a bug in update metadata due to
4 bad use of return code.
5 * src/libusb-glue.c: fixed a loop exiting problem with
6 good 'ol GOTO.
7
Linus Walleij9b1fcd92006-05-29 08:35:29 +000082006-05-29 Linus Walleij <triad@df.lth.se>
9
10 * src/libusb-glue.c: one more device.
11 * doc/examples.h: produce correct documentation.
12 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +000013 * src/ptp.c: sync to libgphoto2.
14 * src/ptp.h: ditto.
15 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +000016 * src/libmtp.c: fixed all filetype API related functions
17 not to use any PTP intrinsic defines at all, made all
18 parameters to functions use the internal libmtp interface
19 enumerations and definitions. Removed LIBMTP_Release():
20 we can live with the memory lost during init. You're not
21 supposed to re-initialize the device. Consequently removed
22 the delete function that cleaned the filetype assoc list.
23 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +000024
ravelox088180b2006-05-26 23:55:40 +0000252006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
26
27 * src/libmtp.c: refactored object handling to be more generic
28 * src/libmtp.h.in: ditto
29 * examples/refactortest.c: Added simple example to use refactoring
30 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +000031 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
32 for playlist handling
33 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +000034
Linus Walleij1fd2d272006-05-08 09:22:01 +0000352006-05-08 Linus Walleij <triad@df.lth.se>
36
37 * src/libmtp.h.in: add simple detection function.
38 * src/libusb-glue.c: implement MTP "OS descriptor" for
39 looking for MTP devices.
40 * examples/detect.c: make it possible to do very
41 rudimentary detection with "detect -p".
42 * configure.ac: bump to 0.0.5.
43
Linus Walleij685137f2006-05-07 18:09:02 +0000442006-05-07 Linus Walleij <triad@df.lth.se>
45
46 * COPYING: since we no longer use any parts of libptp2
47 and only files from libgphoto2, we switch to the GNU
48 Lesser General Public License (GNU LGPL). libptp2 is
49 a derived work from libgphoto2, and so is libmtp, there
50 are no remnants of libptp2 in libmtp anymore.
51
Linus Walleij16c51f02006-05-04 13:20:22 +0000522006-05-04 Linus Walleij <triad@df.lth.se>
53
54 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +000055 * src/libmtp.c: respectfully rearranged to use a filetype mapping
56 table.
57 * src/ptp-pack.c: real nasty unicode packing bug.
58 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +000059
Linus Walleijd6a49972006-05-02 08:24:54 +0000602006-05-02 Linus Walleij <triad@df.lth.se>
61
62 * src/libmtp.c: general shaping up for release. All track
63 and file sending functions now respects a parent ID to be
64 sent along with files and tracks.
65 * src/libmtp.h.in: dito.
66 * src/libusb-glue.c: dito.
67 * examples/sendfile.c: interface dependency changes.
68 * examples/sendtr.c: dito.
69
Linus Walleijc60275a2006-04-30 10:58:11 +0000702006-04-30 Linus Walleij <triad@df.lth.se>
71
72 * src/ptp.c: sync upstream.
73 * src/ptp.h: dito.
74
Linus Walleij370c68d2006-04-27 14:19:01 +0000752006-04-27 Linus Walleij <triad@df.lth.se>
76
77 * examples/sendfile.c: first file sender program based
78 on API implementation and changes by Chris Allegretta.
79 * examples/Makefile.am: new program, new entry.
80 * src/libmtp.c: reflect this new functionality.
81 * src/libmtp.h.in: dito.
82
Linus Walleijb02a0662006-04-25 08:05:09 +0000832006-04-25 Linus Walleij <triad@df.lth.se>
84
85 * Rebased the sources around libgphoto2 instead.
86 This was a major revision...
87 * src/ptp.c: imported libgphoto2 version verbatim.
88 * src/ptp.h: imported libgphoto2 version, minor patch.
89 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +000090 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +000091 * src/mtp.c: dropped, since all functions are now in ptp.c
92 * src/mtp-pack.c: dropped, same reason.
93 * src/mtp.h: dropped, same reason.
94 * src/mtp-pack.h: dropped, same reason.
95
Linus Walleije5f3ad42006-04-21 07:44:36 +0000962006-04-21 Linus Walleij <triad@df.lth.se>
97
Linus Walleij902c0b92006-04-21 10:52:48 +000098 * Released libmtp 0.0.3
99 * Bumped source to 0.0.4
100
1012006-04-21 Linus Walleij <triad@df.lth.se>
102
Linus Walleije5f3ad42006-04-21 07:44:36 +0000103 * src/ptp-pack.c: GCC 4.x compilation patch from
104 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000105 * src/libusb-glue.c: New Samsung device and some
106 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000107 * src/ptp.h: some defines from libgphoto2 to get
108 a bit more compatible.
109 * src/libmtp.c: Added a folder API implementation by
110 Dave "ravelox" Kelly.
111 * src/libmtp.h.in: dito.
112 * examples/folders.c: dito.
113 * examples/newfolder.c: dito.
114 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000115
Linus Walleij6fd2f082006-03-28 07:19:22 +00001162006-03-28 Linus Walleij <triad@df.lth.se>
117
118 * m4/*: updated macros to work with GCC 4.1.0.
119 * examples/hotplug.c: new program to create device
120 ID lists.
121 * libmtp.rules: now an auto-generated file.
122 * libmtp.usermap: now an auto-generated file.
123
Linus Walleijf6bc1782006-03-24 15:12:47 +00001242006-03-24 Linus Walleij <triad@df.lth.se>
125
126 * Beginning a file API, fixed some example program
127 names and such.
128
Linus Walleij6946ac52006-03-21 06:51:22 +00001292006-03-18 Linus Walleij <triad@df.lth.se>
130
131 * Fixed up callback interface to a simpler version,
132 the old one was bloated stuff from libnjb anyway.
133 Bump to 0.0.2.
134
Linus Walleij9b28da32006-03-16 13:47:58 +00001352006-03-16 Linus Walleij <triad@df.lth.se>
136
137 * Fixed the .h file and implementation so you really only
138 need this one .h file to interface the library.
139
Linus Walleij80124062006-03-15 10:26:09 +00001402006-03-15 Linus Walleij <triad@df.lth.se>
141
142 * Added three device information retrieval functions.
143
Linus Walleij15e344f2006-03-06 15:15:00 +00001442006-03-06 Linus Walleij <triad@df.lth.se>
145
146 * Moving some things around to structure the source. More
147 will be needed...
148
Linus Walleij93218602006-02-27 08:53:38 +00001492006-02-27 Linus Walleij <triad@df.lth.se>
150
151 * Release libmtp 0.0.1 so people have something to play with,
152 what the heck. Probably saves someones day.
153
Linus Walleij95698cd2006-02-24 10:40:40 +00001542006-02-24 Linus Walleij <triad@df.lth.se>
155
156 * Deltr example program to delete tracks, plus corresponding
157 interface call.
158
Linus Walleij17e39f72006-02-23 15:54:28 +00001592006-02-23 Linus Walleij <triad@df.lth.se>
160
161 * Fixed up sendtr program and metadata tagging function that is
162 used after sending files.
163
Linus Walleij394bbbe2006-02-22 16:10:53 +00001642006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000165
Linus Walleij394bbbe2006-02-22 16:10:53 +0000166 * Untested gettr.c and sendtr.c programs to get and send tracks
167 created.
168
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001692006-01-30 Linus Walleij <triad@df.lth.se>
170
171 * Created the initial GNU source directory structure.
172 * Added the most basic files.