summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-04-26 11:36:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-04-26 11:39:45 +0300
commit579b9ad5f44eec5671d10656df009ebf7b9bd1d3 (patch)
tree747d726b0bf7e3a2c5ca2987f4161a29db4fdf05
parent98033869ace6a6ef471e5d64e769d38aad8edce3 (diff)
downloadlibatomic_ops-579b9ad5f44eec5671d10656df009ebf7b9bd1d3.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b55c73f..36007e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ Also, includes 7.4.4 changes.
* 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).
+* Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE).
* Minor fix of code alignment in mips AO_compare_and_swap.
* Remove TODO file.
* Restore contribution info in ChangeLog for authors not listed in git log.
@@ -170,7 +171,9 @@ Also, includes 7.2 changes.
== [7.2g] (unset) ==
+* Regenerate configure files using official libtool release (v2.4.2).
* Remove inclusion of acquire_release_volatile.h on MIPS.
+* Remove obsolete information from README about C++0x standard future.
== [7.2f] 2014-05-02 ==