Merge pull request #2109 from jwillemsen/jwi-autoptrcpp17_cleanup
[ACE_TAO.git] / TAO / ChangeLogs / TAO-3_0_4
blobcefd4305a33b78874ff52df7799e465c9df58683
1 commit 495a504d92acd6eebe0a0a266bec1259fa1aaf9e
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date:   Wed Sep 29 08:51:49 2021 +0200
5     Include tao/StringSeq.pidl to fix duplicate symbols with msvc
6     
7         * TAO/tests/Bug_1676_Regression/Test.idl:
8         * TAO/tests/Bug_3524_Regression/README:
9         * TAO/tests/Bug_3524_Regression/test.idl:
11 commit 1ef3c8c0d9f5d3876480a503eeeb5299b6172b90
12 Author: Johnny Willemsen <jwillemsen@remedy.nl>
13 Date:   Tue Sep 28 09:37:29 2021 +0200
15     Use default/override
16     
17         * TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp:
18         * TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp:
19         * TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp:
20         * TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp:
21         * TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp:
23 commit f2102281d3afb78fd9eddc566426ba4373e8de14
24 Author: Johnny Willemsen <jwillemsen@remedy.nl>
25 Date:   Tue Sep 28 09:27:42 2021 +0200
27     Generate AMH destructor as default
28     
29         * TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp:
31 commit 2c74ffc0559e66fa4ef0f290d4caac328441b768
32 Author: Johnny Willemsen <jwillemsen@remedy.nl>
33 Date:   Tue Sep 28 09:02:04 2021 +0200
35     Make use of default and more condensed code generation
36     
37         * TAO/TAO_IDL/be/be_visitor_arg_traits.cpp:
38         * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
39         * TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
40         * TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
41         * TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
42         * TAO/TAO_IDL/be/be_visitor_traits.cpp:
43         * TAO/tests/MT_Server/README:
45 commit 94b620310f4582b648644945fe8a56ab30bd13cb
46 Author: Johnny Willemsen <jwillemsen@remedy.nl>
47 Date:   Mon Sep 27 15:07:15 2021 +0200
49     Generate default constructor and destructor as default
50     
51         * TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
52         * TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
54 commit d017dac249b849bc0fda979684166b2ca61b5578
55 Merge: a59431844a4 53f510db8ce
56 Author: Johnny Willemsen <jwillemsen@remedy.nl>
57 Date:   Mon Sep 27 08:17:08 2021 +0200
59     Merge pull request #1687 from jwillemsen/jwi-autoptr5
60     
61     Use std::unique_ptr and default
63 commit fc303f4408a093ea939c5583a5f5f1a7292f5704
64 Author: Johnny Willemsen <jwillemsen@remedy.nl>
65 Date:   Sun Sep 26 19:29:18 2021 +0200
67     Use std::unique_ptr instead of ACE_Auto_Basic_Array_Ptr
68     
69         * ACE/ace/Configuration.cpp:
70         * ACE/ace/Local_Memory_Pool.cpp:
71         * ACE/ace/Local_Name_Space_T.cpp:
72         * ACE/ace/Log_Record.cpp:
73         * ACE/ace/OS_NS_unistd.cpp:
74         * ACE/ace/Parse_Node.cpp:
75         * ACE/ace/Process.cpp:
76         * ACE/ace/Remote_Name_Space.cpp:
77         * ACE/ace/XML_Utils/XML_Helper.tpp:
78         * TAO/tao/Storable_FlatFileStream.cpp:
79         * TAO/tao/Strategies/DIOP_Acceptor.cpp:
81 commit ad7a6707a41f88f8fdf043cfc44f8674698880f0
82 Author: Johnny Willemsen <jwillemsen@remedy.nl>
83 Date:   Sun Sep 26 19:10:02 2021 +0200
85     Use std::unique_ptr and default
86     
87         * ACE/ace/INET_Addr.cpp:
88         * ACE/ace/Parse_Node.h:
89         * ACE/ace/Service_Gestalt.cpp:
90         * ACE/ace/TLI.cpp:
91         * ACE/ace/Thread_Manager.cpp:
92         * ACE/ace/UUID.cpp:
93         * ACE/ace/UUID.h:
94         * ACE/ace/WFMO_Reactor.cpp:
95         * ACE/tests/CDR_File_Test.cpp:
96         * TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
97         * TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp:
98         * TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.h:
99         * TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp:
100         * TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.h:
101         * TAO/orbsvcs/examples/CosEC/Factory/README:
102         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.cpp:
103         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.h:
104         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp:
105         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h:
106         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.cpp:
107         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.h:
108         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushConsumer_i.cpp:
109         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.cpp:
110         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.h:
111         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.cpp:
112         * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.h:
113         * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp:
114         * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp:
115         * TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:
116         * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:
117         * TAO/orbsvcs/performance-tests/RTEvent/lib/Control.cpp:
118         * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp:
119         * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumer_i.cpp:
120         * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumer_i.h:
121         * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
122         * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplier_i.cpp:
123         * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplier_i.h:
124         * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/README:
125         * TAO/orbsvcs/tests/Notify/Blocking/Structured_Supplier.cpp:
126         * TAO/orbsvcs/tests/Notify/Bug_1385_Regression/Structured_Supplier.cpp:
127         * TAO/orbsvcs/tests/Notify/Bug_2415_Regression/Supplier.cpp:
128         * TAO/orbsvcs/tests/Notify/Bug_2561_Regression/Supplier.cpp:
129         * TAO/orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp:
130         * TAO/orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp:
131         * TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp:
132         * TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp:
133         * TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp:
134         * TAO/orbsvcs/tests/Notify/Persistent_POA/Structured_Supplier.cpp:
135         * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.cpp:
136         * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp:
137         * TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.cpp:
138         * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp:
139         * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.cpp:
140         * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.cpp:
141         * TAO/tao/IORManipulation/IORManipulation.cpp:
142         * TAO/tao/Leader_Follower.cpp:
143         * TAO/tao/Load_Protocol_Factory_T.h:
144         * TAO/tao/ORB_Core.cpp:
145         * TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp:
146         * TAO/tao/default_resource.cpp:
147         * TAO/tests/Oneway_Send_Timeouts/Server.cpp:
148         * TAO/tests/Storable/Savable.cpp:
150 commit 701d5ca07e1f03b1e6be364f4070cbd84d532562
151 Merge: 0e24b5e7990 0df9fc5ee12
152 Author: Johnny Willemsen <jwillemsen@remedy.nl>
153 Date:   Mon Sep 20 16:31:24 2021 +0200
155     Merge pull request #1685 from jwillemsen/jwi-cleanup4
156     
157     Use default/override
159 commit 0e24b5e7990cb86a0397b9feb81f7a6908858c6c
160 Merge: 822763269c8 1ceca7d5958
161 Author: Johnny Willemsen <jwillemsen@remedy.nl>
162 Date:   Mon Sep 20 16:31:07 2021 +0200
164     Merge pull request #1684 from jwillemsen/jwi-loopback
165     
166     Use is_loopback to check for a loopback address
168 commit 0df9fc5ee123522365129fde957f6375f95c2778
169 Author: Johnny Willemsen <jwillemsen@remedy.nl>
170 Date:   Mon Sep 20 10:53:52 2021 +0200
172     Use default/override
173     
174         * TAO/tao/Strategies/LF_Strategy_Null.inl:
175           Deleted.
176     
177         * TAO/tao/Strategies/COIOP_Connection_Handler.h:
178         * TAO/tao/Strategies/COIOP_Connector.cpp:
179         * TAO/tao/Strategies/COIOP_Connector.h:
180         * TAO/tao/Strategies/COIOP_Endpoint.cpp:
181         * TAO/tao/Strategies/COIOP_Endpoint.h:
182         * TAO/tao/Strategies/COIOP_Factory.cpp:
183         * TAO/tao/Strategies/COIOP_Factory.h:
184         * TAO/tao/Strategies/COIOP_Transport.cpp:
185         * TAO/tao/Strategies/COIOP_Transport.h:
186         * TAO/tao/Strategies/DIOP_Connection_Handler.h:
187         * TAO/tao/Strategies/DIOP_Connector.cpp:
188         * TAO/tao/Strategies/DIOP_Connector.h:
189         * TAO/tao/Strategies/DIOP_Endpoint.cpp:
190         * TAO/tao/Strategies/DIOP_Endpoint.h:
191         * TAO/tao/Strategies/DIOP_Factory.cpp:
192         * TAO/tao/Strategies/DIOP_Factory.h:
193         * TAO/tao/Strategies/DIOP_Transport.cpp:
194         * TAO/tao/Strategies/DIOP_Transport.h:
195         * TAO/tao/Strategies/LF_Strategy_Null.cpp:
196         * TAO/tao/Strategies/LF_Strategy_Null.h:
198 commit 1ceca7d59580a854c5d80517301664a5fdeb4763
199 Author: Johnny Willemsen <jwillemsen@remedy.nl>
200 Date:   Mon Sep 20 10:50:53 2021 +0200
202     Use is_loopback to check for a loopback address
203     
204         * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.cpp:
205         * TAO/tao/Strategies/SCIOP_Acceptor.cpp:
207 commit 822763269c85d3bcc4a4453b1293be789a8a0228
208 Merge: c9e35711780 4b188f27199
209 Author: Johnny Willemsen <jwillemsen@remedy.nl>
210 Date:   Fri Sep 17 16:38:17 2021 +0200
212     Merge pull request #1682 from jwillemsen/jwi-queueddata
213     
214     Use uniform initialization and fix g++ unitialized warning
216 commit 4b188f271990a6781ad8d8a9833dcafe29e2a3fe
217 Author: Johnny Willemsen <jwillemsen@remedy.nl>
218 Date:   Fri Sep 17 15:14:55 2021 +0200
220     Use uniform initialization and fix g++ unitialized warning
221     
222         * TAO/tao/Queued_Data.cpp:
223         * TAO/tao/Queued_Data.h:
224         * TAO/tao/Queued_Data.inl:
226 commit ebf00c730e8c5255c201509130aeda6c42135f26
227 Merge: 46fcff0baa5 b899399eccc
228 Author: Johnny Willemsen <jwillemsen@remedy.nl>
229 Date:   Fri Sep 17 08:57:13 2021 +0200
231     Merge pull request #1675 from jwillemsen/jwi-strncat
232     
233     Use ACE_OS::strcat, much easier and removes a warning of gcc on strnc…
235 commit 8f66df19d50e8fd163239245e3f65fe91e2f72a3
236 Merge: 632f8eddde0 63c63c2dfa2
237 Author: Johnny Willemsen <jwillemsen@remedy.nl>
238 Date:   Wed Sep 15 12:20:37 2021 +0200
240     Merge pull request #1681 from jwillemsen/jwi-makekeys2
241     
242     Next round create 2048 bit keys
244 commit 63c63c2dfa220b140a90626fc21a226260108fbb
245 Author: Johnny Willemsen <jwillemsen@remedy.nl>
246 Date:   Wed Sep 15 12:06:18 2021 +0200
248     Next round create 2048 bit keys
249     
250         * TAO/orbsvcs/tests/Security/BiDirectional/ssl/make-client-keys:
251         * TAO/orbsvcs/tests/Security/Bug_2908_Regression/ssl/make-client-keys:
252         * TAO/orbsvcs/tests/Security/MT_BiDir_SSL/ssl/make-client-keys:
254 commit bfe78d306ca5adf4097615dc0d38ffed4049c598
255 Author: Johnny Willemsen <jwillemsen@remedy.nl>
256 Date:   Wed Sep 15 09:40:08 2021 +0200
258     Updated expired certificates
260 commit a1570029524d1afb0f670748dd3136dd5b34634d
261 Author: Johnny Willemsen <jwillemsen@remedy.nl>
262 Date:   Wed Sep 15 09:27:34 2021 +0200
264     Updated expires certificates
266 commit 27010649539be8117b37516080a7091969a4b03a
267 Merge: 5c5cd427623 184eb684d14
268 Author: Johnny Willemsen <jwillemsen@remedy.nl>
269 Date:   Tue Sep 14 21:13:03 2021 +0200
271     Merge pull request #1679 from jwillemsen/jwi-ssl3
272     
273     Layout/override changes
275 commit 5c5cd42762380e82a4bb62bb0aec85dcfaadf8fc
276 Merge: a954f862cd0 7ea6b67d928
277 Author: Johnny Willemsen <jwillemsen@remedy.nl>
278 Date:   Tue Sep 14 21:12:41 2021 +0200
280     Merge pull request #1678 from jwillemsen/jwi-ssl2
281     
282     ACE SSL minor changes
284 commit 184eb684d14c2f3d49f43b0eb005ad106479d5c6
285 Author: Johnny Willemsen <jwillemsen@remedy.nl>
286 Date:   Tue Sep 14 18:39:40 2021 +0200
288     Use 9999 days
289     
290         * TAO/orbsvcs/tests/Security/BiDirectional/ssl/make-client-keys:
291         * TAO/orbsvcs/tests/Security/Bug_2908_Regression/ssl/make-client-keys:
292         * TAO/orbsvcs/tests/Security/MT_BiDir_SSL/ssl/make-client-keys:
294 commit c837a2c4803c75aa41bb4964fa1f102be2c6da08
295 Author: Johnny Willemsen <jwillemsen@remedy.nl>
296 Date:   Tue Sep 14 18:34:08 2021 +0200
298     Layout change
299     
300         * TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl:
302 commit 5f1d797afa90de94277507b9013ccb7b83bb0aa1
303 Author: Johnny Willemsen <jwillemsen@remedy.nl>
304 Date:   Tue Sep 14 18:33:59 2021 +0200
306     Layout changes, use override
307     
308         * TAO/orbsvcs/tests/Security/Big_Request/README:
309         * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp:
310         * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h:
311         * TAO/orbsvcs/tests/Security/Bug_2908_Regression/README:
313 commit 7ea6b67d9283840032bfe48dbbf0bafae291a2b9
314 Author: Johnny Willemsen <jwillemsen@remedy.nl>
315 Date:   Tue Sep 14 18:09:08 2021 +0200
317     Correct location of -days argument
318     
319         * TAO/orbsvcs/tests/Security/cert/README:
321 commit 9cb961a20fb7800dba903618916bf0d7d28d6046
322 Author: Johnny Willemsen <jwillemsen@remedy.nl>
323 Date:   Tue Sep 14 18:08:55 2021 +0200
325     Fixed typo
326     
327         * TAO/orbsvcs/tests/Security/BiDirectional/README:
329 commit dc5f4ca3f4d3373ed82c8453646d71bfbc42e2b1
330 Author: Johnny Willemsen <jwillemsen@remedy.nl>
331 Date:   Tue Sep 14 18:08:46 2021 +0200
333     Use nullptr
334     
335         * TAO/tao/Strategies/advanced_resource.cpp:
337 commit a29c70a149c86df030793d3e2f95fa54fca0cede
338 Author: Johnny Willemsen <jwillemsen@remedy.nl>
339 Date:   Tue Sep 14 18:08:35 2021 +0200
341     Logging changes
342     
343         * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
345 commit a954f862cd0260d6c664c01c641861abae28a481
346 Merge: b02dec6e4d8 5866183a2e4
347 Author: Johnny Willemsen <jwillemsen@remedy.nl>
348 Date:   Fri Sep 10 08:28:11 2021 +0200
350     Merge pull request #1676 from jwillemsen/jwi-gccwarningsdep
351     
352     Fix auto_ptr and fallthrough warnings
354 commit 5866183a2e45b255ff9db4e8e2564e2d0b9171df
355 Author: Johnny Willemsen <jwillemsen@remedy.nl>
356 Date:   Thu Sep 9 14:33:20 2021 +0200
358     Fix auto_ptr and fallthrough warnings
359     
360         * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.h:
361         * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/README:
362         * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
363         * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h:
364         * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.cpp:
365         * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.h:
366         * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
367         * TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
368         * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h:
370 commit b899399eccc3d0f97323b4a15a319332417c3f1a
371 Author: Johnny Willemsen <jwillemsen@remedy.nl>
372 Date:   Thu Sep 9 13:36:18 2021 +0200
374     Use ACE_OS::strcat, much easier and removes a warning of gcc on strncat usage
375     
376         * TAO/TAO_IDL/util/utl_idlist.cpp:
378 commit 1bfbc674980869ef05c6fed94c01f291ff5fd7d4
379 Author: Adam Mitz <mitza@objectcomputing.com>
380 Date:   Tue Aug 31 21:01:43 2021 -0500
382     Removed conv_lib.mpb
383     
384     Replaced uses of it with install_lib
386 commit b4b2c11a6121786288b489eca3e2f155bea26167
387 Author: Adam Mitz <mitza@objectcomputing.com>
388 Date:   Thu Aug 26 16:32:34 2021 -0500
390     annotest_idl.mpc: simplify using tao_idl_fe.mpb now that it's fixed
392 commit 5e2989a4d63b05cab291bd99acf2fdb00cb0578e
393 Author: Adam Mitz <mitza@objectcomputing.com>
394 Date:   Thu Aug 26 16:20:30 2021 -0500
396     Unit test for TAO_IDL_FE's AST
398 commit 26c8e7643c6623ffee6c902203ec9b55c7f216cf
399 Author: Adam Mitz <mitza@objectcomputing.com>
400 Date:   Thu Aug 26 16:17:44 2021 -0500
402     removed invalid base project from tao_idl_fe
404 commit 194e1f3a1ae2b1379ba49ecab2b06cbfe7b3dcfb
405 Author: Adam Mitz <mitza@objectcomputing.com>
406 Date:   Thu Aug 26 08:48:34 2021 -0500
408     TAO_IDL_FE: NT_fixed needs owns_base_type in typedef
409     
410     (cherry picked from commit 3a344501bebb195b1728c209d3e162622e8ec506)
412 commit f75799c04412ef1cf29948f3fde889cbb32f0d1f
413 Author: Johnny Willemsen <jwillemsen@remedy.nl>
414 Date:   Mon Aug 23 16:38:36 2021 +0200
416     Docu/cleanup
417     
418         * TAO/examples/Borland/ChatClientWnd.h:
419         * TAO/examples/Borland/ORBThread.h:
420         * TAO/examples/Borland/Receiver.idl:
421         * TAO/examples/Borland/ReceiverImpl.h:
423 commit ff36cc735a8fc98d840982116021da48c4cb2568
424 Author: Johnny Willemsen <jwillemsen@remedy.nl>
425 Date:   Mon Aug 16 16:59:42 2021 +0200
427     Cleanup old Embarcadero compiler checks
428     
429         * ACE/ace/Compression/rle/RLECompressor.cpp:
430         * ACE/ace/post.h:
431         * ACE/ace/pre.h:
432         * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
433         * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
434         * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
435         * TAO/tests/Bug_3574_Regression/test.cpp:
437 commit e41cfa87c167c64e26a90c7079bc47e8362e4d8b
438 Author: Johnny Willemsen <jwillemsen@remedy.nl>
439 Date:   Thu Aug 5 13:21:00 2021 +0200
441     Removed ACE_HAS_UTIME because it is not used and fixed some broken links
442     
443         * ACE/ace/config-aix-5.x.h:
444         * ACE/docs/Download.html:
445         * TAO/tao/Transport.h:
446         * TAO/tao/Transport_Selection_Guard.h:
448 commit a79c07f1ebc800f8ef643a7d69c29e987420fd4e
449 Author: Johnny Willemsen <jwillemsen@remedy.nl>
450 Date:   Wed Aug 4 09:27:08 2021 +0200
452     Make ACE 7.0.3 and TAO 3.0.3 available
453     
454         * ACE/NEWS:
455         * ACE/bin/copy-local-script.sh:
456         * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
457         * ACE/docs/Download.html:
458         * ACE/docs/bczar/bczar.html:
459         * ACE/etc/index.html:
460         * TAO/NEWS: