diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..c11c327639b10b91f2981b8565a4ddb19ea46448 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Aparapi Change Log + +## 1.1.1 + +* Fixed a bug where forward references existed when they shouldnt. +* Fixed some bugs where improper directory structure were referenced produced exceptions. + +## 1.1.0 + +* Changed group id and package to com.aparapi \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 27060f1db4eafa36d509446abf0d29b6909c4731..c73baf7975bd988a9186a28e19e30db865454e29 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,6 +1,7 @@ # Contributors * Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> +* George Vinokhodov * Witold Bolt * Kenneth Skovhede * Ryan LaMothe @@ -25,4 +26,5 @@ Below are some of the specific details of various contributions. * Steven Libby provided patch for #6 (Allow finer control over fallback mode selection) Aug 21th 2012 * Steven Libby and Ryan Lamothe for #10 (Support for OpenMP, major refactoring cleanup and support for multidim arrays) March 28th 2013 * Paul Miner issue #61 and #115 (JTP Speed up and fixes to explicit puts) June 13th 2013 -& lgalluci for his fix for issue #121 (incorrect toString for 3D ranges) July 6th 2013 \ No newline at end of file +* lgalluci for his fix for issue #121 (incorrect toString for 3D ranges) July 6th 2013 +* George Vinokhodov submited a fix for a bug regarding forward references. \ No newline at end of file diff --git a/README.md b/README.md index b529ffcc769e4ecf81cf26bfa0e649c2b821343d..b884a4e8cd9c79c62f688d69b151bf7967f0aae9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Aparapi was originally a project conceived and developed by AMD corporation. It For detailed documentation see [Aparapi.com](http://Aparapi.com) or check out the [latest Javadocs](http://www.javadoc.io/doc/com.syncleus.ferma/ferma). -For support please use [Gitter](https://gitter.im/Syncleus/aparapi) or the [official Aparapi mailing list](https://groups.google.com/a/syncleus.com/d/forum/aparapi-list). +For support please use [Gitter](https://gitter.im/Syncleus/aparapi) or the [official Aparapi mailing list](https://groups.google.com/d/forum/aparapi). Please file bugs and feature requests on [Github](https://github.com/Syncleus/aparapi/issues). @@ -29,7 +29,7 @@ To include Aparapi in your project of choice include the following Maven depende <dependency> <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.0.0</version> + <version>1.1.1</version> </dependency> ```