X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=change.log;h=81694eff0ce426e71d8af160b7f75fd405696cec;hp=6951d97d6944326b58929351471f1ffe62d80179;hb=b769cf24a3c1cb9c5d930ad31c9c3f97d225ae6c;hpb=b50306750a8028f3d6beec0a179b4688682ddf74 diff --git a/change.log b/change.log index 6951d97d..81694eff 100644 --- a/change.log +++ b/change.log @@ -1,3 +1,17 @@ +2.4.0 + - Removed: -fno-strict-aliasing requirement + +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: