ACE+TAO-6_5_20
[ACE_TAO.git] / ACE / ChangeLogs / ACE-6_5_20
blobb83c3b3b2ed4aa4e09f9d69c37aa364d850e0017
1 commit eefe601e29b1664c3f600cf92e2d4125ca054b0a
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date:   Wed Jun 28 09:21:16 2023 +0200
5     Update NEWS
7 commit 6995956534aabbb26ef7abf1807dd33bc9e37f0b
8 Author: Justin Wilson <wilsonj@unityfoundation.io>
9 Date:   Tue Jun 27 09:21:17 2023 -0500
11     Merge pull request #2080 from jrw972/port0-ace-lacks-getservbyname
12     
13     `ACE_INET_Addr::set` errantly succeeds when ACE_LACKS_GETSERVBYNAME
14     
15     (cherry picked from commit a65d91cdc463e7cf6cf509138956b2d38c5e5727)
17 commit d11fbb2a8ab5d3b9bb87339c7b26588308376c20
18 Author: Johnny Willemsen <jwillemsen@remedy.nl>
19 Date:   Fri Jun 23 11:30:33 2023 +0200
21     Merge pull request #2083 from jwillemsen/jwi-shmmem
22     
23     Make more members of ACE_Shared_Memory_Pool const
24     
25     (cherry picked from commit a5c5e60e6cf72ed056038b7c0307f14b06130f82)
26     
27     # Conflicts:
28     #       ACE/ace/Shared_Memory_Pool.cpp
30 commit a6271864578cd207c59ff764d220a2a8d4997e0b
31 Author: Adam Mitz <mitza@objectcomputing.com>
32 Date:   Thu Jun 22 21:24:30 2023 -0500
34     Adapted change to Shared_Memory_Pool from PR 2077
36 commit 4a8be40863006b69f545a3f0c52e581faf51ef44
37 Author: Adam Mitz <mitza@objectcomputing.com>
38 Date:   Thu Jun 22 17:26:37 2023 -0500
40     Merge pull request #2077 from DOCGroup/jwi-shmem
41     
42     Fix ACE_Shared_Memory_Pool
43     
44     (cherry picked from commit 7ee08390b66dd92fcd9b30aeccad70e31379be7e)
45     
46     # Conflicts:
47     #       ACE/NEWS
48     #       ACE/ace/SV_Shared_Memory.h
49     #       ACE/ace/Shared_Memory_Pool.cpp
50     #       ACE/examples/System_V_IPC/SV_Semaphores/Semaphores_2.cpp
51     #       ACE/tests/SV_Shared_Memory_Test.cpp
53 commit 2e70d6aa938d04bb800aea99301a1aceb9a3af03
54 Author: Adam Mitz <mitza@objectcomputing.com>
55 Date:   Thu Jun 22 17:06:49 2023 -0500
57     Replaced egrep with grep -E
59 commit 909039b840cb1c6ff4bc58d1ba15357bae2af7ce
60 Author: Adam Mitz <mitza@objectcomputing.com>
61 Date:   Thu Jun 22 17:04:45 2023 -0500
63     Merge pull request #2078 from jwillemsen/jwi-egrep
64     
65     Use ‘grep -E’ as egrep is obsolescent
66     
67     (cherry picked from commit 5ea3ce0f676f3ae3d9347cf43b762d09c32745fd)
68     
69     # Conflicts:
70     #       ACE/include/makeinclude/platform_gcc_clang_common.GNU