Skip to content

Commit 2e40f52

Browse files
committed
changelogs
1 parent 7e13cb7 commit 2e40f52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Current development version (1.0-SNAPSHOT)
44

55
Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
66

7+
- Release artifacts are available in Maven Central
78
- Added support for sub-images reading/writing from/to CLImage2D (slower than with full images)
89
- Fixed endianness issues with CLBuffer (issue #80)
910
- Fixed migration of cached binaries to newer versions of OS (e.g. upgrading from Snow Leopard to Lion) (issue #81)
1011
- Fixed handling compiler options containing spaces (issue #274)
1112
- Fixed tutorial artifact pom repositories (issue #279)
1213
- Fixed many Javadoc typos
13-
- Fixed support of Intel's OpenCL Windows runtime
14+
- Fixed support of Intel's OpenCL Windows runtime (issue #297)
1415
- Enhanced LocalSize API (added static factory methods for all primitive types)
1516
- Deprecated CLContext.getKernelsDefaultByteOrder() and CLDevice.getKernelsDefaultByteOrder()
1617
- Added more informative exceptions when passing null pointers to CLBuffer.writeBytes (issue #257)
@@ -19,7 +20,6 @@ Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
1920
- Enhanced handling of endianness : warn when creating contexts with devices that have mismatching endianness, throw when creating buffer out of Buffer / Pointer with bad endianness
2021
- Changed signature of CLPlatform.listDevices (now takes a single CLDevice.Type, including All, instead of an EnumSet thereof)
2122
- Moved sources to github (https://github.com/ochafik/nativelibs4java/tree/master/libraries/OpenCL)
22-
- Moved Maven artifacts to Sonatype OSS repository
2323

2424
Version 1.0.0-RC1 (r2130, 20110621)
2525

0 commit comments

Comments
 (0)