commit 309776f16a898b10091cc705e0f31fe21db09f63 Author: Sven Gothel Date: Wed Jul 17 16:11:04 2013 +0200 Javadoc: Use JogAmp Stylesheet / Colors .. commit b4fbbc98929c56b9f82815a50dacb02796d9d252 Author: Sven Gothel Date: Wed Jul 17 04:23:07 2013 +0200 Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before calling 'PropertyAccess.isPropertyDefined(propName, default)' through Debug class. Calling 'Debug.isPropertyDefined(propName, default)' may be 'optimized' to 'PropertyAccess.isPropertyDefined(propName, default)', which would skip the modules Debug's class initialization. Iff that happens, an AccessControlException may happen, due to requesting an insecure property, since modules own Debug class has not been added it's trusted prefixes from within it's init block yet. This seems to be a bug of the JVM .. to me, however .. the above description is the only able to explain the issue at hand. +++ Fix calls Debug class own static methods, either Debug.initSingleton() or Debug.debug(), before calling 'isPropertyDefined(propName, default)'. +++ Also mark Debug class static methods final! +++ commit 0de2ee1c2ea34b60c7b139ce9a49d690ed7428de Author: Xerxes Rånby Date: Sun Jul 14 08:50:39 2013 +0200 www/index.html: Link to JOAL FAQ Signed-off-by: Xerxes Rånby commit f91cb9e643f26dfec259fd9de694c8c8fd2a127e Author: Xerxes Rånby Date: Sun Jul 14 02:34:23 2013 +0200 ALutWAVLoaderTest: Test WAV decoder impl. Bug 684 Signed-off-by: Xerxes Rånby commit 14186120ed0c26a053ca90969ac45d55dda53468 Author: Xerxes Rånby Date: Sun Jun 30 01:26:39 2013 +0200 www/index.html: fix relative javadoc links Signed-off-by: Xerxes Rånby commit 6292ed9712b17f849f22221aea9d586c3a363c09 Author: Julien Gouesse Date: Wed Mar 27 22:07:28 2013 +0100 Removes all references to javax.sound.* in order to allow JOAL to work in non-J2SE environments