]> granicus.if.org Git - taglib/commitdiff
Updated NEWS for the latest changes
authorStephen F. Booth <me@sbooth.org>
Sun, 28 Oct 2018 13:43:45 +0000 (08:43 -0500)
committerStephen F. Booth <me@sbooth.org>
Sun, 28 Oct 2018 13:43:45 +0000 (08:43 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 9c97fb45e47d89e31876f8c9cf2ba464e85e3763..8f8b8ac129e8d1686846ef7a7f1d0a3ad17d321f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,23 @@
 ============================
 
+ * Added support for DSF and DSDIFF files.
  * Added support for WinRT.
  * Added support for classical music tags of iTunes 12.5.
+ * Added support for file descriptor to FileStream.
+ * Added support for 'cmID', 'purl', 'egid' MP4 atoms.
  * Enabled FileRef to detect file types based on the stream content.
  * Dropped support for Windows 9x and NT 4.0 or older.
+ * Check for mandatory header objects in ASF files.
+ * Fixed OOB read on invalid Ogg FLAC files (CVE-2018-11439).
+ * Fixed handling of empty MPEG files.
  * Fixed reading MP4 atoms with zero length.
  * Fixed reading FLAC files with zero-sized seektables.
  * Fixed handling of lowercase field names in Vorbis Comments.
  * Fixed handling of 'rate' atoms in MP4 files.
  * Fixed handling of invalid UTF-8 sequences.
  * Fixed possible file corruptions when saving Ogg files.
+ * TableOfContentsFrame::toString() improved.
+ * UserTextIdentificationFrame::toString() improved.
  * Marked FileRef::create() deprecated.
  * Several smaller bug fixes and performance improvements.