From kde-commits Sun Jan 16 12:06:21 2011 From: =?utf-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 16 Jan 2011 12:06:21 +0000 To: kde-commits Subject: kdesupport/taglib Message-Id: <20110116120621.741383E1F1 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129517962900424 SVN commit 1214792 by lalinsky: News M +3 -0 NEWS --- trunk/kdesupport/taglib/NEWS #1214791:1214792 @@ -2,6 +2,8 @@ ========== * Support for reading/writing tags from Monkey's Audio files. (BUG:210404) + * Support for reading/writing embedded pictures from WMA files. + * Support for reading/writing embedded pictures from FLAC files (BUG:218696). * Implemented APE::Tag::isEmpty() to check for all APE tags, not just the basic ones. * Added reading of WAV audio length. (BUG:116033) @@ -10,6 +12,7 @@ * Added function ByteVector::toHex() for hex-encoding of byte vectors. * WavPack reader now tries to get the audio length by finding the final block, if the header doesn't have the information. (BUG:258016) +* Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007) TagLib 1.6.3 (Apr 17, 2010) ===========================