commit 3fec08a69de571cf2939e6028487faea8a23ccaa Author: Sven Gothel Date: Fri Nov 1 03:42:20 2013 +0100 Release 2.1.2 (Android 0914017) Note: We are not quite done yet - but preparing 2.1.2 build now. commit 54fc675ce0a88b8432bcfa37d61e579a914b5645 Author: Sven Gothel Date: Fri Nov 1 01:19:57 2013 +0100 Bump 2.1.2 Release .. commit 249251f1f1b3c70dc3f8df7735cf66dd27b8a61b Author: Sven Gothel Date: Fri Nov 1 01:18:29 2013 +0100 Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs .. commit 2a6a6bb1df175847a7bb84bd741ce3632d6590f6 Author: Sven Gothel Date: Thu Oct 31 07:36:34 2013 +0100 Bug 754 - JarUtil: Add method to generate resource URI from class's Jar URI and resource name (Remove Ubuntu fonts from jogl-all.jar, provide it separately to reduce footprint for the masses.) commit 9622dd60d2572257b1497370dad7230898ee592d Author: Sven Gothel Date: Fri Oct 25 10:00:50 2013 +0200 Bump to 2.1.2-devel (Commit 55cc188f0f076a046d05a49c1c82bb90ba545117 missed to incr. sub-minor) commit 1410a1324c421d7f84655fc7366442d5dc9b2d1e Author: Sven Gothel Date: Fri Oct 25 02:12:40 2013 +0200 Bug 871 - Add optional xcode.clang support for all modules: Fix 'isCLANG' detection ; echo 'gcc.compat.compiler' commit 5f44808fb34aa48bca233281983019247ed86bb6 Author: Sven Gothel Date: Thu Oct 24 20:53:19 2013 +0200 TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize if !isInit (dbl-check locking) - isInit must be set to 'true' _after_ actual initialization, so caller can be blocked until done - staticInitError must be volatile as well commit bb7c2da1ed6791bf50a32a880a939cdaecf82701 Author: Sven Gothel Date: Thu Oct 24 20:30:31 2013 +0200 Use org.junit.Assert instead of deprecated junit.framework.Assert commit aa7a0d3a3feee1360ae4d7465a9da263aea530ac Author: Sven Gothel Date: Thu Oct 24 20:14:44 2013 +0200 Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w/ xcode's xcrun) Bump make/lib/cpptasks.jar to a65cc99054a5a6684784bf9a9e8c13fe866b81ad make/lib/gluegen-clang.properties: Defaults to xcode.clang make/jogamp-env.xml: Show env. SDKROOT commit 8ee5992c0c03c702817c286f4a860f349d6c465a Author: Sven Gothel Date: Thu Oct 24 02:41:27 2013 +0200 PlatformPropsImpl: Add static class OSXVersion w/ selected OSX VersionNumbers commit fec9712b151ad31b053fe700cb0f809b9715407c Author: Sven Gothel Date: Wed Oct 23 16:48:42 2013 +0200 Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' on 'PluginProcess.app' - IOUtil.getTempDir(..): Don't test executable caps on OSX for java_io_tmpdir - JarUtil.extract(..): Issue native fixNativeLibAttribs(..) on OSX for native library files, i.e. remove xattr 'com.apple.quarantine' commit 55cc188f0f076a046d05a49c1c82bb90ba545117 Author: Sven Gothel Date: Sat Oct 19 07:59:23 2013 +0200 Bump to 2.1.1-devel