Skip to content

Commit

Permalink
Release notes for 2.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed May 30, 2017
1 parent 3daed04 commit e359bdb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions doxygen/09_ReleaseNotes.dox
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
/*! \page ReleaseNotes Release Notes

Release Notes for GeNN v2.2.3
====
This release includes minor new features and several bug fixes for certain system configurations.

User Side Changes
----

1. Transitioned feature tests to use Google Test framework.
2. Added support for CUDA shader model 6.X

Bug fixes:
----

1. Fixed problem using GeNN on systems running 32-bit Linux kernels on a 64-bit architecture (Nvidia Jetson modules running old software for example).
2. Fixed problem linking against CUDA on Mac OS X El Capitan due to SIP (System Integrity Protection).
3. Fixed problems with support code relating to its scope and usage in spike-like event threshold code.
4. Disabled use of C++ regular expressions on older versions of GCC.

-------------------------------------------------------------------

Release Notes for GeNN v2.2.2
====

Expand Down
2 changes: 1 addition & 1 deletion doxygen/genn-doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = GeNN
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.2.2
PROJECT_NUMBER = 2.2.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit e359bdb

Please sign in to comment.