Skip to content

Commit

Permalink
Update ChangeLog file (v7.6 changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Dec 15, 2023
1 parent 482d9a3 commit df7b630
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

== [7.6.16] (not released yet) ==

* Eliminate 'atomic_thread_fence is unsupported with tsan' gcc-11 warning
* Eliminate 'comparing signed/unsigned values' lcc warning in add_chunk_as
* Fix 'undefined reference to AO_pt_lock' if configure is using clang-16
* Fix 'undefined reference to __atomic_load/store/cas_16' Mingw64-gcc error
* Fix get_chunk for case of mmap area is located before AO_initial_heap
* Fix typo in AO_HAVE_compare_and_swap_double name in atomic_ops_stack.h
* Fix typos in comments of atomic_ops_malloc.c and atomic_ops_stack.c/h


== [7.6.14] 2022-08-25 ==

* Add note to README that AO malloc code has same license as AO stack
Expand Down

0 comments on commit df7b630

Please sign in to comment.