Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / ACE / ChangeLogs / ACE-6_5_14
blob2d7a41a1bbbd1fc9fcff804da3acd949c1a8d4eb
1 commit 144e40f32a682e4729fb8b1ed773dfed94dd8e12
2 Author: Adam Mitz <mitza@objectcomputing.com>
3 Date:   Mon Aug 2 16:56:40 2021 -0500
5     make_multicast_ifaddr: prevent buffer overrun from net_if
6     
7     fixes #1637
8     also removed a preprocessor conditional that was redundant
9     
10     (cherry picked from commit 06e2a14d2d98b2a18b50615f4c048cffd49b3bfd)
12 commit b2763e7efaacc05dea0190d737644bcf0df61033
13 Author: Johnny Willemsen <jwillemsen@remedy.nl>
14 Date:   Mon Aug 2 16:00:14 2021 +0200
16     Update NEWS
18 commit 985ff7c0791b4f79d2625c56a58ed225ab884c65
19 Author: Johnny Willemsen <jwillemsen@remedy.nl>
20 Date:   Wed Jul 14 16:15:11 2021 +0200
22     Removed news item, Embarcadero classic compiler is not working
24 commit 9604a4a75c1c3bb41b9f420b957b28b69c327b66
25 Author: Johnny Willemsen <jwillemsen@remedy.nl>
26 Date:   Sun Jul 11 19:24:20 2021 +0200
28     Add news item
29     
30         * ACE/NEWS:
32 commit 27718b5ac6bd219a4cf0ebdc1182c396ee40eb17
33 Merge: 8dafd144835 b23362324e9
34 Author: Adam Mitz <mitza@objectcomputing.com>
35 Date:   Fri Jul 9 14:41:27 2021 -0500
37     Merge pull request #1593 from mitza-oci/install-relative
38     
39     [ACE 6] make install: use relative links in prefix/share
41 commit 860746a594bf7bd04ee2501a8d8b5c7d678934c7
42 Author: Fred Hornsey <hornseyf@objectcomputing.com>
43 Date:   Thu Jul 8 17:26:09 2021 -0500
45     Attempt to Fix Coverity Issues from #840
46     
47     https://github.com/DOCGroup/ACE_TAO/pull/840
48     
49     Because the main set of issues in `coerce_value` was caused by applying
50     the existing pattern, the issues caused by the existing code should also
51     be fixed.
53 commit 2cbdf73f5418ef30639750f25ca5a1362f943a24
54 Author: Fred Hornsey <hornseyf@objectcomputing.com>
55 Date:   Thu Jul 8 19:22:31 2021 -0500
57     IDLv4 Explicitly-named Integer Types
58     
59     Ported from https://github.com/DOCGroup/ACE_TAO/pull/840 to ACE6/TAO2.
60     Also regenerated with Bison 3.7.6 at the same time like in
61     d5819180d02d76ed3c14c421f02ad69c4d0bab9e in
62     https://github.com/DOCGroup/ACE_TAO/pull/1594
64 commit b23362324e929b731f3908c2f1d458d16c524f49
65 Author: Adam Mitz <mitza@objectcomputing.com>
66 Date:   Thu Jul 8 14:04:25 2021 -0500
68     make install: use relative links in prefix/share
70 commit 2063860a36b5b235cf681b74e8c3ef4909e2032d
71 Merge: eff39881ad4 40feeb36f0b
72 Author: Johnny Willemsen <jwillemsen@remedy.nl>
73 Date:   Mon Jun 21 15:51:42 2021 +0200
75     Merge pull request #1566 from jwillemsen/jwi-bcc32fix-ace6tao2
76     
77     [ace6] Updated bcc32 version check
79 commit 40feeb36f0b550019f2830238d64a521675ea8c4
80 Author: Johnny Willemsen <jwillemsen@remedy.nl>
81 Date:   Mon Jun 21 08:42:22 2021 +0200
83     Updated bcc32 version check
84     
85         * ACE/ace/post.h:
86         * ACE/ace/pre.h:
88 commit 84438e5c0dfa16596fae1f9247d42e05b95db3c6
89 Merge: 705b8d95eb5 bd42ac334e9
90 Author: Adam Mitz <mitza@objectcomputing.com>
91 Date:   Mon May 24 09:47:58 2021 -0500
93     Merge pull request #1508 from simpsont-oci/ace6tao2_ip_check_fix_v2
94     
95     [ACE6] Fix SocketConnect::ip_check() Concurrency and Too-Early Request Issues for Windows
97 commit bd42ac334e90816ed0a8778b9e45c1cc9d1b2447
98 Author: Timothy Simpson <simpsont@objectcomputing.com>
99 Date:   Fri May 14 09:00:59 2021 -0500
101     since we're not returning the value of recursing, switch to bool
103 commit eef33151c45ae1826b346c0acbb03fca2f843cf6
104 Author: Timothy Simpson <simpsont@objectcomputing.com>
105 Date:   Thu May 13 14:29:01 2021 -0500
107     Apply suggestions from code review
108     
109     Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
111 commit 04d70c6c157074e053e4040d2d869c972be39eff
112 Author: Timothy Simpson <simpsont@objectcomputing.com>
113 Date:   Thu May 13 13:51:58 2021 -0500
115     fix concurrency and too-early-request issues for windows ip_check