The version number for JOGL in the source base has been bumped to 1.1 to indicate that some new and in some cases incompatible APIs are being introduced. Specifically, multihead support for X11 platforms has been committed to the source tree; an incompatible change was needed to the GLCapabilitiesChooser to support this as well as forthcoming full-scene antialiasing support. Thanks to all that contributed patches in this arena; the implementation differs from the suggested ones, so please try it and report any problems found. The API change is in the GLDrawableFactory with a new factory method taking the GraphicsDevice on which to instantiate the GLCanvas. The nightly builds should contain this change soon.
Also, in the near future, glSelectBuffer will be changed to take a direct java.nio.IntBuffer instead of an int[], as the latter API can not be implemented both correctly and efficiently.
We would like to address any outstanding API issues before JSR 231 begins work in full force. Please post to the JSR 231 thread on this board with suggestions, and please post any comments or questions about the abovementioned API changes here.