summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-12 22:21:54 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-12 22:21:54 +0200
commitf862e75a461d021833d4409fef154739812408d8 (patch)
tree719024120de6124a60fdd0edce1ff9e773123850 /ChangeLog
parent6f349fb3d51c3992fcb6e336cac992b0153e7bc9 (diff)
fixed makefiles to pass make distcheck; version bump to 0.2.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f5f1f1a..71bc5fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+version 0.2.1
+ new ape decoder - faster, doesn't crash
+ fixed APEv2 tag reader
+ fixed id3 tag reader on big-endian systems
+ player now builds without errors on big-endian systems
+ memory for HSVC song length database is now allocated on demand
+ fixed icons in system tray menu
+ fixed color detection for column header text
+ improved cuesheet reader (pregap support and better bounds checking)
+
version 0.2.0
plugin API - decoder and misc plugins working, other types are work in progress
most decoders are in plugins now, which means that most dependencies are optional (libmad, libFLAC, etc)