Update ChangeLog file
authorIvan Maidanski <ivmai@mail.ru>
Fri, 30 Jan 2015 16:59:54 +0000 (19:59 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 4 Feb 2015 18:06:32 +0000 (21:06 +0300)
(v7.2 - v7.4 changes only)

ChangeLog

index 1b5dadc..82c2b4d 100644 (file)
--- 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).
 * 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).