Update ChangeLog file (v7.2 - v7.4 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 4 Nov 2016 21:34:00 +0000 (00:34 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 8 Nov 2016 18:31:04 +0000 (21:31 +0300)
(Cherry-pick commit 03a1704 from 'release-7_4' branch.)

ChangeLog

index abdd5d9..5c3f670 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 Also, includes 7.4.4 changes.
 
 
+== [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.
@@ -177,6 +188,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.