From 8d1d31abeaa27b8ce1f7b674ae32dbe0303d7307 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 8 Aug 2016 12:30:01 +0100 Subject: [PATCH] Updated release notes for release 2.2.1. --- doxygen/09_ReleaseNotes.dox | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doxygen/09_ReleaseNotes.dox b/doxygen/09_ReleaseNotes.dox index a9888a7c19..b73cb24839 100644 --- a/doxygen/09_ReleaseNotes.dox +++ b/doxygen/09_ReleaseNotes.dox @@ -1,5 +1,26 @@ /*! \page ReleaseNotes Release Notes +Release Notes for GeNN v2.2 +==== + +This bugfix release fixes some critical bugs which occur on certain system configurations. + +Bug fixes: +---- + +1. (important) Fixed a Windows-specific bug where the CL compiler terminates, incorrectly reporting that the nested scope limit has been exceeded, when a large number of device variables need to be initialised. + +2. (important) Fixed a bug where, in certain circumstances, outdated generateALL objects are used by the Makefiles, rather than being cleaned and replaced by up-to-date ones. + +3. (important) Fixed an 'atomicAdd' redeclared or missing bug, which happens on certain CUDA architectures when using the newest CUDA 8.0 RC toolkit. + +4. (minor) The SynDelay example project now correctly reports spike indexes for the input group. + +Please refer to the [full documentation](http://genn-team.github.io/genn/documentation/html/index.html) for further details, tutorials and complete code documentation. + +------------------------------------------------------------------- + + Release Notes for GeNN v2.2 ====