diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-09-21 13:40:08 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-09-21 14:28:53 -0400 |
commit | 92e29041a4400612e30d0d92a2dbf5380c449308 (patch) | |
tree | 8badff3db4701a7ddffecc49d842e62f5dc2445b /docs | |
parent | a24b711143080d3819034e831aaed6c44cb5b9b0 (diff) | |
download | ampache-92e29041a4400612e30d0d92a2dbf5380c449308.tar.gz ampache-92e29041a4400612e30d0d92a2dbf5380c449308.tar.bz2 ampache-92e29041a4400612e30d0d92a2dbf5380c449308.zip |
Drop support for old passwords
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 950e7484..b180bffa 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-future + - Removed support for extremely old passwords - Playlists imported from M3U now retain their ordering (patch by Florent Fourcot) - Removed HTML entity encoding of plaintext email (reported by USMC Guy) @@ -11,6 +12,7 @@ (reported by Istarion) - Fixed ASF tag parsing regression (reported by cygn) +-------------------------------------------------------------------------- v.3.6-Alpha2 2012-08-15 - Fixed CLI database load to work regardless of whether it's run from the top-level directory (reported by porthose) @@ -74,7 +76,6 @@ - Added Fresh theme - Fixed spurious API handshake failure output - -------------------------------------------------------------------------- v.3.6-Alpha1 04/27/2011 - Fixed forced transcoding |