Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Change Log History

Originally from build #1013

Changes
  1. Fix Regression of 889ba9488ca07b59fdcc378642a2dc20676d69a3: GLDebugMessageHandler GL Profile criteria for availability is wrong (details / cgit)
  2. GLEmitter: Better use of priviledged block in generated GL*ProcAddressTable's isFunctionAvailableImpl(..), getAddressFor(..) (details / cgit)

Originally from build #1012

Changes
  1. Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase (details / cgit)
  2. Scripts: Fix new windows single unit test scripts .. (details / cgit)
  3. GL ProcAddressTable: Align w/ GlueGen commit f69831574d4927d03d40c330d0b047d8c89622a4 (checkAllLinkPermission() ..) (details / cgit)
  4. Security: Apply security changes from GlueGen (details / cgit)
  5. GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), incl. access check; Move getAddressFor() from ctx -> private dbg-handler (sec); FFMPEGMediaPlayer: Missed fetching func-ptr 'glTexSubImage2D'. (details / cgit)
  6. Fix applet html pages (title) (details / cgit)
  7. Fix Bug 759: Add quirk GLNonCompliant for Mesa AMD GL >= 3.1 renderer. (details / cgit)
  8. AnimatorBase.setModeBits(..): Only issue initImpl() if required - and throw 'is started' exception in such case; Cleanup brackets. (details / cgit)
  9. X11Util: Fix comment on markAllDisplaysUnclosable semantics, add 'final', reorder globalLock/isJVMShuttingDown branch/sync (details / cgit)
  10. NEWT/X11: Proper static initSingleton() sequence. (details / cgit)
  11. GLWindow: Mention GLStateKeeper's GL state preservation in API doc (details / cgit)
  12. Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFactory.shutdownHook, the latter handles customShutdownHooks for NativeWindow, JOGL and NEWT. (details / cgit)
  13. Fix Bug 761 (part 2/2): NEWT registers one customShutdownHook @  NativeWindowFactory.shutdownHook head, allowing proper resource cleanup. (details / cgit)