Bug 1083

Summary: Fix all backward compatibility issues w/ 2.2.0 and 2.2.1
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: major CC: sgothel
Priority: ---    
Version: 2.3.0   
Hardware: All   
OS: all   
Type: --- SCM Refs:
546f9b1a03c46b63f8bb18c1b8e2c80a8b66cf7c
Workaround: ---

Description Sven Gothel 2014-10-01 01:03:21 CEST
For branch b22x:

   - Preserve fields, but make them deprecated and don't use them anymore.
      Using a new version with less visibility.
    
    - Revert incompatible method prototype changes
    
    - GLFBODrawable:
      - Completly remove FBOMODE_DEFAULT and FBOMODE_USE_DEPTH usage
        and deprecate them
    
    - GLRendererQuirks:
      - Completly remove COUNT usage and deprecate it.
      - Add getCount() method for future compatibility.
Comment 1 Sven Gothel 2014-10-01 01:03:44 CEST
546f9b1a03c46b63f8bb18c1b8e2c80a8b66cf7c:
  fixed as described