summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: 8caa3eabcf1580774cd42598bd7481ab17a4a396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
Mon Dec  4 11:37:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

          Converted the NodeApplication into a library and build
          an exe using this library. Will prevent duplicate compilation
          of part of the code. Fixes bugzilla bug 2739.

        * DAnCE/NodeApplication/CIAO_NodeApplication_export.h:
          New export file:

        * DAnCE/NodeApplication/Configurator_Factory.h:
        * DAnCE/NodeApplication/Container_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Core.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
          Added export macro to export the class from the new NodeApplication
          library.

        * DAnCE/NodeApplication/NodeApplication.mpc:
          Added new library project and use this in the executable.

        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
          Use the new NodeApplication library and the new base projects
          I added for CIAO

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.{h,cpp,inl}:
          Moved destructor from inline to cpp method and small code improvements

        * DAnCE/NodeManager/NodeManager.mpc:
        * DAnCE/StaticConfigurator/StaticDAnCEParser.mpc:
          Simplified by using the new base projects

        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Small improvements

Mon Dec  4 07:35:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO-INSTALL.html:
          Updated build instructions

        * ciao/Dynamic_Component_Activator.cpp:
          Removed not needed return statements in a void method

        * ciao/Dynamic_Component_Activator.h:
          Changed guard in file to match filename

        * ciao/Home_Servant_Impl_T.cpp:
          Layout changes

        * ciao/Port_Activator.{h,cpp}:
          The name methods did really change oid, so renamed name
          to oid and added a new name method to return the name
          member

        * ciao/Servant_Activator.cpp:
          Const changes and updated for Port Activator changes

        * ciao/Servant_Impl_Base.cpp:
          Small code improvements

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
          Const changes

        * DAnCE/NodeApplication/Container_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
          Throw NO_MEMORY when allocation fails

        * DAnCE/NodeApplication/RTConfig_Manager.cpp:
          Throw BAD_PARAM when an incorrect method parameter has been passed

        * DAnCE/NodeManager/BaseMonitor.h:
        * DAnCE/NodeManager/CIAO_Monitor.h:
        * DAnCE/NodeManager/NodeManager_Impl.h:
          Doxygen changes

        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Fixed a comment

        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.h:
          Use true/false for bool

        * DAnCE/TargetManager/DomainDataManager.cpp:
          Layout changes

        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Removed not needed includes, made messages dependent
          on the debug level, added missing duplicate

        * DAnCE/TargetManager/TargetManager_exec.h:
          Don't use std:: for auto_ptr

        * DAnCE/TargetManager/TargetManagerExt.idl:
          Removed commented out include

        * DAnCE/TargetManager/TargetManagerImpl.idl:
          Removed empty lines

        * DAnCE/tests/NodeApplicationTest/run_test.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_ex.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_simple.pl:
        * DAnCE/tests/scripts/BasicSP/basicNodeDaemon.pl:
        * docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl:
        * examples/Display/descriptors/basicNodeDaemon.pl:
        * examples/Display/descriptors/run_NodeDaemons.pl:
        * examples/Hello/descriptors/run_NodeDaemons.pl:
          Use $ACE_ROOT/bin with use lib. This fixes bugzilla bug 2737,
          thanks for Abdul for reporting this.

        * docs/tutorials/Quoter/Simple/01.html:
          Update from Abdul

Fri Dec  1 16:27:34 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * bin/generate_component_mpc.pl:

          Fixed generation of export files. Thanks to Abdullah
          Sowayan <abdullah.sowayan@lmco.com> for reporting
          the problem.

Fri Dec  1 13:39:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/tutorials/CoSMIC/index.html:
        * docs/tutorials/Quoter/Simple/index.html:
          Updated download location of ACE/TAO/CIAO

Fri Dec  1 11:26:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ExecutionManager/Execution_Manager.cpp:
          Fixed invalid check whether we have a nil POA or not

Fri Dec  1 11:17:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/TargetManager/Deployment_Configuration.{h,cpp}:
          Removed these files, not used in the mpc file

        * DAnCE/DomainApplicationManager/Deployment_Configuration.{h,cpp}:
          Close the file handle, part of the fix for bugzilla bug 2733

        * DAnCE/TargetManager/DomainDataManager.{h,cpp}:
          Const changes, sequences have a CORBA::ULong as length, not int.
          Added some todo's and use a little bit more ACE

        * DAnCE/TargetManager/TargetManager.cidl:
          Removed empty line

        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Fixed memory management and the way we check for a nil
          reference

Fri Dec  1 09:01:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/generate_component_mpc.pl:
          Layout improvements, thanks to Abdul for making this
          update.

Thu Nov 30 12:45:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ExecutionManager/Execution_Manager.cpp:
          Removed not needed ACE_TRY_CHECK

        * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
          Const improvement

        * DAnCE/RepositoryManager/RepositoryManager.cpp:
          Initialise pointer with 0, removed code after return
          added added a todo

        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
          Doxygen improvement

        * DAnCE/RepositoryManager/ZIP_Wrapper.cpp:
          Lot of layout changes to make the code a little bit more
          readable, more has to be done to this file

        * DAnCE/RepositoryManager/ZIP_Wrapper.h:
          Doyxgen improvements and removed not needed include

        * DAnCE/TargetManager/CmpClient.cpp:
          Use true/false for a bool

        * DAnCE/TargetManager/Deployment_Configuration.cpp:
          Use bool and use 0 instead of NULL

        * DAnCE/TargetManager/DomainDataManager.h:
          Doxygen changes

        * DAnCE/TargetManager/DomainEvents.idl:
          Removed not needed include

        * DAnCE/TargetManager/TargetManager_exec.cpp:
          Layout changes

        * DAnCE/TargetManager/TM_Client.mpc:
          Removed not needed includes

Wed Nov 29 21:26:53 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * docs/generate_component_mpc.html:

          New file, documentation for the Perl script
          generate_component_mpc.pl, in CIAO_ROOT/bin.

        * bin/generate_component_mpc.pl:

          Changes mainly to correct problems with MPC files
          generated for non-component builds, i.e., from some IDL
          file used in common by multiple component builds, such
          as the definition of a port interface. Also made changes
          and added a new command line option to help minimize the
          amount of code generated from IDL and minimize the
          dependencies of the generated makefile or project.

Wed Nov 29 15:43:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/CIAO_Monitor.cpp:
          Don't use plain new, fixes bugzilla bug 2732. Thanks to Abdul
          for reporting this

