X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=change.log;h=81694eff0ce426e71d8af160b7f75fd405696cec;hp=d4593cea1d82f450c562ce8a600cf7be641caeac;hb=10931eaea40f306faba0cf34863c2638184b9ed3;hpb=e33b0fa4d5c909fa6297722f81cede857fac4bbe diff --git a/change.log b/change.log index d4593cea..81694eff 100644 --- a/change.log +++ b/change.log @@ -1,4 +1,18 @@ -2.3.0 +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: - simplified internal structures; @@ -33,6 +47,8 @@ N is 1 or 2. - Changed: refactoring cds::backoff::exponential and cds::backoff::delay back-off strategies to avoid static data members in template classes. + - The library is extensively tested on x86-64, PowerPC and AArch64, + thanks to GCC Compile Farm project 2.2.0 04.01.2017 General release