Chris@0: Chris@0: libid3tag - ID3 tag manipulation library Chris@0: Copyright (C) 2000-2004 Underbit Technologies, Inc. Chris@0: Chris@0: $Id: CHANGES,v 1.11 2004/02/17 02:04:10 rob Exp $ Chris@0: Chris@0: =============================================================================== Chris@0: Chris@0: Version 0.15.1 (beta) Chris@0: Chris@0: * Updated to autoconf 2.59, automake 1.8.2, libtool 1.5.2. Chris@0: Chris@0: * Fixed a potential problem in file.c when writing empty ID3v2 tags. Chris@0: Chris@0: * Added new id3_field_gettextencoding() API routine. Chris@0: Chris@0: Version 0.15.0 (beta) Chris@0: Chris@0: * Updated to autoconf 2.57, automake 1.7.5, libtool 1.4.3. Chris@0: Chris@0: * Added new id3_tag_version(), id3_tag_options(), id3_tag_setlength(), Chris@0: id3_frame_field(), id3_field_getlatin1(), id3_field_getfulllatin1(), Chris@0: id3_genre_index(), id3_genre_number(), id3_latin1_ucs4duplicate(), Chris@0: id3_utf16_ucs4duplicate(), and id3_utf8_ucs4duplicate() API routines. Chris@0: Chris@0: * Properly exposed the id3_frame_new(), id3_frame_delete(), and Chris@0: id3_field_type() API routines. Chris@0: Chris@0: * Fixed a possible segmentation fault rendering ID3v1 tags when a tag Chris@0: field exceeds the field length limit. Chris@0: Chris@0: * Fixed a problem whereby the file interface could try to seek and read Chris@0: data from a non-seekable stream, unrecoverably losing data from the Chris@0: stream. (N.B. the fix does not work under Win32.) Chris@0: Chris@0: * Fixed a problem reading ID3v2.2 frames which corrupted their frame IDs Chris@0: and caused them not to be re-rendered. Chris@0: Chris@0: * Improved rendering of the ID3v1 genre field from ID3v2 genre Chris@0: names/numbers. The genre "Other" is used in place of non-translatable Chris@0: genres. Chris@0: Chris@0: * Rendering an empty ID3v1 tag now properly returns 0 length even when a Chris@0: null buffer pointer is passed. Chris@0: Chris@0: * Changed the file implementation to maintain information about present Chris@0: but unparseable tags, instead of ignoring all tags and returning an Chris@0: error. Chris@0: Chris@0: * Added an external dependency on zlib (libz), which is no longer Chris@0: included. Chris@0: Chris@0: * Changed to build a shared library by default. Chris@0: Chris@0: * Changed to use native Cygwin build by default; give --host=mingw32 to Chris@0: `configure' to use MinGW (and avoid a dependency on the Cygwin DLL). Chris@0: Chris@0: Version 0.14.2 (beta) Chris@0: Chris@0: * Changed Cygwin builds to use MinGW; resulting Win32 executables no Chris@0: longer have a dependency on Cygwin DLLs. Chris@0: Chris@0: Version 0.14.1 (beta) Chris@0: Chris@0: * Updated config.guess and config.sub to latest upstream versions. Chris@0: Chris@0: * Enabled libtool versioning rather than release numbering. Chris@0: Chris@0: * Renamed `libid3' to `libid3tag' and enabled installation as a separate Chris@0: library. Chris@0: Chris@0: * Several other small fixes. Chris@0: Chris@0: Version 0.14.0 (beta) Chris@0: Chris@0: * Added a new ID3 tag manipulation library (libid3). The required zlib Chris@0: support is provided either by the host system or by the included static Chris@0: library implementation (libz). Chris@0: Chris@0: * Improved MSVC++ portability and added MSVC++ project files. Chris@0: Chris@0: =============================================================================== Chris@0: