From: Ivan Maidanski Date: Fri, 4 Nov 2016 21:34:00 +0000 (+0300) Subject: Update ChangeLog file (v7.2 - v7.4 changes only) X-Git-Tag: v7.4.6~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03a17047649b782f9535dd6e5eec9d9c445c0065;p=libatomic_ops Update ChangeLog file (v7.2 - v7.4 changes only) --- diff --git a/ChangeLog b/ChangeLog index 013e8ab..a591278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ +== [7.4.6] (unset) == + +* Eliminate 'cast to long from void*' compiler warning in test_atomic. +* Fix (delete) comment for AO_and_full (x86). +* Fix missing printed value names (test_stack). +* Refine README about library downloading. +* Support n32 ABI for mips64. +* Use LLD and SCD instructions on mips64. +Also, includes 7.2h changes. + + == [7.4.4] 2016-05-24 == * Eliminate 'signed-to-unsigned value extension' compiler warning in malloc. @@ -157,6 +168,17 @@ Also, includes 7.2e changes. Also, includes 7.2 changes. +== [7.2h] (unset) == + +* Add 'clean' target to Makefile.msft. +* Enable Makefile.msft for Win64. +* Exclude 'check' from nmake all (Makefile.msft). +* Fix (improve) AO_REQUIRE_CAS description in README. +* Fix assertions style in test_atomic_include. +* Fix size value wrap around in AO_malloc_large. +* Fix typos in 'error' pragma messages. + + == [7.2g] 2016-05-23 == * Add disclaimer to README to favor C11/C++14 atomics over libatomic_ops use.