diff options
author | Sven Gothel <[email protected]> | 2001-04-10 18:37:03 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-04-10 18:37:03 +0000 |
commit | 99f156a9d9e86e6d835ad9791071b23335476330 (patch) | |
tree | b721df1c22bfc67fc6425d7d8ab1e9b9d2249ad1 /CHANGES.txt | |
parent | e26f0c3e0a6be0f5555c5daee164047f3793d626 (diff) |
2.7.1rel-2-7-1-0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3f31c1c..f2cb9a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ \begin{verbatim} -Last Changes: 5th April 2001 (Version 2.7.0 - Release 0 ) +Last Changes: 10th April 2001 (Version 2.7.1 - Release 0 ) Started: July 1997 (Version 0) ----------------- @@ -8,6 +8,25 @@ TOP = NEW DOWN = OLD ----------------- +10th April 2001 (Version 2.7.1 - Release 0 ) + o Added a check for NULL Pointer. + If the native GL/GLU function pointer are zero (may not exist), + the jni wrapper function just return a dummy zero value. + + o Added a "AccessController.doPrivileged" block for JVM's >= 1.2, + within the native library loader method (gl4java.GLContext) + and the drawable.*Factory* classes. + + No more extra java.policy entries are needed to run + gl4java applet's, if: + - using JVM >= 1.2 + - gl4java.jar is installed properly within jre/lib/ext + + o Added a template Installer script to run the GL4Java-Installer + as an application using a http proxy server. + + o updated the *.txt files (docu) + 5th April 2001 (Version 2.7.0 - Release 0 ) o Since 2.7.0 we do not link the OpenGL and GLU libraries at compile time, we do link them at runtime now ! |