updated the changelog.
authorXianyi Zhang <xianyi@iscas.ac.cn>
Wed, 2 Mar 2011 05:40:55 +0000 (13:40 +0800)
committerXianyi Zhang <xianyi@iscas.ac.cn>
Wed, 2 Mar 2011 05:40:55 +0000 (13:40 +0800)
Changelog.txt

index 7a05cdc..b3c4384 100644 (file)
@@ -4,6 +4,8 @@ Version 0.1 (in development)
 26-Feb-2011
 
 common:
+       * Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34. 
+         Thank Mr.Ei-ji Nakama providing this patch. (Refs issue #12 on github)
        * Added DEBUG=1 rule in Makefile.rule to build debug version.
        * Disable compiling quad precision in reference BLAS library(netlib BLAS).
        * Added unit testcases in utest/ subdir. Used  CUnit framework.