Wed Nov 29 12:48:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/*.idl:
          Added ciao/ as prefix to the include path. This way it is clear
          where we are including a file from.

Tue Nov 28 21:38:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/RTNodeApplication:
          Zapped, not used anymore

Tue Nov 28 19:33:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment_DomainApplicationManager.idl:
          Added comments about more details which are not compliant according
          to the spec

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
          Use native bool instead of int

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
          Reordered includes and improved doxygen documentation

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
          Const changes, use ACE_ERROR for error messages

        * DAnCE/NodeManager/CIAO_Monitor.cpp:
          Const changes, use more ACE and little cleanup

        * DAnCE/NodeManager/CIAO_Monitor.h:
          Doxygen improvement

        * DAnCE/NodeManager/MonitorCB.cpp:
          Code layout changes

        * DAnCE/NodeManager/MonitorCB.h:
          Doxygen changes and added some todo's

        * DAnCE/NodeManager/MonitorController.cpp:
          Use bool and small improvements

        * DAnCE/NodeManager/Node_Manager.cpp:
          Use the correct value for the lenght of the buffer passed
          to hostname

        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Small improvements and added some todo's

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp:
          Cleanup

        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
          Made some debug lines dependent on a debug level

Tue Nov 28 16:11:32 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc
        * DAnCE/NodeManager/Monitor.mpc

          Fixes for link errors in OS X.

Tue Nov 28 11:45:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIDLC/ExecutorMappingGenerator.cpp:
          Updated because of idl file rename

Tue Nov 28 10:42:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/*:
        * *:
          Renamed a lot of idl files, if the file contains interfaces/types
          from the DAnCE spec, added Deployment_ as prefix, if they are
          containing CIAO specific interfaces, added CIAO_. This way we can
          more easily see if we have spec compliant IDL or not.

Tue Nov 28 09:50:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Home.idl:
        * ciao/CCM_Object.idl:
          Moved CCMHome again to its own file

        * ciao/Security.idl:
          CIAO uses an interface of the security service but we don't
          do a thing with it, so just define a local interface within
          CIAO and use that for the moment, saves 250Kb of footprint

        * ciao/CCM_Context.idl:
          Use the local security interface

        * ciao/ExectionManager.idl:
          Added todo

        * ciao/CCM_Core.idl:
          Added new file

Mon Nov 27 18:34:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/NodeApplicationManager.idl:
        * ciao/Deployment_ApplicationManager.idl:
          Moved ApplicationManager interface to its own file

        * ciao/CCM_Core.mpc:
          Added new file

        * ciao/DomainApplicationManager.idl:
        * ciao/TargetManager.idl:
          Updated includes

        * ciao/Target_Data.idl:
          Moved ResourceNotAvailable also to the new
          Deyloyment_ApplicationManger file

        * DAnCE/NodeManager/CIAO_Monitor.h:
          Removed include of memory, not portable and not used.
          Fixes bugzilla bug 2730. Thanks to Abdul for reporting
          this.

Mon Nov 27 15:41:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment_Core.idl:
        * ciao/Deployment_Container.idl:
        * ciao/Deployment_NodeApplication.idl:
          Moved types from Core to the other files and added remarks
          to all CIAO specific types

        * DAnCE/NodeApplicationManager/Containers_Info_Map.h:
        * DAnCE/NodeApplicationManager/ImplementationInfo.h:
          Updated includes because of the move above

Mon Nov 27 14:55:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
          Added new Deployment_DeploymentPlan

        * ciao/Deployment_Data.idl
        * ciao/Deployment_DeploymentPlan.idl:
          Moved types related to DeploymentPlan to their own file

        * ciao/Deployment_Data.idl
          Removed RequirementSatisfier, it is superfluous.

        * ciao/Deployment.idl:
          No need to include Deployment_Data

        * ciao/Target_Data.idl:
          Removed not needed include

        * ciao/Deployment_Connection.idl:
        * ciao/TargetManager.idl:
        * RACE/Output_Adapters/Interface/PlanEgress.idl:
        * RACE/Plan_Analyzer/Interface/PlanIngress.idl:
        * RACE/Planner_Manager/Interface/Planner_Manager_I.idl:
        * RACE/Planners/Interface/Planner_I.idl:
          Updated include because of move above

        * tools/Config_Handlers/DnC_Dump.{h,cpp}:
          Removed RequirementSatisfier

Mon Nov 27 14:11:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment.idl:
          Removed LastConfiguration, it is not used and has been zapped
          from the DAnCE spec

Mon Nov 27 14:04:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment_Core.idl:
        * ciao/Deployment_NodeApplication.idl:
          Moved ESInstallationInfo to NodeApplication file

        * ciao/Deployment.idl:
          LastConfiguration doesn't seem used, added a comment to that
          exception.

        * ciao/NodeApplicationManager.idl:
          Doxygen improvement

Mon Nov 27 13:23:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/NodeApplicationManager.idl:
          Doxygen improvement

        * ciao/Deployment_Core.idl:
          Removed InvalidLocation exception, not used and not in the DAnCE
          spec

Mon Nov 27 13:10:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment_Core.idl
        * ciao/Deployment_Container.idl
        * ciao/Deployment_NodeApplication.idl
          Moved some interfaces from Core to their own files

        * ciao/CCM_Core.mpc:
          Updated because of split above and added some more flags to
          reduce the amount of generated files

        * ciao/DomainApplicationManager.idl:
        * ciao/NodeApplication_CallBack.idl
          Updated include

        * DAnCE/NodeApplication/Container_Impl.h:
        * DAnCENodeApplication/NodeApplication_Impl.h:
        * DAnCEtests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DAnCEtests/NodeApplicationTest/NodeApp_test_client_dynamic.cpp:
        * DAnCEtests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCEtests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
          Updated includes because of refactoring above

Mon Nov 27 09:40:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp
          Instead of the http files in this library, use the HTTP
          classes from the TAO lib

        * DAnCE/RepositoryManager/HTTP_Client.cpp
        * DAnCE/RepositoryManager/HTTP_Client.h
        * DAnCE/RepositoryManager/HTTP_Handler.cpp
        * DAnCE/RepositoryManager/HTTP_Handler.h
          Removed, not needed anymore, these files did move to the TAO
          lib to support http:// ior and we are reusing them now in
          CIAO

        * DAnCE/RepositoryManager/RepositoryManager.mpc
          Removed the files above

Mon Nov 27 09:36:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp:
          Instead of the http files in this library, use the HTTP
          classes from the TAO lib

        * DAnCE/NodeApplicationManager/URL_Parser.h:
          Doxygen improvements

        * DAnCE/NodeApplicationManager/HTTP_Client.cpp:
        * DAnCE/NodeApplicationManager/HTTP_Client.h:
        * DAnCE/NodeApplicationManager/HTTP_Handler.cpp:
        * DAnCE/NodeApplicationManager/HTTP_Handler.h:
          Removed, not needed anymore, these files did move to the TAO
          lib to support http:// ior and we are reusing them now in
          CIAO

        * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
          Removed the files above

Mon Nov 27 09:33:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/NodeManager_Impl.cpp:
          Removed include of errno.h. It is not portable, but it seems
          it isn't needed at all. Thanks to Abdul for reporting this,
          this fixes bugzilla bug 2726.

Mon Nov 27 08:59:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/tutorials/Quoter:
          Extended this tutorial with more documentations. Thanks to
          Abdul for delivering these files. This fixes bugzilla 2717

Fri Nov 24 13:59:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/StaticConfigurator/StaticDAnCEParser.cpp:
          Added check whether we got a valid NodeImplementationInfo back
          and not a nill pointer. Fixes bugzilla bug 2692 finally.
          Thanks to Abdul for pointing out the need for this check

Fri Nov 24 09:41:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc:
          Don't build this project in ace_for_tao configuration

Thu Nov 23 12:34:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Home.idl:
        * ciao/CCM_Object.idl:
          Moved CCMHome again to its own file now the idl compiler has
          been fixed to handle this correctly

Wed Nov 22 20:39:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Dynamic_Component_Servant_Base.h:
          Removed the character c from the first line which drove the
          compilers really crazy

Wed Nov 22 19:31:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Home.idl:
        * ciao/CCM_Object.idl:
          Moved CCMHome to CCMObject, when these are in seperate files
          the generated code for components is not correct. We want to have
          these interfaces in seperate files but we can sort out this
          later.

Wed Nov 22 14:45:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Dynamic_Component_Servant_Base.h:
          Fixed pragme once warning

Wed Nov 22 11:05:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Base.idl
        * ciao/CCM_CCM2Context.idl
        * ciao/CCM_CCMException.idl
        * ciao/CCM_Component.idl
        * ciao/CCM_Configurator.idl
        * ciao/CCM_Container.idl
        * ciao/CCM_Container_Ex.idl
        * ciao/CCM_Context.idl
        * ciao/CCM_Cookie.idl
        * ciao/CCM_Core.mpc
        * ciao/CCM_EnterpriseComponent.idl
        * ciao/CCM_EntityComponent.idl
        * ciao/CCM_EntityContext.idl
        * ciao/CCM_Enumeration.idl
        * ciao/CCM_Event.idl
        * ciao/CCM_Home.idl
        * ciao/CCM_HomeConfigurator.idl
        * ciao/CCM_HomeExecutorBase.idl
        * ciao/CCM_HomeFinder.idl
        * ciao/CCM_HomeRegistration.idl
        * ciao/CCM_KeylessCCMHome.idl
        * ciao/CCM_Navigation.idl
        * ciao/CCM_Object.idl
        * ciao/CCM_ProxyHomeRegistration.idl
        * ciao/CCM_Receptacle.idl
        * ciao/CCM_Session2Context.idl
        * ciao/CCM_SessionSynchronization.idl
        * ciao/CCM_StandardConfigurator.idl
        * ciao/Client_init.cpp
        * ciao/Components.idl
        * ciao/Cookies.h
        * ciao/CosPersistentState.idl
        * ciao/Deployment.idl
        * ciao/Deployment_Application.idl
        * ciao/Deployment_Base.idl
        * ciao/Deployment_Connection.idl
        * ciao/Deployment_Core.idl
        * ciao/Deployment_Data.idl
        * ciao/Deployment_TargetData.idl
        * ciao/DomainApplicationManager.idl
        * ciao/Home_Servant_Impl_Base.h
        * ciao/NodeApplicationManager.idl
        * ciao/NodeManager.idl
        * ciao/Servant_Impl_Base.h
        * ciao/Servant_Impl_T.cpp
        * ciao/Server_init.cpp
        * ciao/StandardConfigurator_Impl.h
        * ciao/SwapExec.idl
        * ciao/Swapping_Servant_Home_Impl_Base.h
        * ciao/Target_Data.idl
        * ciao/TargetManager.idl
        * ciao/UpgradeableContext.idl
          Splitted the huge idl files into smaller parts. The CCM files are almost done,
          the Deployment files do need some more iterations to get smaller files that
          contain an interface with the types they need. This way the linker can optimize
          objects out during a static compilation

        * ciao/CIAO_Value.idl:
        * ciao/Container_Base.pidl:
          Removed, not used at all

        * ciao/ComponentsC.h:
        * ciao/ComponentsS.h:
          Removed, will be generated by tao_idl

        * DAnCE/Interfaces/NodeManagerDaemon.idl
        * DAnCE/NodeApplicationManager/Containers_Info_Map.h
        * DAnCE/NodeManager/MonitorController.h
        * DAnCE/TargetManager/CmpClient.cpp
        * DAnCE/TargetManager/DomainDataManager.h
        * DAnCE/TargetManager/DomainEvents.idl
        * DAnCE/TargetManager/TargetManager.cidl
        * DAnCE/TargetManager/TargetManager.mpc
        * tools/Config_Handlers/DD_Handler.cpp
        * tools/Config_Handlers/DnC_Dump.h
        * examples/Hello/Sender/starter.cpp
          Updated because of rename above

        * DAnCE/TargetManager/TargetManager.idl:
          Renamed to TargetManagerImpl.idl, this is the interface
          it contains.

        * DAnCE/NodeApplication/Container_Impl.cpp
        * DAnCE/NodeApplication/Container_Impl.h
          Removed get_homes(), it is not in the base idl

        * examples/Display/Display_Base/Display_Base.mpc
        * examples/Display/GPS/GPS.mpc
        * examples/Display/NavDisplay/NavDisplay.mpc
        * examples/Display/RateGen/RateGen.mpc
        * RACE/common/RACE_common.mpc
        * RACE/Input_Adapters/Base/Input_Adapter.mpc
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc
        * RACE/Output_Adapters/Base/Output_Adapter.mpc
        * RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc
        * RACE/Plan_Analyzer/Component/Plan_Analyzer.mpc
        * RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc
        * RACE/Planner_Manager/Component/Planner_Manager.mpc
        * RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
        * RACE/Planners/Base/Planner.mpc
        * RACE/Planners/Interface/Planner_Interface.mpc
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker.mpc
        * tests/IDL3/ImpliedIDL/All/all.mpc
        * tests/IDL3/Lookup/lookup_test.mpc
        * tests/Minimum/Minimum_Base/Minimum.mpc
        * tests/Minimum/Receiver/Receiver.mpc
        * tests/Minimum/Sender/Sender.mpc
          Simplified these mpc files, the -GT option is not added by
          orbsvcslib anymore and -Sc is deprecated

        * tests/IDL3/Events/Any/main.cpp:
        * tests/IDL3/Events/Any/README:
        * tests/IDL3/Events/Any/run_test.pl:
          Updated this test to reproduce a problem with valuetype
          insertion into an any. This test will now fail until
          Jeff Parsons commits some idl compiler changes

Mon Nov 20 08:16:34 2006  Simon McQueen  <sm@prismtech.com>

        * CIAO version 0.5.4 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: