X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=change.log;h=e81eabfe2b99bd58998da54bd5401014cc1d7b22;hb=5ffc492ceb914f7bfde0a4813b3734f4054a69c1;hp=6fe15a4e1eaa32b53523992694a6076aaf473715;hpb=217c36ba8f1a2ff3d7591352dab481c39e69ea70;p=libcds.git diff --git a/change.log b/change.log index 6fe15a4e..e81eabfe 100644 --- a/change.log +++ b/change.log @@ -1,5 +1,16 @@ 2.4.0 +2.3.1 01.09.2017 + Maintenance release + - issue #81: bug in gc::DHP when extending thread's retired array, + thanks to gtroxler (https://github.com/gtroxler) + - Improved CMake scripts for simplifying libcds intergration with + other projects: + find_package(LibCDS) + add_library(mylib INTERFACE) + target_link_libraries(mylib INTERFACE LibCDS::cds) + Thansk to Louis Dionne (https://github.com/ldionne) + 2.3.0 31.07.2017 General release - Changed: cds::gc::HP is totally refactored: