diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-18 15:16:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-18 15:16:02 +0000 |
commit | 77bc16f52520efe50ea0664b11f235897239a482 (patch) | |
tree | d970ed863bec575a335c98e4457879218f864d46 /docs/CHANGELOG | |
parent | 698f05d14f880eb4ec7866ec3a8416ee4d1f838f (diff) | |
download | ampache-77bc16f52520efe50ea0664b11f235897239a482.tar.gz ampache-77bc16f52520efe50ea0664b11f235897239a482.tar.bz2 ampache-77bc16f52520efe50ea0664b11f235897239a482.zip |
fixed dbl negative on xml api and enabled the timestamp check as well as fixed a typo in the config file
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-x | docs/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 08e47e3a..6029e406 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,9 @@ -------------------------------------------------------------------------- v.3.4-Alpha4 + - Added check to make sure timestamp passed to API is less then + four hours old. Set to four hours to allow for some + difference in server/client time - Fixed basic XML-RPC functionality, using insecure / old authentication method needs more work - Fixed it so that all errors should return an XML document when |