summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-14 18:16:28 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-14 18:16:28 +0000
commit4d7170217da3a9361d2f7ebb135dea77d5372870 (patch)
treed453c7fcdf287c52a7a7bde70625879af8696707 /docs/CHANGELOG
parent134e6a164e8d9988f1573458aeb9046b192b0378 (diff)
downloadampache-4d7170217da3a9361d2f7ebb135dea77d5372870.tar.gz
ampache-4d7170217da3a9361d2f7ebb135dea77d5372870.tar.bz2
ampache-4d7170217da3a9361d2f7ebb135dea77d5372870.zip
fixed the seeking bug and a few other minor ones thank Sven F.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-xdocs/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index f0230a68..972dd500 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,8 @@
--------------------------------------------------------------------------
v.3.3.2-Beta2
+ - Fixed a few typos in the xmlrpc code and playlists and fixed the
+ weird skipping when seeking using some players (Thx Sven)
- Fixed a problem with the Image Resize code which wasn't correctly
detecting the lack of GD causing no art to be displayed
- Fixed Remember Me button (part of the vauth)