comparison ChangeLog @ 2564:5b9f0dc2c034 trunk

[svn] - add documentation wrt why we ship our own libid3tag and why it shouldn't be patched out.
author nenolod
date Sat, 24 Feb 2007 07:45:31 -0800
parents bdd0ee5888e0
children 36a652d03166
comparison
equal deleted inserted replaced
2563:bdd0ee5888e0 2564:5b9f0dc2c034
1 2007-02-24 15:41:14 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [4136]
3 - add support for opening id3 tags from a live vfs handle.
4 Patch by Christian Birchinger (joker).
5
6 trunk/src/libid3tag/file.c | 29 +++++++++++++++++++++++++++++
7 trunk/src/libid3tag/id3tag.h | 3 +++
8 2 files changed, 32 insertions(+)
9
10
1 2007-02-24 14:01:39 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 11 2007-02-24 14:01:39 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [4134] 12 revision [4134]
3 - add reference-counting to VFS and add new function, vfs_dup() to 13 - add reference-counting to VFS and add new function, vfs_dup() to
4 mark a VFS handle as duplicated. 14 mark a VFS handle as duplicated.
5 15