summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-08-07 22:48:59 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commit2c6901bdfb99d6b7e57e0365d64442c1e148d13f (patch)
tree13907ff80ad28e79146ed0baba5ace6a3cfb102e /CHANGES
parentfd71a7bde3969a2de90b036511749bb7ffda0d49 (diff)
Removing compiler warnings
Fixing failed compilation due to double definition of parsing functions [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13683]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2e2db44..3a19891 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
CHANGE LOG:
+Version 3.1.2 versus 3.1.1
+- Bug Fixes:
+ - Fixed a minor compilation bug with newer gcc/g++ versions
+ - Removed compiler warnings with gcc 4.7.1
+
Version 3.1.1 versus 3.1.0
- Add checks to top level makefile to ensure setup_environment is run and checks to
setup_environment to ensure a compatible version of CUDA is installed.