aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-08-28 23:47:15 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-08-28 23:47:15 +0000
commit0e9114e3adb518ea4d44223ca2f3d78173c07dd4 (patch)
tree05adcca823dbf76efd12875165331819a9ca594b /ChangeLog
parent806acdd4f41e93bf1e3e67e99e11c55cce6188c3 (diff)
downloadmpd-0e9114e3adb518ea4d44223ca2f3d78173c07dd4.tar.gz
mpd-0e9114e3adb518ea4d44223ca2f3d78173c07dd4.tar.xz
mpd-0e9114e3adb518ea4d44223ca2f3d78173c07dd4.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a56e478c..d0145ba42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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