aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen F. Booth <me@sbooth.org>2018-10-28 08:43:45 -0500
committerStephen F. Booth <me@sbooth.org>2018-10-28 08:43:45 -0500
commit5cb589a5b82c13ba8f0542e5e79629da7645cb3c (patch)
tree691bf55907056b9aede1bafa2b91efe173c96143
parenta4d04e0c409fd60af182b7dbe18266cf06d6f4ba (diff)
Updated NEWS for the latest changes
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9c97fb45..8f8b8ac1 100644
--- 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.