Merge pull request #2109 from jwillemsen/jwi-autoptrcpp17_cleanup
[ACE_TAO.git] / TAO / ChangeLogs / TAO-2_4_4
blobe3aa3ee0359004ea32f71447ea7f9293b688fe71
1 commit dd57db6e68ad00c0e93d7c04128d952e8bd611a4
2 Merge: 3257caff5c6 a2298c55b6b
3 Author: Johnny Willemsen <jwillemsen@remedy.nl>
4 Date:   Fri Aug 11 09:53:14 2017 +0200
6     Merge pull request #481 from jwillemsen/master
7     
8     List change for new release
10 commit a2298c55b6b1b575d2329d11e080a52d4370be72
11 Author: Johnny Willemsen <jwillemsen@remedy.nl>
12 Date:   Fri Aug 11 09:52:36 2017 +0200
14     List change for new release
15     
16         * TAO/NEWS:
18 commit 4c27956835b8d7aee75a34191765d5714009ced6
19 Author: Johnny Willemsen <jwillemsen@remedy.nl>
20 Date:   Wed Aug 9 21:40:05 2017 +0200
22     Small change generated code
23     
24         * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp:
26 commit 95700db3c5cb69a738d8b23b63f20d3dc56ec161
27 Author: Johnny Willemsen <jwillemsen@remedy.nl>
28 Date:   Wed Aug 9 21:37:46 2017 +0200
30     Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies the code we generate
31     
32         * TAO/TAO_IDL/be/be_codegen.cpp:
33         * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp:
34         * TAO/tao/AnyTypeCode/AnyTypeCode_methods.h:
35         * TAO/tao/AnyTypeCode/TypeCode.h:
36         * TAO/tao/AnyTypeCode/WrongTransactionA.h:
37         * TAO/tao/CORBA_methods.h:
38         * TAO/tao/DynamicInterface/Context.h:
39         * TAO/tao/DynamicInterface/DII_CORBA_methods.h:
40         * TAO/tao/DynamicInterface/ExceptionList.h:
41         * TAO/tao/DynamicInterface/Request.h:
42         * TAO/tao/DynamicInterface/Server_Request.h:
43         * TAO/tao/DynamicInterface/Unknown_User_Exception.h:
44         * TAO/tao/Object_KeyC.h:
45         * TAO/tao/PI/PolicyFactoryC.h:
46         * TAO/tao/PI_Server/ServerRequestInterceptorC.h:
47         * TAO/tao/PortableServer/PS_ForwardC.h:
48         * TAO/tao/PortableServer/PortableServer_Functions.h:
49         * TAO/tao/PortableServer/PortableServer_WFunctions.h:
50         * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h:
51         * TAO/tao/Typecode_typesC.h:
52         * TAO/tao/Valuetype/AbstractBase.h:
53         * TAO/tao/Valuetype/ValueBase.h:
54         * TAO/tao/Valuetype/Value_CORBA_methods.h:
55         * TAO/tao/WrongTransactionC.h:
57 commit a98a116dfafc65f58eb0d64b1c1bdbf72a46a048
58 Author: Johnny Willemsen <jwillemsen@remedy.nl>
59 Date:   Wed Aug 9 19:00:08 2017 +0200
61     Remove TAO_EXPORT_MACRO usage
62     
63         * TAO/TAO_IDL/be/be_codegen.cpp:
64         * TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp:
65         * TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp:
67 commit 1194c8bf488a01fa6023c78c78e6470741f97cdc
68 Merge: 3a8418963de dc2986dc12d
69 Author: Johnny Willemsen <jwillemsen@remedy.nl>
70 Date:   Wed Aug 9 16:45:51 2017 +0200
72     Merge pull request #478 from jwillemsen/jwi-obvgiopflagsinline
73     
74     Use new TAO_OBV_GIOP_FLAGS_INLINE_FUNCTION so that we can remove TAO_…
76 commit dc2986dc12daef7392a8e2f4b277fba68391c9c0
77 Author: Johnny Willemsen <jwillemsen@remedy.nl>
78 Date:   Wed Aug 9 13:43:59 2017 +0200
80     Use new TAO_OBV_GIOP_FLAGS_INLINE_FUNCTION so that we can remove TAO_NAMESPACE_INLINE_FUNCTION
81     
82         * TAO/tao/Valuetype/ValueBase.h:
83         * TAO/tao/orbconf.h:
85 commit 95a65d274f4a7fad79b00babe813336d3516e5e0
86 Author: Johnny Willemsen <jwillemsen@remedy.nl>
87 Date:   Wed Aug 9 13:00:22 2017 +0200
89     Remove left over $Id tags
90     
91         * ACE/bin/msvc_static_order.lst:
92         * ACE/tests/run_test.lst:
93         * TAO/TAO_IDL/fe/idl.ypp:
94         * TAO/bin/tao_orb_tests.lst:
95         * TAO/bin/tao_other_tests.lst:
96         * TAO/tests/Bug_3755_Ext_Regression/all.lst:
97         * TAO/tests/COIOP/COIOP.lst:
99 commit 63b80f7a836166a4c4ecded280ffd9e8545b3ce2
100 Author: Johnny Willemsen <jwillemsen@remedy.nl>
101 Date:   Wed Aug 9 10:19:08 2017 +0200
103     Correctly determine the location of tao_idl, fixes the failure of IDL_Test on windows, other tests probably failed silently on Windows because the test couldn't spawn tao_idl
104     
105         * TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl:
106         * TAO/tests/Bug_1628_Regression/run_test.pl:
107         * TAO/tests/Bug_3154_Regression/run_test.pl:
108         * TAO/tests/Bug_3743_Regression/run_test.pl:
109         * TAO/tests/Bug_3845_Regression/run_test.pl:
110         * TAO/tests/IDL_Test/run_test.pl:
112 commit cb2bea59ab06ed4e1887c2bb86b04653dd0fee05
113 Merge: ce3a3daedf3 559c94d52e7
114 Author: Johnny Willemsen <jwillemsen@remedy.nl>
115 Date:   Tue Aug 8 20:45:48 2017 +0200
117     Merge pull request #473 from jwillemsen/jwi-automakecleanup
118     
119     Cleanup old automake support
121 commit 559c94d52e76a334dc90f082f4bce256d82811da
122 Author: Johnny Willemsen <jwillemsen@remedy.nl>
123 Date:   Tue Aug 8 20:43:15 2017 +0200
125     Cleanup old automake support
126     
127         * ACE/ACE.mwc:
128         * TAO/tests/TransportCurrent/IIOP/IIOP.mpc:
130 commit ce3a3daedf345bb04bc474ff7ae0cbe6abd8820e
131 Merge: 61850ca09b5 a8c3aef792d
132 Author: Johnny Willemsen <jwillemsen@remedy.nl>
133 Date:   Tue Aug 8 18:13:07 2017 +0200
135     Merge pull request #472 from jwillemsen/jwi-bcc32rtfactory
136     
137     Suppress warning 8022 with bcc32
139 commit a8c3aef792d4a3c0780202425f84af3e72f68ff6
140 Author: Johnny Willemsen <jwillemsen@remedy.nl>
141 Date:   Tue Aug 8 18:06:18 2017 +0200
143     Suppress warning 8022 with bcc32
144     
145         * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
147 commit 4f1d4d2e0ad8015593467ed1b61afa2478621b96
148 Merge: 16331fdef3c be046950dc2
149 Author: Johnny Willemsen <jwillemsen@remedy.nl>
150 Date:   Tue Aug 8 15:34:32 2017 +0200
152     Merge branch 'master' into jwi-exportnestedclasses-cleanup
154 commit be046950dc232d1b5415dbd6cd1a88396ae14508
155 Merge: d7b8cb74370 b46fe98ac1d
156 Author: Johnny Willemsen <jwillemsen@remedy.nl>
157 Date:   Tue Aug 8 15:34:10 2017 +0200
159     Merge pull request #469 from jwillemsen/jwi-rtcorba-activity
160     
161     Fixed linking of RTCORBA Activity example with bcc32
163 commit d7b8cb7437084a23ce3bdfeff02f134b4d657f71
164 Merge: 95cb1855ec9 b4e893e860e
165 Author: Johnny Willemsen <jwillemsen@remedy.nl>
166 Date:   Tue Aug 8 15:33:45 2017 +0200
168     Merge pull request #468 from jwillemsen/jwi-docufixes
169     
170     Documentation fixes
172 commit 16331fdef3c47555b31acedf44835663da1e4efd
173 Author: Johnny Willemsen <jwillemsen@remedy.nl>
174 Date:   Tue Aug 8 15:32:22 2017 +0200
176     Don't use TAO_NAMESPACE_STORAGE_CLASS anymore
177     
178         * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp:
179         * TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp:
180         * TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp:
181         * TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h:
183 commit 977272ed230d444c9eb1c27901ccee3df3ab9515
184 Author: Johnny Willemsen <jwillemsen@remedy.nl>
185 Date:   Tue Aug 8 10:48:36 2017 +0200
187     Cleanup TAO_EXPORT_NESTED_CLASSES and simplified the portableserver files. At the moment we are using inlining we also use inlining at the TAO level with all compilers, not only with msvc
188     
189         * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h:
190         * TAO/tao/DynamicInterface/Unknown_User_Exception.h:
191         * TAO/tao/PortableServer/PortableServer_Functions.h:
192         * TAO/tao/PortableServer/PortableServer_WFunctions.h:
193         * TAO/tao/orbconf.h:
195 commit 63ce9eed24b56d7893ad7d353e354cc6f815b9f3
196 Author: Johnny Willemsen <jwillemsen@remedy.nl>
197 Date:   Tue Aug 8 10:08:34 2017 +0200
199     Add pragma to disable warning 8022 with bcc32
200     
201         * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
203 commit ceca71212a2c3b98442bdfc16b0169531a8abd89
204 Merge: 36e066d32c9 f90c929c25a
205 Author: Johnny Willemsen <jwillemsen@remedy.nl>
206 Date:   Tue Aug 8 10:03:09 2017 +0200
208     Merge pull request #466 from jwillemsen/master
209     
210     Fix getversionex deprecated warnings with clang
212 commit b46fe98ac1db8f15fb86b8070d497b103c885051
213 Author: Johnny Willemsen <jwillemsen@remedy.nl>
214 Date:   Tue Aug 8 09:52:40 2017 +0200
216     This test only compiles an executable with a local service so no export macros should be used
217     
218         * TAO/examples/RTCORBA/Activity/activity_export.h:
219           Deleted.
220     
221         * TAO/examples/RTCORBA/Activity/Activity.h:
222         * TAO/examples/RTCORBA/Activity/Activity.mpc:
223         * TAO/examples/RTCORBA/Activity/Builder.cpp:
224         * TAO/examples/RTCORBA/Activity/Builder.h:
225         * TAO/examples/RTCORBA/Activity/Job_i.h:
226         * TAO/examples/RTCORBA/Activity/POA_Holder.h:
227         * TAO/examples/RTCORBA/Activity/Periodic_Task.h:
228         * TAO/examples/RTCORBA/Activity/Task_Stats.h:
229         * TAO/examples/RTCORBA/Activity/Thread_Task.h:
231 commit b4e893e860e2349e880f5b14ecc03622a3ab320f
232 Author: Johnny Willemsen <jwillemsen@remedy.nl>
233 Date:   Tue Aug 8 09:44:28 2017 +0200
235     Fix typos in documentation
236     
237         * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
238         * TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl:
240 commit a49c5b7627b7ca4e27ddb6f2757fcaf125021fb2
241 Author: Johnny Willemsen <jwillemsen@remedy.nl>
242 Date:   Tue Aug 8 09:16:35 2017 +0200
244     Remove setting of bcc32 compiler flags
245     
246         * TAO/orbsvcs/orbsvcs/CosNotification.mpc:
247         * TAO/orbsvcs/orbsvcs/RT_Notification.mpc:
249 commit df5e559b7fb1c76379f317d4ece7a4aa7035d593
250 Author: Johnny Willemsen <jwillemsen@remedy.nl>
251 Date:   Tue Aug 8 09:08:15 2017 +0200
253     Fixed typo
254     
255         * TAO/examples/RTCORBA/Activity/README:
257 commit d7a328f47e1719297253fb402236d514efcc0088
258 Author: Johnny Willemsen <jwillemsen@remedy.nl>
259 Date:   Mon Aug 7 14:11:34 2017 +0200
261     Remove bcc32 flags from here
262     
263         * TAO/orbsvcs/orbsvcs/CosNotification.mpc:
265 commit df99790f37bbdc9b034d13373cfc958cd762c883
266 Author: Andreas L <avlplus42@gmail.com>
267 Date:   Sat Aug 5 23:08:35 2017 +0200
269     Just remove unused RND_Timer::push altogether.
271 commit 6cb15b7a1bed404167bde2e7c4d3b98fd061455d
272 Author: Andreas L <avlplus42@gmail.com>
273 Date:   Fri Aug 4 20:02:19 2017 +0200
275     exclude "union foo" from up to SunCC 5.14
276     
277     For C++ 5.14, the SunCC preprocessor still separates a negative sign
278     from a number and tao_idl segfaults on such a pre-processed .idl .
279     Update check from (__SUNPRO_CC > 0x5120) to (__SUNPRO_CC > 0x5140)
281 commit 50e505f55764936e8a9d6789ed984212f231e60d
282 Author: Andreas L <avlplus42@gmail.com>
283 Date:   Fri Aug 4 19:48:39 2017 +0200
285     Add an implementation for RND_Timer::push despite not used,
286     
287     because it is the "first non-inline non-pure-virtual" method,
288     and Solaris Studio Compilers automatically add some internal
289     symbols to whereever that one gets implemented.
290     Without an implementation of RND_Timer::push(), the linker
291     complains about lack of symbol "RND_Timer::__descr".
293 commit 376fa5cdfd8d569ad750b4ef2662b0cdfeac4c10
294 Merge: 193e94a03ba be42cde599d
295 Author: Johnny Willemsen <jwillemsen@remedy.nl>
296 Date:   Fri Aug 4 10:28:34 2017 +0200
298     Merge pull request #459 from jwillemsen/jwi-ftnaming-bcc32
299     
300     Fix problem with bcc32
302 commit 193e94a03baa2e97aec56471845bc07015d45af2
303 Merge: a797ab9623c c18c4180582
304 Author: Johnny Willemsen <jwillemsen@remedy.nl>
305 Date:   Fri Aug 4 10:28:04 2017 +0200
307     Merge pull request #453 from jwillemsen/jwi-idltest-450
308     
309     Extend this test to reproduce issue #450
311 commit c18c418058280eefb31aeba9f750e11c62281d55
312 Author: Johnny Willemsen <jwillemsen@remedy.nl>
313 Date:   Thu Aug 3 16:12:17 2017 +0200
315     Further refine sequence generation
316     
317         * TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp:
318         * TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h:
319         * TAO/tests/IDL_Test/typedef.idl:
321 commit ab60a083ce8d429fbf1ccfbf33f8da66ea816137
322 Author: Johnny Willemsen <jwillemsen@remedy.nl>
323 Date:   Thu Aug 3 12:21:43 2017 +0200
325     Updated bcc32 version checks
326     
327         * TAO/tests/Bug_3574_Regression/test.cpp:
329 commit be42cde599da8bf0dd361f7e84bd055ead95582b
330 Author: Johnny Willemsen <jwillemsen@remedy.nl>
331 Date:   Thu Aug 3 11:56:13 2017 +0200
333     Fix problem with bcc32
334     
335         * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Utils.cpp:
336         * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Utils.h:
338 commit 119ac6ba29235ce9bec326474d32d0196e409f7f
339 Author: Johnny Willemsen <jwillemsen@remedy.nl>
340 Date:   Thu Aug 3 11:43:17 2017 +0200
342     Fixed missing code generation for a typedef of multiple sequence types
343     
344         * TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
346 commit b76b32a0491290620f3ab7463b37ee6076bee795
347 Merge: 0640b579cb4 b6989e89d16
348 Author: Johnny Willemsen <jwillemsen@remedy.nl>
349 Date:   Thu Aug 3 11:23:45 2017 +0200
351     Merge branch 'master' into jwi-idltest-450
353 commit b1ccc1e2b2596ab7d40302814e765398c1663f9f
354 Author: Johnny Willemsen <jwillemsen@remedy.nl>
355 Date:   Tue Aug 1 20:52:27 2017 +0200
357     Updated bcc32 version check
358     
359         * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
361 commit 2268dd58cccd721f455251ce177d8c3574ec90ae
362 Author: Johnny Willemsen <jwillemsen@remedy.nl>
363 Date:   Tue Aug 1 20:45:07 2017 +0200
365     Updated bcc32 version check to suppress warnings
366     
367         * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
369 commit 425f0544f45335d3da8165a2ee2fd8cfec71295f
370 Author: Johnny Willemsen <jwillemsen@remedy.nl>
371 Date:   Tue Aug 1 20:43:42 2017 +0200
373     Use true/false
374     
375         * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
376         * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Utils.cpp:
378 commit 28c25159e2e5843300e0048312824a927acb38ad
379 Author: Johnny Willemsen <jwillemsen@remedy.nl>
380 Date:   Tue Aug 1 10:54:12 2017 +0200
382     Fixed typos in documentation
383     
384         * ACE/ace/config-win32-common.h:
385         * TAO/docs/exceptions.html:
387 commit 0640b579cb4fe0cc13b2a00c94a1747edba804ee
388 Author: Johnny Willemsen <jwillemsen@remedy.nl>
389 Date:   Sat Jul 29 11:58:32 2017 +0200
391     Extend this test to reproduce issue #450
392     
393         * TAO/tests/IDL_Test/main.cpp:
395 commit 57a259145f618ab392b70b444aadb2d475fc9e26
396 Merge: 7c369015bc6 de9a4ae2da5
397 Author: Johnny Willemsen <jwillemsen@remedy.nl>
398 Date:   Sat Jul 22 10:58:56 2017 +0200
400     Merge branch 'master' into jwi-transportselectionguard
402 commit 7c369015bc6ed328e15fe0aac76831574cf452a1
403 Author: Johnny Willemsen <jwillemsen@remedy.nl>
404 Date:   Sat Jul 22 10:56:08 2017 +0200
406     Added missing exports
407     
408         * TAO/tao/Transport_Selection_Guard.h:
410 commit 8faf40f09376888f16ebcca1f8900d39b6806c8e
411 Author: Johnny Willemsen <jwillemsen@remedy.nl>
412 Date:   Fri Jul 21 20:38:10 2017 +0200
414     Add missing exports
415     
416         * TAO/tao/Transport_Selection_Guard.h:
418 commit 890c64e220551a85d7f65f3403cfebc71e47c564
419 Author: Johnny Willemsen <jwillemsen@remedy.nl>
420 Date:   Fri Jul 21 16:22:04 2017 +0200
422     Fix unresolved externals with Embarcadero C++ 10.2
423     
424         * TAO/tao/Transport_Selection_Guard.cpp:
425         * TAO/tao/Transport_Selection_Guard.h:
427 commit de9a4ae2da509511f8df97c22cc1317021adeb4f
428 Merge: 2daef2e7f05 47b531e0d2b
429 Author: Johnny Willemsen <jwillemsen@remedy.nl>
430 Date:   Thu Jul 20 21:31:59 2017 +0200
432     Merge pull request #448 from jwillemsen/jwi-taoidlciaoroot
433     
434     Only add the CIAO includes when CIAO_ROOT has been explicitly defined
436 commit 47b531e0d2bd699c55321252e66cf25bfe579f7b
437 Author: Johnny Willemsen <jwillemsen@remedy.nl>
438 Date:   Thu Jul 20 15:02:26 2017 +0200
440     Only add the CIAO includes when CIAO_ROOT has been explicitly defined
441     
442         * TAO/TAO_IDL/driver/drv_preproc.cpp:
443         * TAO/TAO_IDL/tao_idl.cpp:
445 commit b58ee29052139a2032a94ded7ee7e589d1b9ce0c
446 Author: Johnny Willemsen <jwillemsen@remedy.nl>
447 Date:   Thu Jul 20 13:35:22 2017 +0200
449     Some more cleanup
450     
451         * TAO/tao/orbconf.h:
453 commit 2d51ee5608628d0a9c607340ae158859f7330787
454 Author: Johnny Willemsen <jwillemsen@remedy.nl>
455 Date:   Thu Jul 20 11:22:43 2017 +0200
457     Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32
458     
459         * ACE/ASNMP/asnmp/octet.cpp:
460         * ACE/ASNMP/tests/Counter64_Test.cpp:
461         * ACE/ace/Configuration_Import_Export.cpp:
462         * ACE/ace/config-win32-borland.h:
463         * ACE/examples/Mem_Map/IO-tests/IO_Test.cpp:
464         * ACE/examples/Mem_Map/IO-tests/test_io.cpp:
465         * TAO/tao/orbconf.h:
467 commit 1e4ccb031516c5530cb18f54c025135a06a11e66
468 Author: Johnny Willemsen <jwillemsen@remedy.nl>
469 Date:   Fri Jul 14 09:20:45 2017 +0200
471     Fixed typo
472     
473         * ACE/ace/OS_NS_Thread.cpp:
474         * TAO/docs/implrepo/paper.html:
476 commit cc2c628525a329073f488839e05f9fa323c095fa
477 Author: Johnny Willemsen <jwillemsen@remedy.nl>
478 Date:   Mon Jun 26 16:43:59 2017 +0200
480     Remove some more occurences of register
481     
482         * ACE/ace/ETCL/ETCL_l.cpp:
483         * TAO/TAO_IDL/fe/idl.yy.cpp:
485 commit 247ef819c09c78d5bd11ce03d61a658ff105d581
486 Author: Johnny Willemsen <jwillemsen@remedy.nl>
487 Date:   Wed Jun 21 10:55:40 2017 +0200
489     Fix gcc7.1 warnings
490     
491         * ACE/ace/Name_Proxy.cpp:
492         * TAO/TAO_IDL/be/be_visitor_module/module.cpp:
494 commit 89e54e999c4100f49accc0d36d204f9c8400c714
495 Author: Johnny Willemsen <jwillemsen@remedy.nl>
496 Date:   Tue Jun 13 14:34:00 2017 +0200
498     Fix gcc7 warning
499     
500         * TAO/TAO_IDL/narrow/narrow.cpp:
502 commit 7a838170151fb1a1e13f468e5d885c46e9502e9c
503 Author: Johnny Willemsen <jwillemsen@remedy.nl>
504 Date:   Sun Apr 30 21:33:31 2017 +0200
506     Fixed gcc warnings
507     
508         * ACE/examples/ASX/UPIPE_Event_Server/event_server.cpp:
509         * TAO/tests/DII_AMI_Forward/server.cpp:
510         * TAO/tests/ForwardOnceUponException/client.cpp:
511         * TAO/tests/ForwardUponObjectNotExist/client.cpp:
513 commit fd74599c612a1319800dadf865a0cb40748ceca9
514 Author: Johnny Willemsen <jwillemsen@remedy.nl>
515 Date:   Thu Apr 20 11:20:51 2017 +0200
517     Make ACE/TAO 6.4.3/2.4.3 public available
518     
519         * ACE/NEWS:
520         * ACE/docs/Download.html:
521         * ACE/docs/bczar/bczar.html:
522         * ACE/etc/index.html:
523         * TAO/NEWS: