]> granicus.if.org Git - libatomic_ops/commitdiff
Update ChangeLog file
authorIvan Maidanski <ivmai@mail.ru>
Thu, 17 Mar 2016 07:23:42 +0000 (10:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 17 Mar 2016 07:23:42 +0000 (10:23 +0300)
(v7.2 - v7.4 changes only)

ChangeLog

index 82c2b4de1c1238a2932391d1d96e3ffcd36e4bb8..b4628ed68b6a36fba922b5f40f9d869391ef81bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,21 @@
 
 == [7.4.4] (unset) ==
 
+* Eliminate 'signed-to-unsigned value extension' compiler warning in malloc.
 * Eliminate 'variable set but not used' Cppcheck warnings in test_stack.
 * Fix makefile preventing AO_pause undefined in libatomic_ops_gpl.
 * Fix missing casts to match printf format specifier in test_atomic.
 * Fix missing output folder on making auto-generated test files (Automake).
 * Minor fix of code alignment in mips AO_compare_and_swap.
 * Restore contribution info in ChangeLog for authors not listed in git log.
+Also, includes 7.2g changes.
 
 
 == [7.4.2] 2014-05-02 ==
 
 * Fix a typo in doc/README.txt (remove redundant "an" article).
 * Update emails/links due to project site transition.
+Also, includes 7.2f changes.
 
 
 == [7.4.0] 2013-11-17 ==
 * Use __atomic GCC built-in to implement generic double-wide CAS.
 * Use built-in __sync CAS for double-CAS if AO_USE_SYNC_CAS_BUILTIN for x86.
 * Workaround GCC 4.4.3 warning reported for 'val' of list_atomic.c (tests).
+Also, includes 7.2e changes.
 
 
 == [7.3alpha2] 2012-05-11 ==
 * Show extra compiler warnings (GCC only).
 * Turn off AO primitives inlining if AO_NO_INLINE defined.
 * Use __builtin_expect in CAS failure loop condition checks (GCC only).
+Also, includes 7.2 changes.
 
 
 == [7.2g] (unset) ==