summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2015-01-30 19:59:54 +0300
committerIvan Maidanski <ivmai@mail.ru>2015-02-04 21:06:32 +0300
commit997f4d9441e179432d1553f265ce682e8aa1b7ed (patch)
treecc12a18af64ded6c11537d80d483250c9506e354
parent58a3e9012eb383280671e4499e5f248e7ecaf88b (diff)
downloadlibatomic_ops-997f4d9441e179432d1553f265ce682e8aa1b7ed.tar.gz
Update ChangeLog file
(v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b5dadc..82c2b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
+== [7.4.4] (unset) ==
+
+* 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.
+
+
== [7.4.2] 2014-05-02 ==
* Fix a typo in doc/README.txt (remove redundant "an" article).
@@ -139,6 +149,11 @@
* Use __builtin_expect in CAS failure loop condition checks (GCC only).
+== [7.2g] (unset) ==
+
+* Remove inclusion of acquire_release_volatile.h on MIPS.
+
+
== [7.2f] 2014-05-02 ==
* Fix a typo in doc/README.txt (remove redundant "an" article).