2010-08-18 - Release of JOCL 0.1.4 beta1 - Updated to OpenCL 1.1 - Changed license to MIT/X11 license - Updated the JavaDoc documentation - Fixed minor bug in CL#stringFor_cl_device_type(int) - Fixed bug in native part of CL#clCreateProgramWithBinary - No longer calling JNI functions between Get/ReleasePrimitiveArrayCritical - Some internal restructuring of the callback functions 2010-04-12 - Release of JOCL 0.1.3a-beta - Bugfix for OpenCL / OpenGL interoperability 2010-03-24 - Release of JOCL 0.1.3-beta - Bugfixes: - It was not possible to add multiple properties to a cl_context_properties - Pointers to direct buffers could not be garbage collected, which caused a small memory leak - The program received in the callback function of clBuildProgram was a Java object which was in such an illegal state that accessing it caused a JVM crash - The clGetPlatformIDs and clGetDeviceIDs functions did not properly use the num_entries parameter which could cause an ArrayIndexOutOfBoundsException to be thrown - Non-blocking read- and write operations are now possible 2010-01-21 - Release of JOCL 0.1.2-beta - Fixed a bug that caused errors when a platform had been selected in the context properties - Added output of compiler error messages when an exception is thrown due to a program compilation error - Fixed an error that occurred on turkish windows systems when trying to load the native library 2009-12-10 - Release of JOCL 0.1.1-beta - Fixed the bug that caused crashes when arrays containing null pointers have been passed to some of the clGet*Info functions. - Changed the license to lesser GPL - Updated binaries to work with AMD and NVIDIA 2009-10-19 - Initial release of JOCL 0.1-beta