Bug 1083 - Fix all backward compatibility issues w/ 2.2.0 and 2.2.1
Summary: Fix all backward compatibility issues w/ 2.2.0 and 2.2.1
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2.3.0
Hardware: All all
: --- major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-10-01 01:03 CEST by Sven Gothel
Modified: 2019-03-29 17:54 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
546f9b1a03c46b63f8bb18c1b8e2c80a8b66cf7c
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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