summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-11-15 21:56:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-15 21:58:53 +0300
commit61b7e7eb5ab41f668743c11e98feb74ca5df3f94 (patch)
tree2ae429e2c19625a840486120557c993b6f71fbce
parente4633f51d4de700c36e1310cdcc62e771c6a1ae6 (diff)
downloadlibatomic_ops-61b7e7eb5ab41f668743c11e98feb74ca5df3f94.tar.gz
Update ChangeLog file (v7.6 changes)
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb07af6..941b8c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
+== [7.6.14] (not released yet) ==
+
+* Add note to README that AO malloc code has same license as AO stack
+* Do not assume 'ordered except earlier write' for UWP/arm64
+* Do not name GCC intrinsics as C11 ones in ChangeLog and configure
+* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
+* Refine AO_UNIPROCESSOR macro description in configure
+
+
== [7.6.12] 2021-09-13 ==
* Allow to generalize bool-CAS for sparc (gcc)