14
0
Files
python-mutagen/python-mutagen.changes
OBS User autobuild 7a00608ad3 Accepting request 48085 from devel:languages:python
Copy from devel:languages:python/python-mutagen based on submit request 48085 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutagen?expand=0&rev=9
2010-09-14 10:56:02 +00:00

42 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 14 08:26:56 UTC 2010 - coolo@novell.com
- update to 1.20:
* tons of changes in two years time, support for almost everything
improved, see NEWS file for a lengthy description
-------------------------------------------------------------------
Wed Jun 25 00:35:21 CEST 2008 - dmueller@suse.de
- update to 1.14:
* MP4/M4A: Fixed saving of atoms with 64-bit size on 64-bit platforms.
* MP4: Conversion of 'gnre' atoms to '\xa9gen' text atoms now correctly
produces a list of string values, not just a single value.
* ID3: Broken RVA2 frames are now discarded. (Vladislav Naumov)
* ID3: Use long integers when appropriate.
* VCommentDict: Raise UnicodeEncodeErrors when trying to use a Unicode
key that is not valid ASCII; keys are also normalized to ASCII
str objects. (Forest Bond)
-------------------------------------------------------------------
Wed Jan 16 15:51:21 CET 2008 - hvogel@suse.de
- Update to version 1.13
* FLAC: Raise IOError, instead of UnboundLocalError, when trying
to open a non-existant file. (Lukáš Lalinský, Debian #448734)
* Throw out invalid frames when upgrading from 2.3 to 2.4.
* Fixed reading of Unicode strings from ASF files on big-endian
platforms.
* TCP/TCMP support.
* Faster implementation of file-writing when mmap fails, and
exclusive advisory locking when available.
* Use VBRI header to calculate length of VBR MP3 files if the Xing
header is not found.
* Write important ID3v2 frames near the start. (Lukáš Lalinský)
-------------------------------------------------------------------
Wed Jul 4 13:54:21 CEST 2007 - hvogel@suse.de
- Initial package, Version 1.11