From: Stephen F. Booth Date: Sun, 28 Oct 2018 13:43:45 +0000 (-0500) Subject: Updated NEWS for the latest changes X-Git-Tag: v1.12-beta-1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cb589a5b82c13ba8f0542e5e79629da7645cb3c;p=taglib Updated NEWS for the latest changes --- 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.