Merge pull request #1917 from jwillemsen/jwi-redefinedfallthrough
[ACE_TAO.git] / TAO / ChangeLogs / TAO-2_4_5
blobae3379476a4454d87817ec04af39d045cc802e0e
1 commit 8d0c8e258e74aa952a5891400878b68ce7826f30
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date:   Tue Sep 5 20:38:48 2017 +0200
5     List change
6     
7         * TAO/NEWS:
9 commit 5e06e6bd3126560383efdefc0de123ec47658243
10 Author: Johnny Willemsen <jwillemsen@remedy.nl>
11 Date:   Tue Sep 5 14:14:23 2017 +0200
13     Put the implementation of the _desc_repository_id and _desc_interface_name into the generated C.cpp
14     
15         * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
16         * TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
18 commit 1cdfec588f4c562f9df8c9daedcad88c99040fc4
19 Author: Johnny Willemsen <jwillemsen@remedy.nl>
20 Date:   Tue Sep 5 13:31:49 2017 +0200
22     Extended TAO_IDL with a new -Gsd which enabled the generation of two additional static operations for each interface. _desc_repository_id to retrieve the repository id as string, second _desc_interface_name to return the interface name. Both can be useful in template meta programming use cases where we want to use the repository id or interface name of a specific type.
23     
24         * ACE/tests/Reactor_Exceptions_Test.cpp:
25         * TAO/TAO_IDL/be/be_global.cpp:
26         * TAO/TAO_IDL/be/be_util.cpp:
27         * TAO/TAO_IDL/be/be_visitor_argument/argument.cpp:
28         * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
29         * TAO/TAO_IDL/be_include/be_global.h:
30         * TAO/docs/compiler.html:
31         * TAO/tests/IDL_Test/IDL_Test.mpc:
32         * TAO/tests/IDL_Test/main.cpp:
34 commit b98b8c18ddc69e8df872b366f39931599bb098f2
35 Author: Johnny Willemsen <jwillemsen@remedy.nl>
36 Date:   Fri Sep 1 19:59:25 2017 +0200
38     Updated certificates
40 commit c231bc157dd27b59faea8e25f639f527772fd362
41 Author: Johnny Willemsen <jwillemsen@remedy.nl>
42 Date:   Fri Sep 1 14:51:32 2017 +0200
44     Fixed 64bit warning
45     
46         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
48 commit d30148e3724f0fcb623f282122bbb62ca64fe591
49 Author: Johnny Willemsen <jwillemsen@remedy.nl>
50 Date:   Fri Sep 1 14:48:51 2017 +0200
52     Fixed size_t to int conversion
53     
54         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp:
56 commit 82a6ded0476400b130ec65cdb757f96a940b3072
57 Author: Johnny Willemsen <jwillemsen@remedy.nl>
58 Date:   Fri Sep 1 08:56:36 2017 +0200
60     Fixed compile error with older SSL versions
61     
62         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.cpp:
64 commit 63fcf5fc12de6c916dfe848c52ca4dfb404759a8
65 Merge: d1400a7535f 7fba52d361a
66 Author: Johnny Willemsen <jwillemsen@remedy.nl>
67 Date:   Thu Aug 31 20:11:17 2017 +0200
69     Merge pull request #502 from jwillemsen/jwi-xmlsvcconf-cleanup
70     
71     Cleanup empty commented out lines
73 commit 7fba52d361a4cff50d4a1181e8a503b5054935b5
74 Author: Johnny Willemsen <jwillemsen@remedy.nl>
75 Date:   Thu Aug 31 20:09:57 2017 +0200
77     Cleanup empty commented out lines
79 commit ca26c9ada3b597dbd1966cb2c2661558f85cf5e4
80 Author: Johnny Willemsen <jwillemsen@remedy.nl>
81 Date:   Thu Aug 31 19:55:12 2017 +0200
83     Updated SSL certificates to let this test work with OpenSSL 1.1
85 commit 419c1660e94294ae4bedb67c1fe5e2e8aa22a4c5
86 Merge: e146f0981e8 4c31674fa5f
87 Author: Johnny Willemsen <jwillemsen@remedy.nl>
88 Date:   Thu Aug 31 13:33:42 2017 +0200
90     Merge pull request #499 from jwillemsen/jwi-zapid2
91     
92     Removed left over Id tags
94 commit 9770e4def8b689f87b820bb1a464fb1a516f798d
95 Author: Johnny Willemsen <jwillemsen@remedy.nl>
96 Date:   Thu Aug 31 12:15:35 2017 +0200
98     Removed left over Id tags
100 commit ce09e976aad2fcee0139a85b694b5f3de6f24df6
101 Author: Johnny Willemsen <jwillemsen@remedy.nl>
102 Date:   Thu Aug 31 11:33:30 2017 +0200
104     Updated SSL certificates to let this test work with OpenSSL v1.1
106 commit 764d3a74cf80e3a3d439347fbaaf9077b0f93d42
107 Merge: dc58459e8b7 ff78e6235f5
108 Author: Johnny Willemsen <jwillemsen@remedy.nl>
109 Date:   Thu Aug 31 08:39:28 2017 +0200
111     Merge pull request #494 from jwillemsen/jwi-openssl110support
112     
113     Add support for OpenSSL 1.1
115 commit ff78e6235f5103312bef1de2b30798a707f8817b
116 Author: Johnny Willemsen <jwillemsen@remedy.nl>
117 Date:   Wed Aug 30 20:50:56 2017 +0200
119     Make logging format the same as TAO messages and fixed some unicode logging issues
120     
121         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
123 commit dc58459e8b75d06bbe49e048647b0d0993ff2d49
124 Merge: 4c0075dad8d dd06341261d
125 Author: Johnny Willemsen <jwillemsen@remedy.nl>
126 Date:   Wed Aug 30 20:34:29 2017 +0200
128     Merge pull request #497 from jwillemsen/jwi-bugzilla-links
129     
130     Fixed links to bugzilla
132 commit 85a16c4b2f0180a7638924176091ed0cf7ff540f
133 Merge: d26b179fad7 1564badbcc2
134 Author: Adam Mitz <mitza@ociweb.com>
135 Date:   Wed Aug 30 13:02:03 2017 -0500
137     Merge pull request #490 from huangminghuang/master
138     
139     Fix Naming server memory leaks
141 commit dd06341261df2394b791fb1eeb3b189d5174c63a
142 Author: Johnny Willemsen <jwillemsen@remedy.nl>
143 Date:   Wed Aug 30 17:23:11 2017 +0200
145     Updated links to point to Vanderbilt bugzilla
146     
147         * ACE/tests/Based_Pointer_Test.cpp:
148         * ACE/tests/Bug_1576_Regression_Test.cpp:
149         * ACE/tests/Bug_1890_Regression_Test.cpp:
150         * ACE/tests/Bug_2368_Regression_Test.cpp:
151         * ACE/tests/Bug_2497_Regression_Test.cpp:
152         * ACE/tests/Bug_2540_Regression_Test.cpp:
153         * ACE/tests/Bug_2609_Regression_Test.cpp:
154         * ACE/tests/Bug_2610_Regression_Test.cpp:
155         * ACE/tests/Bug_2659_Regression_Test.cpp:
156         * ACE/tests/Bug_2740_Regression_Test.cpp:
157         * ACE/tests/Bug_2975_Regression_Test.cpp:
158         * ACE/tests/Bug_3102_Regression_Test.cpp:
159         * ACE/tests/Bug_3319_Regression_Test.cpp:
160         * ACE/tests/Bug_3500_Regression_Test.cpp:
161         * ACE/tests/Bug_3532_Regression_Test.cpp:
162         * ACE/tests/Bug_3541_Regression_Test.cpp:
163         * ACE/tests/Bug_3673_Regression_Test.cpp:
164         * ACE/tests/Bug_3709_Regression_Test.cpp:
165         * ACE/tests/Bug_3710_Regression_Test.cpp:
166         * ACE/tests/Bug_3911_Regression_Test.cpp:
167         * ACE/tests/Bug_3974_Regression_Test.cpp:
168         * TAO/docs/Security/SSLIOP-USAGE.html:
169         * TAO/docs/releasenotes/TODO.html:
170         * TAO/docs/releasenotes/ec.html:
171         * TAO/docs/releasenotes/orbcore.html:
172         * TAO/docs/rtcorba/issues.html:
173         * TAO/docs/rtcorba/status.html:
174         * TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.inl:
175         * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.cpp:
177 commit cfe08f9b5738b5d439168d2ce9fc488cc51de4c4
178 Author: Johnny Willemsen <jwillemsen@remedy.nl>
179 Date:   Wed Aug 30 17:17:58 2017 +0200
181     Layout changes
182     
183         * TAO/orbsvcs/tests/Security/MT_SSLIOP/README:
184         * TAO/orbsvcs/tests/Security/cert/README:
186 commit 69e82bb732facc858bb52df2b100710304940e77
187 Author: Johnny Willemsen <jwillemsen@remedy.nl>
188 Date:   Wed Aug 30 16:18:11 2017 +0200
190     Fix gcc7 warnings and remove commented out throws
191     
192         * ACE/ace/OS_NS_Thread.h:
193         * TAO/examples/Quoter/Factory_Finder.cpp:
194         * TAO/examples/Quoter/client.cpp:
195         * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp:
196         * TAO/tao/PortableServer/Servant_var.h:
198 commit 1371f828a1347514995d0154f7b47be166008c66
199 Author: Johnny Willemsen <jwillemsen@remedy.nl>
200 Date:   Wed Aug 30 10:56:50 2017 +0200
202     Make use of EVP_PKEY_id to ge the type of key, looks the naming of this operation is strange, but we should use EVP_PKEY_id to get the type
203     
204         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.cpp:
206 commit 3cb3eea7ad23b2a446e22d254d6c02cea12f9d76
207 Author: Johnny Willemsen <jwillemsen@remedy.nl>
208 Date:   Wed Aug 30 08:35:02 2017 +0200
210     Fixes for OpenSSL 1.1
211     
212         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.h:
213         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl:
214         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_SSL.h:
215         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_X509.h:
217 commit d148f4662b1cbea5574bb0c43b09a57b7a26ed6d
218 Author: Johnny Willemsen <jwillemsen@remedy.nl>
219 Date:   Tue Aug 29 15:35:33 2017 +0200
221     Fix gcc7 warning
222     
223         * ACE/tests/Based_Pointer_Test_Lib.cpp:
224         * TAO/tao/DynamicAny/DynAny_i.cpp:
226 commit c5d5c60b8bed1ed1328664fc53eb2956e1174793
227 Author: Johnny Willemsen <jwillemsen@remedy.nl>
228 Date:   Mon Aug 21 10:18:37 2017 +0200
230     Updated links to point to Vanderbilt pages
231     
232         * ACE/COPYING:
233         * TAO/COPYING:
235 commit 1564badbcc2235ae0082183432fd57e5bface4e8
236 Author: Huang-Ming Huang <huangming.huang@gmail.com>
237 Date:   Tue Aug 15 12:15:49 2017 -0500
239     Fix Naming server memory leaks
241 commit dda4b6780bb5dc1dc0b07c435d854e6bdd7c0abc
242 Author: Johnny Willemsen <jwillemsen@remedy.nl>
243 Date:   Mon Aug 14 14:03:35 2017 +0200
245     Upgrade to latest doxygen
246     
247         * TAO/etc/tao.doxygen:
248         * TAO/etc/tao_anytypecode.doxygen:
249         * TAO/etc/tao_av.doxygen:
250         * TAO/etc/tao_compression.doxygen:
251         * TAO/etc/tao_cosevent.doxygen:
252         * TAO/etc/tao_cosnaming.doxygen:
253         * TAO/etc/tao_cosnotification.doxygen:
254         * TAO/etc/tao_costime.doxygen:
255         * TAO/etc/tao_costrader.doxygen:
256         * TAO/etc/tao_dynamicany.doxygen:
257         * TAO/etc/tao_dynamicinterface.doxygen:
258         * TAO/etc/tao_esf.doxygen:
259         * TAO/etc/tao_ifr.doxygen:
260         * TAO/etc/tao_implrepo.doxygen:
261         * TAO/etc/tao_iormanip.doxygen:
262         * TAO/etc/tao_iortable.doxygen:
263         * TAO/etc/tao_pi.doxygen:
264         * TAO/etc/tao_pi_server.doxygen:
265         * TAO/etc/tao_portablegroup.doxygen:
266         * TAO/etc/tao_portableserver.doxygen:
267         * TAO/etc/tao_rtcorba.doxygen:
268         * TAO/etc/tao_rtevent.doxygen:
269         * TAO/etc/tao_rtportableserver.doxygen:
270         * TAO/etc/tao_security.doxygen:
271         * TAO/etc/tao_smartproxies.doxygen:
272         * TAO/etc/tao_ssliop.doxygen:
273         * TAO/etc/tao_strategies.doxygen:
274         * TAO/etc/tao_transportcurrent.doxygen:
275         * TAO/etc/tao_ziop.doxygen:
277 commit 5af437c7b4f5fe2dc1111e1215e9236489628602
278 Author: Johnny Willemsen <jwillemsen@remedy.nl>
279 Date:   Mon Aug 14 09:48:31 2017 +0200
281     Make ACE 6.4.4 and TAO 2.4.4 available
282     
283         * ACE/NEWS:
284         * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
285         * ACE/docs/Download.html:
286         * ACE/etc/index.html:
287         * TAO/NEWS: