diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-30 17:17:27 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-30 17:17:27 +0000 |
commit | 0a08d312b72650162b1ef58cb1068634b7552964 (patch) | |
tree | f62bb3fcef8ba326b514f5b8cf3046935ba88859 /docs | |
parent | dac46f0b6e8e4d5dff51b3f5b97f6cc5332f7b88 (diff) | |
download | ampache-0a08d312b72650162b1ef58cb1068634b7552964.tar.gz ampache-0a08d312b72650162b1ef58cb1068634b7552964.tar.bz2 ampache-0a08d312b72650162b1ef58cb1068634b7552964.zip |
move to sha256 for passwords API and Interface
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 123e1eb0..281d2bef 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,9 @@ -------------------------------------------------------------------------- v.3.5-Alpha1 + - Switched to SHA256() for API and Passwords + - Added check for BADTIME error code from Last.FM and correctly + return the error rather then a generic one - Fix http auth session issues, where every request blew away the old session information - Many other minor improvements (Thx Dipsol) |