From bea34c42613c10a12b9bd65318de0a799c2db030 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 18 Oct 2012 17:48:14 -0400 Subject: Fix spurious errors from Catalog::create() is_readable is flaky under Windows, opendir should be more accurate. --- docs/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 2379d56c..f2ef51fd 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -2,6 +2,11 @@ --------- Ampache -- CHANGELOG --------- -------------------------------------------------------------------------- +-------------------------------------------------------------------------- + v.3.6-future + - Fixed an issue with adding catalogs on Windows caused by inconsistent + behaviour of is_readable() (reported by Lockzi) + -------------------------------------------------------------------------- v.3.6-Alpha3 2012-10-15 - Updated getID3 to 1.9.4b1 -- cgit