Skip to content

Commit

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

== [7.8.2] (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 'undefined reference' linker errors if shared build on OpenBSD (CMake)
* 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 typo in comment of run_one_test of test_stack
* Fix typos in comments of atomic_ops_malloc.c and atomic_ops_stack.c/h
* Update autotools for release tarball preparation (ac-2.71, m4-1.4.19)
* Update cmake minimum required version to 3.5


== [7.8.0] 2023-03-26 ==

* Add AUTHORS file to the list of installed documentation
Expand Down

0 comments on commit d482d3f

Please sign in to comment.