Skip to content

Commit

Permalink
Update ChangeLog file (v7.2 - v7.4 changes only)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Dec 15, 2023
1 parent 14e1860 commit 6098be6
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,12 @@

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

* Eliminate 'comparing signed/unsigned values' lcc warning in add_chunk_as
* 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.4.18] 2022-08-25 ==

* Avoid AO_stack_t to cross CPU cache line boundary
Expand Down Expand Up @@ -236,6 +244,13 @@ Also, includes 7.2e changes
Also, includes 7.2 changes


== [7.2l] 2023-12-15 ==

* 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.2k] 2022-08-24 ==

* Avoid AO_stack_t to cross CPU cache line boundary
Expand Down

0 comments on commit 6098be6

Please sign in to comment.