From 5957fdde1c7f127de3bf94d164b054852ffa0fcb Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Sun, 2 Apr 2017 09:11:31 +0200 Subject: [PATCH] Make 1.5.1 release --- Changelog | 5 +++++ doc/RELEASE-PROCESS | 1 - doc/benchmark/1.5.1 | 1 + wscript | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 120000 doc/benchmark/1.5.1 diff --git a/Changelog b/Changelog index 1fbcba1..d22febd 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +1.5.1 +----- +* Workaround for NVIDIA driver bug that prevents scan from autotuning on Pascal hardware +* Fix crash for systems with multiple NVIDIA GPUs + 1.5.0 ----- * Make tuning work on-the-fly instead of requiring up-front tuning diff --git a/doc/RELEASE-PROCESS b/doc/RELEASE-PROCESS index fb4c7e1..109933d 100644 --- a/doc/RELEASE-PROCESS +++ b/doc/RELEASE-PROCESS @@ -23,4 +23,3 @@ - put clogs-.tar.bz2 - Mark the new release as the latest version - Tag the release -- Update project info on freecode.com diff --git a/doc/benchmark/1.5.1 b/doc/benchmark/1.5.1 new file mode 120000 index 0000000..3e1ad72 --- /dev/null +++ b/doc/benchmark/1.5.1 @@ -0,0 +1 @@ +1.5.0 \ No newline at end of file diff --git a/wscript b/wscript index 28e32fd..1354064 100644 --- a/wscript +++ b/wscript @@ -28,7 +28,7 @@ from waflib.TaskGen import feature, after_method from waflib import Task APPNAME = 'clogs' -VERSION = '1.5.0' +VERSION = '1.5.1' ABI_VERSION = '2.0.0' out = 'build'