1
2 libid3tag - ID3 tag manipulation library
3 Copyright (C) 2000-2004 Underbit Technologies, Inc.
4
5 $Id: CHANGES,v 1.11 2004/02/17 02:04:10 rob Exp $
6
7===============================================================================
8
9Version 0.15.1 (beta)
10
11  * Updated to autoconf 2.59, automake 1.8.2, libtool 1.5.2.
12
13  * Fixed a potential problem in file.c when writing empty ID3v2 tags.
14
15  * Added new id3_field_gettextencoding() API routine.
16
17Version 0.15.0 (beta)
18
19  * Updated to autoconf 2.57, automake 1.7.5, libtool 1.4.3.
20
21  * Added new id3_tag_version(), id3_tag_options(), id3_tag_setlength(),
22    id3_frame_field(), id3_field_getlatin1(), id3_field_getfulllatin1(),
23    id3_genre_index(), id3_genre_number(), id3_latin1_ucs4duplicate(),
24    id3_utf16_ucs4duplicate(), and id3_utf8_ucs4duplicate() API routines.
25
26  * Properly exposed the id3_frame_new(), id3_frame_delete(), and
27    id3_field_type() API routines.
28
29  * Fixed a possible segmentation fault rendering ID3v1 tags when a tag
30    field exceeds the field length limit.
31
32  * Fixed a problem whereby the file interface could try to seek and read
33    data from a non-seekable stream, unrecoverably losing data from the
34    stream. (N.B. the fix does not work under Win32.)
35
36  * Fixed a problem reading ID3v2.2 frames which corrupted their frame IDs
37    and caused them not to be re-rendered.
38
39  * Improved rendering of the ID3v1 genre field from ID3v2 genre
40    names/numbers. The genre "Other" is used in place of non-translatable
41    genres.
42
43  * Rendering an empty ID3v1 tag now properly returns 0 length even when a
44    null buffer pointer is passed.
45
46  * Changed the file implementation to maintain information about present
47    but unparseable tags, instead of ignoring all tags and returning an
48    error.
49
50  * Added an external dependency on zlib (libz), which is no longer
51    included.
52
53  * Changed to build a shared library by default.
54
55  * Changed to use native Cygwin build by default; give --host=mingw32 to
56    `configure' to use MinGW (and avoid a dependency on the Cygwin DLL).
57
58Version 0.14.2 (beta)
59
60  * Changed Cygwin builds to use MinGW; resulting Win32 executables no
61    longer have a dependency on Cygwin DLLs.
62
63Version 0.14.1 (beta)
64
65  * Updated config.guess and config.sub to latest upstream versions.
66
67  * Enabled libtool versioning rather than release numbering.
68
69  * Renamed `libid3' to `libid3tag' and enabled installation as a separate
70    library.
71
72  * Several other small fixes.
73
74Version 0.14.0 (beta)
75
76  * Added a new ID3 tag manipulation library (libid3). The required zlib
77    support is provided either by the host system or by the included static
78    library implementation (libz).
79
80  * Improved MSVC++ portability and added MSVC++ project files.
81
82===============================================================================
83
84