blob: 287425e3230b3d36b2e4467ea42d1ac8458cde0e [file] [log] [blame]
Linus Walleij9efe75f2006-10-20 09:09:45 +000012006-10-20 Linus Walleij <triad@df.lth.se>
2
3 * Release 0.0.21 to get all the new device support out.
4
Linus Walleij501ba4d2006-10-16 06:17:04 +000052006-10-16 Linus Walleij <triad@df.lth.se>
6
7 * configure.ac: bump to 0.0.21.
8 * src/libusb-glue.c: add code to unload a kernel driver for
9 the primary interface if it is already in use under Linux.
10 * src/libusb-glue.h: add a device flag to make this possible.
11
Linus Walleij37253292006-10-11 08:38:14 +0000122006-10-11 Linus Walleij <triad@df.lth.se>
13
14 * examples/delfile.c: patch from Chris Debenham
15 straingtening out the command-line interface a bit
16 more.
17
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000182006-10-10 Linus Walleij <triad@df.lth.se>
19
Linus Walleij37253292006-10-11 08:38:14 +000020 * examples/delfile.c: patch from Chris Debenham to make
21 this command take an optional filename as parameter
22 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +000023
Linus Walleij955e6ba2006-09-26 16:55:10 +0000242006-09-26 Linus Walleij <triad@df.lth.se>
25
26 * libmtp.pc.in: require libusb instead of just linking it.
27 * configure.ac: bump release to 0.0.20 and release.
28
Linus Walleijb1318d12006-09-25 14:59:26 +0000292006-09-25 Linus Walleij <triad@df.lth.se>
30
31 * examples/evolution-sync.sh: example script to illustrate
32 to to transfer calendar, task and contact information
33 to a device supporting this.
34
Linus Walleij4ef39e62006-09-19 14:11:52 +0000352006-09-19 Linus Walleij <triad@df.lth.se>
36
37 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
38 * src/libmtp.c: dito.
39 * examples/sendfile.c: support vcard3.
40
Linus Walleijf248fdd2006-09-16 20:11:40 +0000412006-09-16 Linus Walleij <triad@df.lth.se>
42
43 * configure.ac: bump to 0.0.19 and release. There are some
44 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +000045 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +000046
Linus Walleijb8bfcb22006-09-13 12:14:28 +0000472006-09-13 Linus Walleij <triad@df.lth.se>
48
49 * examples/format.c: formatting test program.
50 * examples.Makefile.am: added format.
51
Linus Walleij13374a42006-09-13 11:55:30 +0000522006-09-13 Andy Kelk <andy@mopoke.co.uk>
53
54 * src/libmtp.h.in: added interface to format storage.
55 * src/libmtp.c: dito.
56 * src/ptp.c: dito.
57 * src/ptp.h: dito.
58
Linus Walleijd31e6192006-09-12 07:55:27 +0000592006-09-12 Linus Walleij <triad@df.lth.se>
60
61 * configure.ac: bump release. Released 0.0.18 yesterday.
62 * src/libmtp.c: do not try to read battery max level unless
63 the device supports it. (Bug occurred on Toshiba Gigabeat
64 P10.)
65
Linus Walleijd5d51c82006-09-11 06:57:50 +0000662006-09-11 Linus Walleij <triad@df.lth.se>
67
68 * src/libusb-glue.c: messed around a bit with device descriptor
69 detection so as to bring closer to libgphoto2 detection algorithm.
70 I've seen things that might be false positives, possibly USB mass
71 storage devices with additional MSFT descriptors to indicate they
72 have Janus DRM.
73 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
74 knows that UCS-2 is in machine endianness but Darwin and *BSD does
75 not. Detect C library and switch accordingly.
76 * src/unicode.c: retire old unicode code only keep things we cannot
77 live without. Remove the own internal UCS-2 conversion engine and
78 the internal iconv() engine and use the one already available in
79 PTPParams.
80 * src/unicode.h: dito.
81
Linus Walleij0558ac52006-09-07 06:55:03 +0000822006-09-07 Linus Walleij <triad@df.lth.se>
83
84 * src/libusb-glue.h: added device flags so we can make
85 the code behave differently on certain devices.
86 * src/libusb-glue.c: dito, plus removed some debug prints.
87 * src/libmtp.c: docs.
88 * src/libmtp.h.in: added device_flags to device list struct.
89 * src/Makefile.am: bumped to compatible library interface.
90 * configure.ac: bump version to 0.0.18 (0.0.17 released
91 yesterday).
92
Richard Low6ec2cc12006-09-06 16:59:16 +0000932006-09-06 Richard Low <richard@wentnet.com>
94
95 * src/libusb-glue.c: changed packet sizes to improve
96 transfer speeds.
97 * src/libmtp.c: changed packet sizes to improve transfer
98 transfer speeds. Also stopped extra ptp_getobjectinfo
99 calls when getting directories on connect.
100
Linus Walleij7f0c72e2006-09-06 13:01:58 +00001012006-09-06 Linus Walleij <triad@df.lth.se>
102
103 * src/libusb-glue.c: fixed some endpoint size detection
104 and sending special file sizes stuff. Real hairy bug...
105 Also messed around a bit with the callbacks.
106 * src/libmtp.c: changes for callback size detection.
107
Linus Walleija9310fa2006-09-04 06:47:42 +00001082006-09-04 Linus Walleij <triad@df.lth.se>
109
110 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
111 instead of magic values.
112
Linus Walleijd7aa5b22006-09-02 11:52:31 +00001132006-09-02 Linus Walleij <triad@df.lth.se>
114
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000115 * src/libmtp.c: add some code to have
116 LIBMTP_Send_File_From_File_Descriptor() accept a stream
117 if size is set to (uint64_t) -1, plus documentation fixes.
118 I don't think the streaming code will work but whoever want
119 to experiment with it has a place to start.
120 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000121
Linus Walleijda9500d2006-08-30 13:17:06 +00001222006-08-30 Linus Walleij <triad@df.lth.se>
123
124 * configure.ac: version bump.
125 * src/libmtp.c: more debug prints.
126 * src/libusb-glue.c: new iRiver device called Clix. By
127 the way I released libmtp 0.0.16 yesterday.
128
Linus Walleija823a702006-08-27 21:27:46 +00001292006-08-28 Linus Walleij <triad@df.lth.se>
130
131 * configure.ac: version bump.
132 * src/ptp-pack.c: upstream has committed my patch giving full
133 unicode support in libgphoto2 ptp2 camlib. No need for
134 any more ugly workarounds, plus we now have full unicode
135 filenames!
136 * src/ptp.c: dito.
137 * src/ptp.h: dito.
138 * src/libmtp.c: revamp to use the new unicode support in
139 libgphoto2.
140 * src/unicode.c: remove unused functionality.
141 * src/unicode.h: dito.
142
Linus Walleijee73ef22006-08-27 19:56:00 +00001432006-08-27 Linus Walleij <triad@df.lth.se>
144
145 * configure.ac: version bump. Release all these fixes
146 as 0.0.15.
147 * src/libusb-glue.c: fixed sucky errors. Added callback
148 code when reading files.
149 * src/libusb-glue.h: const correctness.
150 * src/libmtp.h.in: finally fixup the type on the callbacks.
151 * src/libmtp.c: more accurate sending callbacks. Callbacks
152 when getting files also, working correctly. Typeing of
153 callbacks now OK.
154 * examples/getfile.c: some display bar cosmetic fixup.
155 * TODO: lots of the things todo are now done.
156
Linus Walleijd214b9b2006-08-26 22:08:37 +00001572006-08-26 Linus Walleij <triad@df.lth.se>
158
159 * configure.ac: version bump.
160 * src/libmtp.c: fix bug and reinstate callbacks.
161 * src/libusb-glue.h: dito.
162 * src/libusb-glue.c: dito.
163
Linus Walleije7f44be2006-08-25 19:32:29 +00001642006-08-25 Linus Walleij <triad@df.lth.se>
165
166 * src/libmtp.c: use the new file descriptor sender function.
167 Going to release this as 0.0.13.
168 * src/ptp.c: upstream accepted patches synced in.
169 * src/ptp.h: dito.
170
Linus Walleijeab650b2006-08-21 23:26:37 +00001712006-08-22 Linus Walleij <triad@df.lth.se>
172
Linus Walleij80d134a2006-08-22 21:41:37 +0000173 * src/libusb-glue.c: found a real nasty endpoint bug,
174 code from libgphoto2 was assuming max packet size of
175 512 bytes while it is 64 when a USB 2.0 device is
176 plugged into an UHCI hub.
177
1782006-08-22 Linus Walleij <triad@df.lth.se>
179
Linus Walleijeab650b2006-08-21 23:26:37 +0000180 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
181
Linus Walleij924236a2006-08-20 22:17:58 +00001822006-08-21 Linus Walleij <triad@df.lth.se>
183
184 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000185 as result of experiments by Gavin McCullagh. Upstream
186 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000187 Move iconv() converters into device struct for thread
188 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000189 * src/ptp.c: sync to upstream which merges patch to get
190 file directly to file descriptor.
191 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000192 * src/unicode.c: move iconv() converters into the device
193 struct for thread safety.
194 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000195
Linus Walleij30658792006-08-19 22:18:55 +00001962006-08-20 Linus Walleij <triad@df.lth.se>
197
198 * src/libmtp.h.in: set friendly name and sync partner,
199 rename ownername to friendlyname.
200 * src/libmtp.c: dito.
201 * examples/detect.c: reflect changes.
202 * src/Makefile.am: interface is incompatible so age it.
203
Linus Walleijfae27482006-08-19 20:13:25 +00002042006-08-19 Linus Walleij <triad@df.lth.se>
205
206 * src/libmtp.h.in: add function to get syncronization
207 partner for the device.
208 * src/libmtp.c: dito.
209 * examples/detect.c: use that function.
210 * src/Makefile.am: backward-compatible interface bump.
211
Linus Walleij16571dc2006-08-17 20:27:46 +00002122006-08-17 Linus Walleij <triad@df.lth.se>
213
214 * configure.ac: bump to 0.0.12 and require iconv.h.
215
2162006-08-16 Linus Walleij <triad@df.lth.se>
217
218 * src/unicode.c: remove bigendian weirdness and switch
219 to using iconv() instead.
220 * src/unicode.h: dito.
221 * src/libmtp.c: reflect changes.
222
Linus Walleij3e188f12006-08-09 20:46:05 +00002232006-08-09 Linus Walleij <triad@df.lth.se>
224
225 * Release libmtp 0.0.11.
226
Linus Walleij2eb884b2006-08-04 19:17:36 +00002272006-08-04 Linus Walleij <triad@df.lth.se>
228
229 * src/libmtp.c: patch from Dan Aloni to make sendfile
230 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000231 * src/libusb-glue.c: patch from Andy Kelk to avoid
232 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000233 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000234
Linus Walleijaa4b0752006-07-26 22:21:04 +00002352006-07-27 Linus Walleij <triad@df.lth.se>
236
237 * Release libmtp 0.0.10.
238
Linus Walleij17b55ea2006-07-26 13:54:00 +00002392006-07-26 Linus Walleij <triad@df.lth.se>
240
241 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000242 * src/libmtp.c: only set metdata properties supported by
243 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000244 * src/ptp.c: sync to upstream.
245 * src/ptp.h: sync to upstream.
246 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000247
Linus Walleijc187cb92006-06-22 17:58:13 +00002482006-06-22 Linus Walleij <triad@df.lth.se>
249
250 * Release libmtp 0.0.9.
251
Linus Walleij8ab54262006-06-21 07:12:28 +00002522006-06-21 Linus Walleij <triad@df.lth.se>
253
254 * src/libmtp.h.in: added function to retrieve supported
255 filetypes.
256 * src/libmtp.c: ditto.
257 * examples/detect.c: use that function.
258
Linus Walleijcf223e62006-06-19 09:31:53 +00002592006-06-19 Linus Walleij <triad@df.lth.se>
260
261 * src/unicode.c: support all endianness, detect
262 byte-order-mark
263 * src/unicode.h: ditto.
264 * src/libmtp.c: ditto.
265 * examples/detect.c: use proper tempfile function.
266 * src/libmtp.h.in: add some more track properties.
267 * src/libmtp.c: ditto.
268 * examples/tracks.c: ditto.
269
Linus Walleij2e4b5f92006-06-16 14:00:49 +00002702006-06-16 Linus Walleij <triad@df.lth.se>
271
272 * src/libmtp.h.in: new interfaces for single metadata post
273 retrieveal.
274 * src/libmtp.c: ditto.
275 * examples/playlists.c: display track info using the new
276 individual track metadata retrieveal method.
277 * examples/getplaylist.c: ditto.
278
Linus Walleij05ccbe72006-06-13 07:46:58 +00002792006-06-13 Linus Walleij <triad@df.lth.se>
280
281 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000282 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000283 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000284 we can find them. Retrieve device secure time and cert
285 out of sheer curiosity.
286 * src/ptp.c: sync to libgphoto2 with my patches.
287 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000288
Linus Walleij438bd7f2006-06-08 11:35:44 +00002892006-06-07 Linus Walleij <triad@df.lth.se>
290
291 * src/libmtp.h.in: new playlist API and refactorings.
292 * src/libmtp.c: ditto, and refactorings.
293 * src/unicode.h: const correctness.
294 * src/unicode.c: ditto.
295 * examples/playlists.c: new example program.
296 * configure.ac: bump to 0.0.9
297 * src/Makefile.am: bump library interface.
298
Linus Walleij52e3ac52006-06-05 10:30:00 +00002992006-06-05 Linus Walleij <triad@df.lth.se>
300
301 * examples/sendtr.c: fixed annoying bug that made this
302 program totally useless.
303 * src/libmtp.c: cosmetics.
304 * configure.ac: bump to 0.0.8.
305
Linus Walleij345a3372006-06-03 20:55:25 +00003062006-06-03 Linus Walleij <triad@df.lth.se>
307
308 * src/libmtp.c: metadata bugs, album name and genre
309 confused. Fixe it and released libmtp 0.0.7.
310
Linus Walleijdc09dc02006-06-01 14:23:41 +00003112006-06-01 Linus Walleij <triad@df.lth.se>
312
313 * Released libmtp 0.0.6.
314
Linus Walleij549ec4d2006-05-31 19:59:52 +00003152006-05-31 Linus Walleij <triad@df.lth.se>
316
317 * src/libmtp.c: fixed mapping for JPEG vs JFIF
318 * src/libmtp.h.in: added proper type for JPEG
319 * examples/sendfile.c: send proper JPEG type
320
Linus Walleijd3fdd972006-05-30 15:51:37 +00003212006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
322
323 * src/libmtp.c: fixed a bug in update metadata due to
324 bad use of return code.
325 * src/libusb-glue.c: fixed a loop exiting problem with
326 good 'ol GOTO.
327
Linus Walleij9b1fcd92006-05-29 08:35:29 +00003282006-05-29 Linus Walleij <triad@df.lth.se>
329
330 * src/libusb-glue.c: one more device.
331 * doc/examples.h: produce correct documentation.
332 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000333 * src/ptp.c: sync to libgphoto2.
334 * src/ptp.h: ditto.
335 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000336 * src/libmtp.c: fixed all filetype API related functions
337 not to use any PTP intrinsic defines at all, made all
338 parameters to functions use the internal libmtp interface
339 enumerations and definitions. Removed LIBMTP_Release():
340 we can live with the memory lost during init. You're not
341 supposed to re-initialize the device. Consequently removed
342 the delete function that cleaned the filetype assoc list.
343 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000344
ravelox088180b2006-05-26 23:55:40 +00003452006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
346
347 * src/libmtp.c: refactored object handling to be more generic
348 * src/libmtp.h.in: ditto
349 * examples/refactortest.c: Added simple example to use refactoring
350 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000351 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
352 for playlist handling
353 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000354
Linus Walleij1fd2d272006-05-08 09:22:01 +00003552006-05-08 Linus Walleij <triad@df.lth.se>
356
357 * src/libmtp.h.in: add simple detection function.
358 * src/libusb-glue.c: implement MTP "OS descriptor" for
359 looking for MTP devices.
360 * examples/detect.c: make it possible to do very
361 rudimentary detection with "detect -p".
362 * configure.ac: bump to 0.0.5.
363
Linus Walleij685137f2006-05-07 18:09:02 +00003642006-05-07 Linus Walleij <triad@df.lth.se>
365
366 * COPYING: since we no longer use any parts of libptp2
367 and only files from libgphoto2, we switch to the GNU
368 Lesser General Public License (GNU LGPL). libptp2 is
369 a derived work from libgphoto2, and so is libmtp, there
370 are no remnants of libptp2 in libmtp anymore.
371
Linus Walleij16c51f02006-05-04 13:20:22 +00003722006-05-04 Linus Walleij <triad@df.lth.se>
373
374 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000375 * src/libmtp.c: respectfully rearranged to use a filetype mapping
376 table.
377 * src/ptp-pack.c: real nasty unicode packing bug.
378 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000379
Linus Walleijd6a49972006-05-02 08:24:54 +00003802006-05-02 Linus Walleij <triad@df.lth.se>
381
382 * src/libmtp.c: general shaping up for release. All track
383 and file sending functions now respects a parent ID to be
384 sent along with files and tracks.
385 * src/libmtp.h.in: dito.
386 * src/libusb-glue.c: dito.
387 * examples/sendfile.c: interface dependency changes.
388 * examples/sendtr.c: dito.
389
Linus Walleijc60275a2006-04-30 10:58:11 +00003902006-04-30 Linus Walleij <triad@df.lth.se>
391
392 * src/ptp.c: sync upstream.
393 * src/ptp.h: dito.
394
Linus Walleij370c68d2006-04-27 14:19:01 +00003952006-04-27 Linus Walleij <triad@df.lth.se>
396
397 * examples/sendfile.c: first file sender program based
398 on API implementation and changes by Chris Allegretta.
399 * examples/Makefile.am: new program, new entry.
400 * src/libmtp.c: reflect this new functionality.
401 * src/libmtp.h.in: dito.
402
Linus Walleijb02a0662006-04-25 08:05:09 +00004032006-04-25 Linus Walleij <triad@df.lth.se>
404
405 * Rebased the sources around libgphoto2 instead.
406 This was a major revision...
407 * src/ptp.c: imported libgphoto2 version verbatim.
408 * src/ptp.h: imported libgphoto2 version, minor patch.
409 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000410 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000411 * src/mtp.c: dropped, since all functions are now in ptp.c
412 * src/mtp-pack.c: dropped, same reason.
413 * src/mtp.h: dropped, same reason.
414 * src/mtp-pack.h: dropped, same reason.
415
Linus Walleije5f3ad42006-04-21 07:44:36 +00004162006-04-21 Linus Walleij <triad@df.lth.se>
417
Linus Walleij902c0b92006-04-21 10:52:48 +0000418 * Released libmtp 0.0.3
419 * Bumped source to 0.0.4
420
4212006-04-21 Linus Walleij <triad@df.lth.se>
422
Linus Walleije5f3ad42006-04-21 07:44:36 +0000423 * src/ptp-pack.c: GCC 4.x compilation patch from
424 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000425 * src/libusb-glue.c: New Samsung device and some
426 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000427 * src/ptp.h: some defines from libgphoto2 to get
428 a bit more compatible.
429 * src/libmtp.c: Added a folder API implementation by
430 Dave "ravelox" Kelly.
431 * src/libmtp.h.in: dito.
432 * examples/folders.c: dito.
433 * examples/newfolder.c: dito.
434 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000435
Linus Walleij6fd2f082006-03-28 07:19:22 +00004362006-03-28 Linus Walleij <triad@df.lth.se>
437
438 * m4/*: updated macros to work with GCC 4.1.0.
439 * examples/hotplug.c: new program to create device
440 ID lists.
441 * libmtp.rules: now an auto-generated file.
442 * libmtp.usermap: now an auto-generated file.
443
Linus Walleijf6bc1782006-03-24 15:12:47 +00004442006-03-24 Linus Walleij <triad@df.lth.se>
445
446 * Beginning a file API, fixed some example program
447 names and such.
448
Linus Walleij6946ac52006-03-21 06:51:22 +00004492006-03-18 Linus Walleij <triad@df.lth.se>
450
451 * Fixed up callback interface to a simpler version,
452 the old one was bloated stuff from libnjb anyway.
453 Bump to 0.0.2.
454
Linus Walleij9b28da32006-03-16 13:47:58 +00004552006-03-16 Linus Walleij <triad@df.lth.se>
456
457 * Fixed the .h file and implementation so you really only
458 need this one .h file to interface the library.
459
Linus Walleij80124062006-03-15 10:26:09 +00004602006-03-15 Linus Walleij <triad@df.lth.se>
461
462 * Added three device information retrieval functions.
463
Linus Walleij15e344f2006-03-06 15:15:00 +00004642006-03-06 Linus Walleij <triad@df.lth.se>
465
466 * Moving some things around to structure the source. More
467 will be needed...
468
Linus Walleij93218602006-02-27 08:53:38 +00004692006-02-27 Linus Walleij <triad@df.lth.se>
470
471 * Release libmtp 0.0.1 so people have something to play with,
472 what the heck. Probably saves someones day.
473
Linus Walleij95698cd2006-02-24 10:40:40 +00004742006-02-24 Linus Walleij <triad@df.lth.se>
475
476 * Deltr example program to delete tracks, plus corresponding
477 interface call.
478
Linus Walleij17e39f72006-02-23 15:54:28 +00004792006-02-23 Linus Walleij <triad@df.lth.se>
480
481 * Fixed up sendtr program and metadata tagging function that is
482 used after sending files.
483
Linus Walleij394bbbe2006-02-22 16:10:53 +00004842006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000485
Linus Walleij394bbbe2006-02-22 16:10:53 +0000486 * Untested gettr.c and sendtr.c programs to get and send tracks
487 created.
488
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00004892006-01-30 Linus Walleij <triad@df.lth.se>
490
491 * Created the initial GNU source directory structure.
492 * Added the most basic files.