blob: 5b5e4e477c9dbba439309261a03ee7ee6c4931a8 [file] [log] [blame]
Linus Walleij501ba4d2006-10-16 06:17:04 +000012006-10-16 Linus Walleij <triad@df.lth.se>
2
3 * configure.ac: bump to 0.0.21.
4 * src/libusb-glue.c: add code to unload a kernel driver for
5 the primary interface if it is already in use under Linux.
6 * src/libusb-glue.h: add a device flag to make this possible.
7
Linus Walleij37253292006-10-11 08:38:14 +000082006-10-11 Linus Walleij <triad@df.lth.se>
9
10 * examples/delfile.c: patch from Chris Debenham
11 straingtening out the command-line interface a bit
12 more.
13
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000142006-10-10 Linus Walleij <triad@df.lth.se>
15
Linus Walleij37253292006-10-11 08:38:14 +000016 * examples/delfile.c: patch from Chris Debenham to make
17 this command take an optional filename as parameter
18 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +000019
Linus Walleij955e6ba2006-09-26 16:55:10 +0000202006-09-26 Linus Walleij <triad@df.lth.se>
21
22 * libmtp.pc.in: require libusb instead of just linking it.
23 * configure.ac: bump release to 0.0.20 and release.
24
Linus Walleijb1318d12006-09-25 14:59:26 +0000252006-09-25 Linus Walleij <triad@df.lth.se>
26
27 * examples/evolution-sync.sh: example script to illustrate
28 to to transfer calendar, task and contact information
29 to a device supporting this.
30
Linus Walleij4ef39e62006-09-19 14:11:52 +0000312006-09-19 Linus Walleij <triad@df.lth.se>
32
33 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
34 * src/libmtp.c: dito.
35 * examples/sendfile.c: support vcard3.
36
Linus Walleijf248fdd2006-09-16 20:11:40 +0000372006-09-16 Linus Walleij <triad@df.lth.se>
38
39 * configure.ac: bump to 0.0.19 and release. There are some
40 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +000041 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +000042
Linus Walleijb8bfcb22006-09-13 12:14:28 +0000432006-09-13 Linus Walleij <triad@df.lth.se>
44
45 * examples/format.c: formatting test program.
46 * examples.Makefile.am: added format.
47
Linus Walleij13374a42006-09-13 11:55:30 +0000482006-09-13 Andy Kelk <andy@mopoke.co.uk>
49
50 * src/libmtp.h.in: added interface to format storage.
51 * src/libmtp.c: dito.
52 * src/ptp.c: dito.
53 * src/ptp.h: dito.
54
Linus Walleijd31e6192006-09-12 07:55:27 +0000552006-09-12 Linus Walleij <triad@df.lth.se>
56
57 * configure.ac: bump release. Released 0.0.18 yesterday.
58 * src/libmtp.c: do not try to read battery max level unless
59 the device supports it. (Bug occurred on Toshiba Gigabeat
60 P10.)
61
Linus Walleijd5d51c82006-09-11 06:57:50 +0000622006-09-11 Linus Walleij <triad@df.lth.se>
63
64 * src/libusb-glue.c: messed around a bit with device descriptor
65 detection so as to bring closer to libgphoto2 detection algorithm.
66 I've seen things that might be false positives, possibly USB mass
67 storage devices with additional MSFT descriptors to indicate they
68 have Janus DRM.
69 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
70 knows that UCS-2 is in machine endianness but Darwin and *BSD does
71 not. Detect C library and switch accordingly.
72 * src/unicode.c: retire old unicode code only keep things we cannot
73 live without. Remove the own internal UCS-2 conversion engine and
74 the internal iconv() engine and use the one already available in
75 PTPParams.
76 * src/unicode.h: dito.
77
Linus Walleij0558ac52006-09-07 06:55:03 +0000782006-09-07 Linus Walleij <triad@df.lth.se>
79
80 * src/libusb-glue.h: added device flags so we can make
81 the code behave differently on certain devices.
82 * src/libusb-glue.c: dito, plus removed some debug prints.
83 * src/libmtp.c: docs.
84 * src/libmtp.h.in: added device_flags to device list struct.
85 * src/Makefile.am: bumped to compatible library interface.
86 * configure.ac: bump version to 0.0.18 (0.0.17 released
87 yesterday).
88
Richard Low6ec2cc12006-09-06 16:59:16 +0000892006-09-06 Richard Low <richard@wentnet.com>
90
91 * src/libusb-glue.c: changed packet sizes to improve
92 transfer speeds.
93 * src/libmtp.c: changed packet sizes to improve transfer
94 transfer speeds. Also stopped extra ptp_getobjectinfo
95 calls when getting directories on connect.
96
Linus Walleij7f0c72e2006-09-06 13:01:58 +0000972006-09-06 Linus Walleij <triad@df.lth.se>
98
99 * src/libusb-glue.c: fixed some endpoint size detection
100 and sending special file sizes stuff. Real hairy bug...
101 Also messed around a bit with the callbacks.
102 * src/libmtp.c: changes for callback size detection.
103
Linus Walleija9310fa2006-09-04 06:47:42 +00001042006-09-04 Linus Walleij <triad@df.lth.se>
105
106 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
107 instead of magic values.
108
Linus Walleijd7aa5b22006-09-02 11:52:31 +00001092006-09-02 Linus Walleij <triad@df.lth.se>
110
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000111 * src/libmtp.c: add some code to have
112 LIBMTP_Send_File_From_File_Descriptor() accept a stream
113 if size is set to (uint64_t) -1, plus documentation fixes.
114 I don't think the streaming code will work but whoever want
115 to experiment with it has a place to start.
116 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000117
Linus Walleijda9500d2006-08-30 13:17:06 +00001182006-08-30 Linus Walleij <triad@df.lth.se>
119
120 * configure.ac: version bump.
121 * src/libmtp.c: more debug prints.
122 * src/libusb-glue.c: new iRiver device called Clix. By
123 the way I released libmtp 0.0.16 yesterday.
124
Linus Walleija823a702006-08-27 21:27:46 +00001252006-08-28 Linus Walleij <triad@df.lth.se>
126
127 * configure.ac: version bump.
128 * src/ptp-pack.c: upstream has committed my patch giving full
129 unicode support in libgphoto2 ptp2 camlib. No need for
130 any more ugly workarounds, plus we now have full unicode
131 filenames!
132 * src/ptp.c: dito.
133 * src/ptp.h: dito.
134 * src/libmtp.c: revamp to use the new unicode support in
135 libgphoto2.
136 * src/unicode.c: remove unused functionality.
137 * src/unicode.h: dito.
138
Linus Walleijee73ef22006-08-27 19:56:00 +00001392006-08-27 Linus Walleij <triad@df.lth.se>
140
141 * configure.ac: version bump. Release all these fixes
142 as 0.0.15.
143 * src/libusb-glue.c: fixed sucky errors. Added callback
144 code when reading files.
145 * src/libusb-glue.h: const correctness.
146 * src/libmtp.h.in: finally fixup the type on the callbacks.
147 * src/libmtp.c: more accurate sending callbacks. Callbacks
148 when getting files also, working correctly. Typeing of
149 callbacks now OK.
150 * examples/getfile.c: some display bar cosmetic fixup.
151 * TODO: lots of the things todo are now done.
152
Linus Walleijd214b9b2006-08-26 22:08:37 +00001532006-08-26 Linus Walleij <triad@df.lth.se>
154
155 * configure.ac: version bump.
156 * src/libmtp.c: fix bug and reinstate callbacks.
157 * src/libusb-glue.h: dito.
158 * src/libusb-glue.c: dito.
159
Linus Walleije7f44be2006-08-25 19:32:29 +00001602006-08-25 Linus Walleij <triad@df.lth.se>
161
162 * src/libmtp.c: use the new file descriptor sender function.
163 Going to release this as 0.0.13.
164 * src/ptp.c: upstream accepted patches synced in.
165 * src/ptp.h: dito.
166
Linus Walleijeab650b2006-08-21 23:26:37 +00001672006-08-22 Linus Walleij <triad@df.lth.se>
168
Linus Walleij80d134a2006-08-22 21:41:37 +0000169 * src/libusb-glue.c: found a real nasty endpoint bug,
170 code from libgphoto2 was assuming max packet size of
171 512 bytes while it is 64 when a USB 2.0 device is
172 plugged into an UHCI hub.
173
1742006-08-22 Linus Walleij <triad@df.lth.se>
175
Linus Walleijeab650b2006-08-21 23:26:37 +0000176 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
177
Linus Walleij924236a2006-08-20 22:17:58 +00001782006-08-21 Linus Walleij <triad@df.lth.se>
179
180 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000181 as result of experiments by Gavin McCullagh. Upstream
182 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000183 Move iconv() converters into device struct for thread
184 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000185 * src/ptp.c: sync to upstream which merges patch to get
186 file directly to file descriptor.
187 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000188 * src/unicode.c: move iconv() converters into the device
189 struct for thread safety.
190 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000191
Linus Walleij30658792006-08-19 22:18:55 +00001922006-08-20 Linus Walleij <triad@df.lth.se>
193
194 * src/libmtp.h.in: set friendly name and sync partner,
195 rename ownername to friendlyname.
196 * src/libmtp.c: dito.
197 * examples/detect.c: reflect changes.
198 * src/Makefile.am: interface is incompatible so age it.
199
Linus Walleijfae27482006-08-19 20:13:25 +00002002006-08-19 Linus Walleij <triad@df.lth.se>
201
202 * src/libmtp.h.in: add function to get syncronization
203 partner for the device.
204 * src/libmtp.c: dito.
205 * examples/detect.c: use that function.
206 * src/Makefile.am: backward-compatible interface bump.
207
Linus Walleij16571dc2006-08-17 20:27:46 +00002082006-08-17 Linus Walleij <triad@df.lth.se>
209
210 * configure.ac: bump to 0.0.12 and require iconv.h.
211
2122006-08-16 Linus Walleij <triad@df.lth.se>
213
214 * src/unicode.c: remove bigendian weirdness and switch
215 to using iconv() instead.
216 * src/unicode.h: dito.
217 * src/libmtp.c: reflect changes.
218
Linus Walleij3e188f12006-08-09 20:46:05 +00002192006-08-09 Linus Walleij <triad@df.lth.se>
220
221 * Release libmtp 0.0.11.
222
Linus Walleij2eb884b2006-08-04 19:17:36 +00002232006-08-04 Linus Walleij <triad@df.lth.se>
224
225 * src/libmtp.c: patch from Dan Aloni to make sendfile
226 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000227 * src/libusb-glue.c: patch from Andy Kelk to avoid
228 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000229 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000230
Linus Walleijaa4b0752006-07-26 22:21:04 +00002312006-07-27 Linus Walleij <triad@df.lth.se>
232
233 * Release libmtp 0.0.10.
234
Linus Walleij17b55ea2006-07-26 13:54:00 +00002352006-07-26 Linus Walleij <triad@df.lth.se>
236
237 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000238 * src/libmtp.c: only set metdata properties supported by
239 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000240 * src/ptp.c: sync to upstream.
241 * src/ptp.h: sync to upstream.
242 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000243
Linus Walleijc187cb92006-06-22 17:58:13 +00002442006-06-22 Linus Walleij <triad@df.lth.se>
245
246 * Release libmtp 0.0.9.
247
Linus Walleij8ab54262006-06-21 07:12:28 +00002482006-06-21 Linus Walleij <triad@df.lth.se>
249
250 * src/libmtp.h.in: added function to retrieve supported
251 filetypes.
252 * src/libmtp.c: ditto.
253 * examples/detect.c: use that function.
254
Linus Walleijcf223e62006-06-19 09:31:53 +00002552006-06-19 Linus Walleij <triad@df.lth.se>
256
257 * src/unicode.c: support all endianness, detect
258 byte-order-mark
259 * src/unicode.h: ditto.
260 * src/libmtp.c: ditto.
261 * examples/detect.c: use proper tempfile function.
262 * src/libmtp.h.in: add some more track properties.
263 * src/libmtp.c: ditto.
264 * examples/tracks.c: ditto.
265
Linus Walleij2e4b5f92006-06-16 14:00:49 +00002662006-06-16 Linus Walleij <triad@df.lth.se>
267
268 * src/libmtp.h.in: new interfaces for single metadata post
269 retrieveal.
270 * src/libmtp.c: ditto.
271 * examples/playlists.c: display track info using the new
272 individual track metadata retrieveal method.
273 * examples/getplaylist.c: ditto.
274
Linus Walleij05ccbe72006-06-13 07:46:58 +00002752006-06-13 Linus Walleij <triad@df.lth.se>
276
277 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000278 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000279 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000280 we can find them. Retrieve device secure time and cert
281 out of sheer curiosity.
282 * src/ptp.c: sync to libgphoto2 with my patches.
283 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000284
Linus Walleij438bd7f2006-06-08 11:35:44 +00002852006-06-07 Linus Walleij <triad@df.lth.se>
286
287 * src/libmtp.h.in: new playlist API and refactorings.
288 * src/libmtp.c: ditto, and refactorings.
289 * src/unicode.h: const correctness.
290 * src/unicode.c: ditto.
291 * examples/playlists.c: new example program.
292 * configure.ac: bump to 0.0.9
293 * src/Makefile.am: bump library interface.
294
Linus Walleij52e3ac52006-06-05 10:30:00 +00002952006-06-05 Linus Walleij <triad@df.lth.se>
296
297 * examples/sendtr.c: fixed annoying bug that made this
298 program totally useless.
299 * src/libmtp.c: cosmetics.
300 * configure.ac: bump to 0.0.8.
301
Linus Walleij345a3372006-06-03 20:55:25 +00003022006-06-03 Linus Walleij <triad@df.lth.se>
303
304 * src/libmtp.c: metadata bugs, album name and genre
305 confused. Fixe it and released libmtp 0.0.7.
306
Linus Walleijdc09dc02006-06-01 14:23:41 +00003072006-06-01 Linus Walleij <triad@df.lth.se>
308
309 * Released libmtp 0.0.6.
310
Linus Walleij549ec4d2006-05-31 19:59:52 +00003112006-05-31 Linus Walleij <triad@df.lth.se>
312
313 * src/libmtp.c: fixed mapping for JPEG vs JFIF
314 * src/libmtp.h.in: added proper type for JPEG
315 * examples/sendfile.c: send proper JPEG type
316
Linus Walleijd3fdd972006-05-30 15:51:37 +00003172006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
318
319 * src/libmtp.c: fixed a bug in update metadata due to
320 bad use of return code.
321 * src/libusb-glue.c: fixed a loop exiting problem with
322 good 'ol GOTO.
323
Linus Walleij9b1fcd92006-05-29 08:35:29 +00003242006-05-29 Linus Walleij <triad@df.lth.se>
325
326 * src/libusb-glue.c: one more device.
327 * doc/examples.h: produce correct documentation.
328 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000329 * src/ptp.c: sync to libgphoto2.
330 * src/ptp.h: ditto.
331 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000332 * src/libmtp.c: fixed all filetype API related functions
333 not to use any PTP intrinsic defines at all, made all
334 parameters to functions use the internal libmtp interface
335 enumerations and definitions. Removed LIBMTP_Release():
336 we can live with the memory lost during init. You're not
337 supposed to re-initialize the device. Consequently removed
338 the delete function that cleaned the filetype assoc list.
339 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000340
ravelox088180b2006-05-26 23:55:40 +00003412006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
342
343 * src/libmtp.c: refactored object handling to be more generic
344 * src/libmtp.h.in: ditto
345 * examples/refactortest.c: Added simple example to use refactoring
346 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000347 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
348 for playlist handling
349 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000350
Linus Walleij1fd2d272006-05-08 09:22:01 +00003512006-05-08 Linus Walleij <triad@df.lth.se>
352
353 * src/libmtp.h.in: add simple detection function.
354 * src/libusb-glue.c: implement MTP "OS descriptor" for
355 looking for MTP devices.
356 * examples/detect.c: make it possible to do very
357 rudimentary detection with "detect -p".
358 * configure.ac: bump to 0.0.5.
359
Linus Walleij685137f2006-05-07 18:09:02 +00003602006-05-07 Linus Walleij <triad@df.lth.se>
361
362 * COPYING: since we no longer use any parts of libptp2
363 and only files from libgphoto2, we switch to the GNU
364 Lesser General Public License (GNU LGPL). libptp2 is
365 a derived work from libgphoto2, and so is libmtp, there
366 are no remnants of libptp2 in libmtp anymore.
367
Linus Walleij16c51f02006-05-04 13:20:22 +00003682006-05-04 Linus Walleij <triad@df.lth.se>
369
370 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000371 * src/libmtp.c: respectfully rearranged to use a filetype mapping
372 table.
373 * src/ptp-pack.c: real nasty unicode packing bug.
374 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000375
Linus Walleijd6a49972006-05-02 08:24:54 +00003762006-05-02 Linus Walleij <triad@df.lth.se>
377
378 * src/libmtp.c: general shaping up for release. All track
379 and file sending functions now respects a parent ID to be
380 sent along with files and tracks.
381 * src/libmtp.h.in: dito.
382 * src/libusb-glue.c: dito.
383 * examples/sendfile.c: interface dependency changes.
384 * examples/sendtr.c: dito.
385
Linus Walleijc60275a2006-04-30 10:58:11 +00003862006-04-30 Linus Walleij <triad@df.lth.se>
387
388 * src/ptp.c: sync upstream.
389 * src/ptp.h: dito.
390
Linus Walleij370c68d2006-04-27 14:19:01 +00003912006-04-27 Linus Walleij <triad@df.lth.se>
392
393 * examples/sendfile.c: first file sender program based
394 on API implementation and changes by Chris Allegretta.
395 * examples/Makefile.am: new program, new entry.
396 * src/libmtp.c: reflect this new functionality.
397 * src/libmtp.h.in: dito.
398
Linus Walleijb02a0662006-04-25 08:05:09 +00003992006-04-25 Linus Walleij <triad@df.lth.se>
400
401 * Rebased the sources around libgphoto2 instead.
402 This was a major revision...
403 * src/ptp.c: imported libgphoto2 version verbatim.
404 * src/ptp.h: imported libgphoto2 version, minor patch.
405 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000406 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000407 * src/mtp.c: dropped, since all functions are now in ptp.c
408 * src/mtp-pack.c: dropped, same reason.
409 * src/mtp.h: dropped, same reason.
410 * src/mtp-pack.h: dropped, same reason.
411
Linus Walleije5f3ad42006-04-21 07:44:36 +00004122006-04-21 Linus Walleij <triad@df.lth.se>
413
Linus Walleij902c0b92006-04-21 10:52:48 +0000414 * Released libmtp 0.0.3
415 * Bumped source to 0.0.4
416
4172006-04-21 Linus Walleij <triad@df.lth.se>
418
Linus Walleije5f3ad42006-04-21 07:44:36 +0000419 * src/ptp-pack.c: GCC 4.x compilation patch from
420 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000421 * src/libusb-glue.c: New Samsung device and some
422 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000423 * src/ptp.h: some defines from libgphoto2 to get
424 a bit more compatible.
425 * src/libmtp.c: Added a folder API implementation by
426 Dave "ravelox" Kelly.
427 * src/libmtp.h.in: dito.
428 * examples/folders.c: dito.
429 * examples/newfolder.c: dito.
430 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000431
Linus Walleij6fd2f082006-03-28 07:19:22 +00004322006-03-28 Linus Walleij <triad@df.lth.se>
433
434 * m4/*: updated macros to work with GCC 4.1.0.
435 * examples/hotplug.c: new program to create device
436 ID lists.
437 * libmtp.rules: now an auto-generated file.
438 * libmtp.usermap: now an auto-generated file.
439
Linus Walleijf6bc1782006-03-24 15:12:47 +00004402006-03-24 Linus Walleij <triad@df.lth.se>
441
442 * Beginning a file API, fixed some example program
443 names and such.
444
Linus Walleij6946ac52006-03-21 06:51:22 +00004452006-03-18 Linus Walleij <triad@df.lth.se>
446
447 * Fixed up callback interface to a simpler version,
448 the old one was bloated stuff from libnjb anyway.
449 Bump to 0.0.2.
450
Linus Walleij9b28da32006-03-16 13:47:58 +00004512006-03-16 Linus Walleij <triad@df.lth.se>
452
453 * Fixed the .h file and implementation so you really only
454 need this one .h file to interface the library.
455
Linus Walleij80124062006-03-15 10:26:09 +00004562006-03-15 Linus Walleij <triad@df.lth.se>
457
458 * Added three device information retrieval functions.
459
Linus Walleij15e344f2006-03-06 15:15:00 +00004602006-03-06 Linus Walleij <triad@df.lth.se>
461
462 * Moving some things around to structure the source. More
463 will be needed...
464
Linus Walleij93218602006-02-27 08:53:38 +00004652006-02-27 Linus Walleij <triad@df.lth.se>
466
467 * Release libmtp 0.0.1 so people have something to play with,
468 what the heck. Probably saves someones day.
469
Linus Walleij95698cd2006-02-24 10:40:40 +00004702006-02-24 Linus Walleij <triad@df.lth.se>
471
472 * Deltr example program to delete tracks, plus corresponding
473 interface call.
474
Linus Walleij17e39f72006-02-23 15:54:28 +00004752006-02-23 Linus Walleij <triad@df.lth.se>
476
477 * Fixed up sendtr program and metadata tagging function that is
478 used after sending files.
479
Linus Walleij394bbbe2006-02-22 16:10:53 +00004802006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000481
Linus Walleij394bbbe2006-02-22 16:10:53 +0000482 * Untested gettr.c and sendtr.c programs to get and send tracks
483 created.
484
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00004852006-01-30 Linus Walleij <triad@df.lth.se>
486
487 * Created the initial GNU source directory structure.
488 * Added the most basic files.