aboutsummaryrefslogtreecommitdiffstats
path: root/src/libid3tag/CHANGES
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-23 23:41:20 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-23 23:41:20 +0000
commitd35747a40c7dea12de95f78a4f283a45ef687597 (patch)
tree3a85f138e68c7ef3e5a9ece863ed7266ad1cd7ce /src/libid3tag/CHANGES
downloadmpd-d35747a40c7dea12de95f78a4f283a45ef687597.tar.gz
mpd-d35747a40c7dea12de95f78a4f283a45ef687597.tar.xz
mpd-d35747a40c7dea12de95f78a4f283a45ef687597.zip
import from SF CVS
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/libid3tag/CHANGES')
-rw-r--r--src/libid3tag/CHANGES75
1 files changed, 75 insertions, 0 deletions
diff --git a/src/libid3tag/CHANGES b/src/libid3tag/CHANGES
new file mode 100644
index 000000000..4fcc0cd58
--- /dev/null
+++ b/src/libid3tag/CHANGES
@@ -0,0 +1,75 @@
+
+ libid3tag - ID3 tag manipulation library
+ Copyright (C) 2000-2003 Underbit Technologies, Inc.
+
+ $Id: CHANGES,v 1.1 2003/08/14 03:57:13 shank Exp $
+
+===============================================================================
+
+Version 0.15.0 (beta)
+
+ * Updated to autoconf 2.57, automake 1.7.5, libtool 1.4.3.
+
+ * Added new id3_tag_version(), id3_tag_options(), id3_tag_setlength(),
+ id3_frame_field(), id3_field_getlatin1(), id3_field_getfulllatin1(),
+ id3_genre_index(), id3_genre_number(), id3_latin1_ucs4duplicate(),
+ id3_utf16_ucs4duplicate(), and id3_utf8_ucs4duplicate() API routines.
+
+ * Properly exposed the id3_frame_new(), id3_frame_delete(), and
+ id3_field_type() API routines.
+
+ * Fixed a possible segmentation fault rendering ID3v1 tags when a tag
+ field exceeds the field length limit.
+
+ * Fixed a problem whereby the file interface could try to seek and read
+ data from a non-seekable stream, unrecoverably losing data from the
+ stream. (N.B. the fix does not work under Win32.)
+
+ * Fixed a problem reading ID3v2.2 frames which corrupted their frame IDs
+ and caused them not to be re-rendered.
+
+ * Improved rendering of the ID3v1 genre field from ID3v2 genre
+ names/numbers. The genre "Other" is used in place of non-translatable
+ genres.
+
+ * Rendering an empty ID3v1 tag now properly returns 0 length even when a
+ null buffer pointer is passed.
+
+ * Changed the file implementation to maintain information about present
+ but unparseable tags, instead of ignoring all tags and returning an
+ error.
+
+ * Added an external dependency on zlib (libz), which is no longer
+ included.
+
+ * Changed to build a shared library by default.
+
+ * Changed to use native Cygwin build by default; give --host=mingw32 to
+ `configure' to use MinGW (and avoid a dependency on the Cygwin DLL).
+
+Version 0.14.2 (beta)
+
+ * Changed Cygwin builds to use MinGW; resulting Win32 executables no
+ longer have a dependency on Cygwin DLLs.
+
+Version 0.14.1 (beta)
+
+ * Updated config.guess and config.sub to latest upstream versions.
+
+ * Enabled libtool versioning rather than release numbering.
+
+ * Renamed `libid3' to `libid3tag' and enabled installation as a separate
+ library.
+
+ * Several other small fixes.
+
+Version 0.14.0 (beta)
+
+ * Added a new ID3 tag manipulation library (libid3). The required zlib
+ support is provided either by the host system or by the included static
+ library implementation (libz).
+
+ * Improved MSVC++ portability and added MSVC++ project files.
+
+===============================================================================
+