Removing id3v1_encoding from 0.12 ChangeLog entry, since it was already listed in the 0.11.5 entry. Also correcting a couple of typos in that old entry.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4721 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
806acdd4f4
commit
0e9114e3ad
|
@ -26,7 +26,6 @@ ver 0.12.0 (2006/??/??)
|
|||
* Can specify any supported metadata type in search, find, and list
|
||||
* Can specify "any" as the metadata type in search, find, and list
|
||||
* New volume_normalization parameter for enabling Audio Compress normalization
|
||||
* New id3v1_encoding parameter for converting the encoding of ID3v1 tags
|
||||
* New metadata_to_use parameter for choosing supported metadata types
|
||||
* New pid_file parameter for saving the MPD process ID to the specified file
|
||||
* The db_file parameter is now required
|
||||
|
@ -40,7 +39,7 @@ ver 0.12.0 (2006/??/??)
|
|||
* Lots of bug fixes, cleaned up code, and performance improvements
|
||||
|
||||
ver 0.11.5 (2004/11/1)
|
||||
1) New id3v1_ecnoding config option to configure the id3v1 tag encoding (patch from dottemag)
|
||||
1) New id3v1_encoding config option to configure the id3v1 tag encoding (patch from dottedmag)
|
||||
2) Strip '\r' from m3u playlists (thank you windows)
|
||||
3) Use random() instead of rand() for playlist randomizing
|
||||
4) Fix a bug trying skipping some commented lines in m3u playlist files
|
||||
|
|
Loading…
Reference in New Issue