summaryrefslogtreecommitdiff
path: root/DAnCE/ChangeLog
blob: 8d9acd02c43a5a9eb9ff05110ee83e7e07ffe437 (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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
Tue Dec 14 13:13:17 CET 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE version 1.0.0 released.

Mon Nov 22 12:46:14 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/DAnCE_Utility.cpp:
          Fixed logging

Mon Nov 22 10:18:24 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/DAnCE_Utility.h:
        * dance/LocalityManager/Handler/Locality_Manager_Handler_Impl.cpp:
        * dance/LocalityManager/Scheduler/Events/Connect.cpp:
        * dance/LocalityManager/Scheduler/Events/Install.cpp:
        * dance/NodeApplication/NodeApplication_Impl.h:
        * dance/NodeApplication/NodeApplication_Impl.cpp:
        * dance/NodeManager/Node_Manager_Module.cpp:
        * tests/Config_Handlers/Package_Handlers/test.cpp:
        * tests/Config_Handlers/test.cpp:
        * tools/System_Health/Interceptors/SHS_Interceptor.cpp:
          Various layout, logging improvements

Tue Nov  2 11:30:24 UTC 2010  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * NEWS:

Mon Nov 01 13:21:01 UTC 2010  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * dance/DomainApplicationManager/Node_Locator.cpp:
        * dance/DomainApplicationManager/Node_Locator.h:
        * dance/ExecutionManager/ExecutionManager_Impl.cpp:
        * dance/ExecutionManager/ExecutionManager_Module.cpp:
        * dance/ExecutionManager/ExecutionManager_Impl.h:
        * dance/ExecutionManager/ExecutionManager_Module.h:
        Removed functionality to use *.dat file containing node manager map,
        so also removed option node-map.

Sat Oct 30 12:22:01 UTC 2010  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * dance/DAnCE_Utility.h:
        Export new function get_satisfierproperty_value

Fri Oct 29 13:12:01 UTC 2010  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * dance/DomainApplicationManager/Node_Locator.cpp:
        * dance/DomainApplicationManager/Node_Locator.h:
        * dance/DAnCE_Properties.idl:
        Add check on property name and resourceType for Node address in cdd file.

        * dance/DAnCE_Utility.h:
        * dance/DAnCE_Utility.cpp:
        Add get_satisfierproperty_value

Fri Oct 29 11:08:01 UTC 2010  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * dance/DomainApplicationManager/DomainApplicationManager.mpc:
        Add missing dance_config_handlers.

Thu Oct 28 12:33:01 UTC 2010  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * MPC/config/dance_domainapplicationmanager.mpb:
        * dance/DomainApplicationManager/Node_Locator.cpp:
        * dance/DomainApplicationManager/Node_Locator.h:
        * dance/ExecutionManager/ExecutionManager_Impl.cpp:
        * dance/ExecutionManager/ExecutionManager_Module.cpp:
        * dance/ExecutionManager/ExecutionManager_Impl.h:
        * dance/ExecutionManager/ExecutionManager_Module.h:
        Add posibility to the Node_Locator to use cdd files.


Thu Oct 28 11:36:01 UTC 2010  Vladimir Zykov  <vladimir.zykov@prismtech.com>

        * dance/Version.h:
          Fixed incorrect DANCE spelling generated by make_release.py.

Wed Oct 27 17:44:42 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/LocalityManager/ExplicitExec/run_test.pl:
        * tests/LocalityManager/ProcessName/run_test.pl:
        * tests/LocalityManager/SpawnMultiple/run_test.pl:
        * tests/LocalityManager/SpawnOne/run_test.pl:
          Fixed typo

        * dance/LocalityManager/Scheduler/Events/Action_Base.cpp:
          Layout changes

        * tools/Artifact_Installation/Artifact_Installation_exec.cpp:
          Initialise pointer with 0

Wed Oct 27 10:38:47 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ChangeLog:
        * NEWS:
          Updated for next release

Wed Oct 27 12:01:05 CEST 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE version 0.8.3 released.

Mon Oct 18 18:39:55 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/DAnCE_Properties.idl:
          Fixed typo in property names

Mon Oct 18 12:59:29 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/LocalityManager/Daemon/Locality_Manager_Impl.cpp:
        * dance/LocalityManager/Daemon/Locality_Manager_Task.cpp:
          Some memory leak fixes, but we still have a lot to resolve

        * dance/NodeManager/NodeManager_Impl.cpp:
        * dance/NodeManager/Node_Manager_Module.cpp:
          Layout

        * etc/DAnCE.doxygen:
          Changed directories

Sat Oct 16 13:43:55 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/LocalityManager/Handler/Locality_Manager_Handler_Impl.cpp:

          Compile fix.

Fri Oct 15 15:50:08 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/LocalityManager/Handler/Locality_Manager_Handler_Impl.cpp:

          Get the ORB from the Plugin_Manager singleton instead of internal TAO
          tables.  Fixes bugzilla 3913.

Tue Oct 12 14:27:03 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/LocalityManager/Configuration/Process_Priority.cpp:

          Crash fix.

Fri Oct  8 13:59:39 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/LocalityManager/Daemon/Locality_Manager_Impl.cpp:
          Made some fixes

Fri Oct  8 12:31:29 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/LocalityManager/Scheduler/Events/Passivate.cpp:
          Fixed incorrect logging

Fri Oct  8 11:44:31 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/DAnCE_DeploymentInterceptors.idl:
        * dance/DAnCE_DeploymentInterceptors_Base_Impl.h:
        * dance/DAnCE_DeploymentInterceptors_Base_Impl.cpp:
        * dance/LocalityManager/Daemon/Locality_Manager_Impl.h:
        * dance/LocalityManager/Daemon/Locality_Manager_Impl.cpp:
        * dance/LocalityManager/Scheduler/Deployment_Scheduler.cpp:
        * dance/LocalityManager/Scheduler/Events/Disconnect.h:
        * dance/LocalityManager/Scheduler/Events/Disconnect.cpp:
        * dance/LocalityManager/Scheduler/Scheduler.mpc:
          Some starter code to let DAnCE also disconnect all connections in
          the plan at shutdown, this code is currently not called

Thu Oct  7 10:59:51 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * COPYING:
          Small fix

        * dance/LocalityManager/Daemon/Locality_Manager_Task.cpp:
          Layout changes

        * dance/LocalityManager/Handler/Plugin_Conf.cpp:
          Fixed memory leak coming from ACE_Read_Buffer::rec_read

Mon Oct  4 14:29:30 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/LocalityManager/ExplicitExec/ExplicitExec.mpc:

          Removed dependency on CIAO Deployment handlers.

Fri Oct  1 16:00:51 UTC 2010  William Otte  <wotte@zifnab>

        * COPYING:

          Updated to include DAnCE.

Fri Oct  1 14:29:46 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE-INSTALL.html:
          DAnCE install instructions.

Fri Oct  1 10:51:34 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE_TAO.mwc:
          Removed projects we don't use in DAnCE

Wed Sep 29 18:37:07 UTC 2010  Adam Mitz  <mitza@ociweb.com>

        * dance/LocalityManager/Daemon/Locality_Manager.mpc:
        * tools/Config_Handlers/Config_Handlers.mpc:
        * tools/Config_Handlers/DynAny_Handler/DynAny_Handler.mpc:
        * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc:
        * tools/Split_Plan/Split_Plan.mpc:
        * tools/System_Health/Daemon/SHS_Daemon.mpc:
        * tools/System_Health/System_Health.mpc:

          "make install" fixes.

Mon Sep 27 19:20:48 UTC 2010  William Otte  <wotte@zifnab>

        * DANCE_TAO.mwc

          Fixed for the restructuring.

Mon Sep 27 09:40:00 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * dance/LocalityManager/Handler/DAnCE_Locality_Handler_export.h:
        * dance/LocalityManager/Interceptors/DAnCE_Error_Interceptors_export.h:
        * tools/Convert_Plan/DAnCE_Convert_Plan_export.h:
        * tools/Split_Plan/DAnCE_Split_Plan_export.h:
        * tools/System_Health/Interceptors/DAnCE_SHS_CORBA_Transport_export.h:
        * tools/System_Health/Interceptors/DAnCE_SHS_Interceptors_export.h:
          Removed generated by line

Fri Sep 24 14:49:57 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/DAnCE_Properties.mpc:
        * dance/Deployment/Deployment_Core.mpc:
        * dance/DomainApplication/DomainApplication.mpc:
        * dance/DomainApplicationManager/DomainApplicationManager.mpc:
        * dance/LocalityManager/Daemon/Locality_Manager.mpc:
        * dance/LocalityManager/Handler/LocalityHandler.mpc:
        * dance/LocalityManager/Scheduler/Scheduler.mpc:
        * dance/Logger/Logger.mpc:
        * dance/NodeApplication/NodeApplication.mpc:
        * dance/NodeApplicationManager/NodeApplicationManager.mpc:
        * dance/RepositoryManager/RepositoryManager.mpc:

          Various 'make install' fixes.

Fri Sep 24 14:25:16 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/LocalityManager/ExplicitExec/ExplicitExec.mpc:

          Compile fix.

Fri Sep 24 08:02:34 UTC 2010  Marcel Smit  <msmit@remedy.nl>

        * dance/RepositoryManager/Repository_Manager_Module.h:
        * dance/RepositoryManager/Repository_Manager_Module.cpp:
          Resolved compile error due to movement.

Thu Sep 23 20:41:48 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance:

          Moved most DAnCE code under this directory to match ACE+TAO layout.

        * rules.dance.GNU:

          Updated case of pat to version file.

        * tests/DeploymentPlanDump/test.cpp:
        * tests/DeploymentPlanTestReferences/test.cpp:
        * tests/DeploymentTest1/test.cpp:
        * tests/NameServiceTest/clt_main.cpp:
        * tests/NameServiceTest/srv_main.cpp:
        * tests/NodeApplicationManager-NodeApplication/test.cpp:
        * tests/NodeManager-NodeApplicationManager/test.cpp:
        * tests/Parsing/domain.cpp:
        * tests/Parsing/test.cpp:
        * tools/Artifact_Installation/Artifact_Installation_Handler_Svc.cpp:
        * tools/Artifact_Installation/Artifact_Installation_Impl.h:
        * tools/Artifact_Installation/Artifact_Installation_Impl.cpp:
        * tools/Artifact_Installation/Artifact_Installation_exec.cpp:
        * tools/Artifact_Installation/DAnCE_Artifact_Installation_Handler.idl:
        * tools/Artifact_Installation/File_Installation_Handler.cpp:
        * tools/Artifact_Installation/Http_Installation_Handler.cpp:
        * tools/Artifact_Installation/Installation_Repository_Manager.cpp:
        * tools/Artifact_Installation/Installation_Repository_Manager_Impl.cpp:
        * tools/Config_Handlers/ADD_Handler.cpp:
        * tools/Config_Handlers/Any_Handler.cpp:
        * tools/Config_Handlers/CCD_Handler.cpp:
        * tools/Config_Handlers/CEPE_Handler.cpp:
        * tools/Config_Handlers/CPD_Handler.cpp:
        * tools/Config_Handlers/CRDD_Handler.cpp:
        * tools/Config_Handlers/ComponentPropertyDescription_Handler.cpp:
        * tools/Config_Handlers/DD_Handler.cpp:
        * tools/Config_Handlers/DP_Handler.cpp:
        * tools/Config_Handlers/DP_PCD_Handler.cpp:
        * tools/Config_Handlers/DataType_Handler.h:
        * tools/Config_Handlers/DataType_Handler.cpp:
        * tools/Config_Handlers/DnC_Dump.h:
        * tools/Config_Handlers/DnC_Dump.cpp:
        * tools/Config_Handlers/DnC_Dump_T.cpp:
        * tools/Config_Handlers/Dump_Obj.h:
        * tools/Config_Handlers/Dump_Obj.cpp:
        * tools/Config_Handlers/DynAny_Handler/DynAlias_Handler.cpp:
        * tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp:
        * tools/Config_Handlers/DynAny_Handler/DynEnum_Handler.cpp:
        * tools/Config_Handlers/DynAny_Handler/DynSequence_Handler.cpp:
        * tools/Config_Handlers/DynAny_Handler/DynStruct_Handler.cpp:
        * tools/Config_Handlers/ERE_Handler.cpp:
        * tools/Config_Handlers/ESD_Handler.cpp:
        * tools/Config_Handlers/IDD_Handler.cpp:
        * tools/Config_Handlers/IDREF_Base.cpp:
        * tools/Config_Handlers/ID_Handler.cpp:
        * tools/Config_Handlers/IRDD_Handler.cpp:
        * tools/Config_Handlers/MDD_Handler.cpp:
        * tools/Config_Handlers/PCD_Handler.cpp:
        * tools/Config_Handlers/PL_Handler.cpp:
        * tools/Config_Handlers/PSPE_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/CAD_Handler.h:
        * tools/Config_Handlers/Package_Handlers/CAD_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/CID_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/CPD_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.h:
        * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/IAD_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/NIA_Handler.h:
        * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp:
        * tools/Config_Handlers/Package_Handlers/PC_Intf.cpp:
        * tools/Config_Handlers/Package_Handlers/SID_Handler.cpp:
        * tools/Config_Handlers/Property_Handler.cpp:
        * tools/Config_Handlers/RDD_Handler.cpp:
        * tools/Config_Handlers/Req_Handler.cpp:
        * tools/Config_Handlers/STD_CID_Handler.h:
        * tools/Config_Handlers/STD_CID_Handler.cpp:
        * tools/Config_Handlers/STD_CPD_Handler.cpp:
        * tools/Config_Handlers/STD_PC_Intf.cpp:
        * tools/Config_Handlers/SatisfierProperty_Handler.cpp:
        * tools/Config_Handlers/XML_File_Intf.cpp:
        * tools/Convert_Plan/Convert_Plan.cpp:
        * tools/Convert_Plan/Convert_Plan_Impl.h:
        * tools/Convert_Plan/Convert_Plan_Impl.cpp:
        * tools/Split_Plan/Locality_Splitter.h:
        * tools/Split_Plan/Locality_Splitter.cpp:
        * tools/Split_Plan/Node_Splitter.h:
        * tools/Split_Plan/Node_Splitter.cpp:
        * tools/Split_Plan/Split_Plan.h:
        * tools/Split_Plan/Split_Plan.cpp:
        * tools/Split_Plan/Split_Plan_exec.cpp:
        * tools/Split_Plan/Sub_UUID_Generator.h:
        * tools/System_Health/Daemon/SHS_Daemon.cpp:
        * tools/System_Health/Daemon/SHS_Daemon_Impl.cpp:
        * tools/System_Health/Interceptors/SHS_CORBA_Transport.cpp:
        * tools/System_Health/Interceptors/SHS_Interceptor.h:
        * tools/System_Health/Interceptors/SHS_Interceptor.cpp:
        * tools/System_Health/Interceptors/SHS_Transport.h:
        * tools/System_Health/SHS_DataModel.idl:

          Updates from the re-arrangement.

Thu Sep 23 17:24:01 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/dance_config_handlers_base.mpb:
        * tools/Config_Handlers:
        * tools/Config_Handlers/Config_Handlers.mpc:

          Moved Config handlers to tools subdirectory.

        * Config_Handlers:

          Removed.

Thu Sep 23 16:17:03 UTC 2010  Adam Mitz  <mitza@ociweb.com>

        * rules.dance.GNU:

          Updated setting the shared library version numbers to match the
          recent change to gnu.mpd and rules.lib.GNU.

Wed Sep 22 14:10:38 UTC 2010  Adam Mitz  <mitza@ociweb.com>

        * tools/XML/XML.mpc:

          Header file was renamed without changing the mpc file.

Wed Sep 22 08:53:17 UTC 2010  Marcel Smit  <msmit@remedy.nl>

        * tests/LocalityManager/ExplicitExec/run_test.pl:
        * tests/LocalityManager/ProcessName/run_test.pl:
        * tests/LocalityManager/SpawnMultiple/run_test.pl:
        * tests/LocalityManager/SpawnOne/run_test.pl:
          Renamed Naming_Service to toa_cosnaming.

Tue Sep 21 13:36:23 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/DAnCE_Utility.cpp:
        * tools/XML/DAnCE_XML_Utils_Export.h:
        * tools/XML/XML.mpc:
        * tools/XML/XML_Error_Handler.h:
        * tools/XML/XML_Helper.h:
        * tools/XML/XML_Helper.tpp:
        * tools/XML/XML_Schema_Resolver.h:
        * tools/XML/XercesString.h:
        * tools/XML/CIAO_XML_Utils_Export.h:
          Updated export macros for Windows

Fri Sep 17 18:52:11 UTC 2010  Adam Mitz  <mitza@ociweb.com>

        * DAnCE/DAnCE_Properties.mpc:

          Set up "make install" commands for rules.dance.GNU.

Fri Sep 17 08:40:30 UTC 2010  Marcel Smit  <msmit@remedy.nl>

        * tests/Config_Handlers/test.cdp:
        * tests/DeploymentPlanDump/CcmDance2-host1.cdp:
        * tests/DeploymentPlanDump/CcmDance2-host2.cdp:
        * tests/DeploymentPlanDump/CcmDance2.cdp:
        * tests/DeploymentPlanDump/CcmDance4-host1.cdp:
        * tests/DeploymentPlanDump/CcmDance4-host2.cdp:
        * tests/DeploymentPlanDump/NewCcmDance1.cdp:
        * tests/LocalityManager/ExplicitExec/Deployment.cdp:
        * tests/LocalityManager/ProcessName/Deployment.cdp:
        * tests/LocalityManager/SpawnMultiple/Deployment.cdp:
        * tests/LocalityManager/SpawnOne/Deployment.cdp:
        * tests/Parsing/InvalidConfigPropValueDeclaration.cdp:
        * tests/Parsing/InvalidConnection.cdp:
        * tests/Parsing/InvalidDatatypeValue.cdp:
        * tests/Parsing/InvalidElement.cdp:
        * tests/Parsing/InvalidReference.cdp:
          Added Id string.

Tue Sep 14 11:28:54 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * etc/DAnCE.doxygen:
          Updated input path

Sun Sep 12 19:21:42 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * rules.dance.GNU:

          Fixes.

Sun Sep 12 18:47:31 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * rules.dance.GNU:

          Adapted from CIAO.

Fri Sep 10 17:19:34 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * bin/dance_tests.lst:

          Moved appropriate tests to CIAO list.

Fri Sep 10 17:19:06 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/dance_stub.mpb:

          Add DANCE_ROOT as an include.

Fri Sep 10 17:18:26 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/IDL3_to_XMI:

          MOved back to CIAO.

Fri Sep 10 15:40:42 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * Config_Handlers/ADD_Handler.cpp:
        * Config_Handlers/Any_Handler.cpp:
        * Config_Handlers/CCD_Handler.cpp:
        * Config_Handlers/CEPE_Handler.cpp:
        * Config_Handlers/CPD_Handler.cpp:
        * Config_Handlers/CRDD_Handler.cpp:
        * Config_Handlers/ComponentPropertyDescription_Handler.cpp:
        * Config_Handlers/DD_Handler.cpp:
        * Config_Handlers/DP_Handler.cpp:
        * Config_Handlers/DP_PCD_Handler.cpp:
        * Config_Handlers/DataType_Handler.h:
        * Config_Handlers/DataType_Handler.cpp:
        * Config_Handlers/DnC_Dump.h:
        * Config_Handlers/DnC_Dump.cpp:
        * Config_Handlers/Dump_Obj.h:
        * Config_Handlers/ERE_Handler.cpp:
        * Config_Handlers/ESD_Handler.cpp:
        * Config_Handlers/IDD_Handler.cpp:
        * Config_Handlers/IDREF_Base.cpp:
        * Config_Handlers/ID_Handler.cpp:
        * Config_Handlers/IRDD_Handler.cpp:
        * Config_Handlers/MDD_Handler.cpp:
        * Config_Handlers/PCD_Handler.cpp:
        * Config_Handlers/PL_Handler.cpp:
        * Config_Handlers/PSPE_Handler.cpp:
        * Config_Handlers/Package_Handlers/CAD_Handler.h:
        * Config_Handlers/Package_Handlers/CAD_Handler.cpp:
        * Config_Handlers/Package_Handlers/CID_Handler.cpp:
        * Config_Handlers/Package_Handlers/CPD_Handler.cpp:
        * Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.h:
        * Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp:
        * Config_Handlers/Package_Handlers/IAD_Handler.cpp:
        * Config_Handlers/Package_Handlers/NIA_Handler.h:
        * Config_Handlers/Package_Handlers/PCD_Handler.cpp:
        * Config_Handlers/Package_Handlers/PC_Intf.cpp:
        * Config_Handlers/Package_Handlers/SID_Handler.cpp:
        * Config_Handlers/Property_Handler.cpp:
        * Config_Handlers/RDD_Handler.cpp:
        * Config_Handlers/Req_Handler.cpp:
        * Config_Handlers/STD_CID_Handler.h:
        * Config_Handlers/STD_CID_Handler.cpp:
        * Config_Handlers/STD_CPD_Handler.cpp:
        * Config_Handlers/STD_PC_Intf.cpp:
        * Config_Handlers/SatisfierProperty_Handler.cpp:
        * Config_Handlers/XML_File_Intf.cpp:
        * DAnCE/DAnCE_ArtifactInstallation.idl:
        * DAnCE/DAnCE_Utility.h:
        * Deployment/Deployment_Application.idl:
        * Deployment/Deployment_ApplicationManager.idl:
        * Deployment/Deployment_Connection.idl:
        * Deployment/Deployment_Data.idl:
        * Deployment/Deployment_DeploymentPlan.idl:
        * Deployment/Deployment_DomainApplication.idl:
        * Deployment/Deployment_DomainApplicationManager.idl:
        * Deployment/Deployment_ExecutionManager.idl:
        * Deployment/Deployment_NodeApplication.idl:
        * Deployment/Deployment_NodeApplicationManager.idl:
        * Deployment/Deployment_NodeManager.idl:
        * Deployment/Deployment_Packaging_Data.idl:
        * Deployment/Deployment_RepositoryManager.idl:
        * Deployment/Deployment_ResourceCommitmentManager.idl:
        * Deployment/Deployment_TargetData.idl:
        * Deployment/Deployment_TargetManager.idl:
        * DomainApplication/Domain_Application_Impl.cpp:
        * DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DomainApplicationManager/Node_Locator.h:
        * DomainApplicationManager/Node_Locator.cpp:
        * ExecutionManager/ExecutionManager_Impl.cpp:
        * ExecutionManager/ExecutionManager_Module.cpp:
        * ExecutionManager/Execution_Manager.cpp:
        * LocalityManager/Configuration/CPU_Affinity.cpp:
        * LocalityManager/Configuration/Process_Name.cpp:
        * LocalityManager/Configuration/Process_Priority.cpp:
        * LocalityManager/Daemon/Locality_Manager.cpp:
        * LocalityManager/Daemon/Locality_Manager_Task.cpp:
        * LocalityManager/Handler/LocalityActivator_Impl.cpp:
        * LocalityManager/Handler/Plugin_Conf.cpp:
        * LocalityManager/Interceptors/Best_Effort.cpp:
        * LocalityManager/Interceptors/Standard_Error.cpp:
        * LocalityManager/Scheduler/Events/Action_Base.cpp:
        * NodeApplication/NodeApplication_Impl.cpp:
        * NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * NodeManager/NodeManager_Impl.cpp:
        * NodeManager/Node_Manager.cpp:
        * NodeManager/Node_Manager_Module.h:
        * NodeManager/Node_Manager_Module.cpp:
        * Plan_Launcher/Daemon/PL_Daemon.cpp:
        * Plan_Launcher/EM_Launcher.h:
        * Plan_Launcher/NM_Launcher.h:
        * Plan_Launcher/Plan_Launcher.cpp:
        * Plan_Launcher/Plan_Launcher_Base.h:
        * Plan_Launcher/Plan_Launcher_Base_Impl_T.h:
        * Plan_Launcher/Plan_Launcher_Base_Impl_T.cpp:
        * RepositoryManager/PC_Updater.h:
        * RepositoryManager/PC_Updater.cpp:
        * RepositoryManager/RM_Helper.h:
        * RepositoryManager/RM_Helper.cpp:
        * RepositoryManager/RepositoryManager.mpc:
        * RepositoryManager/RepositoryManagerDaemon.idl:
        * RepositoryManager/RepositoryManager_Impl.cpp:
        * RepositoryManager/Repository_Manager.cpp:
        * RepositoryManager/Repository_Manager_Module.cpp:
        * RepositoryManager/URL_Parser.cpp:
        * RepositoryManager/ZIP_Wrapper.cpp:
        * RepositoryManager/repository_manager_admin.cpp:
        * RepositoryManager/repository_manager_admin_exec.cpp:
        * TargetManager/DomainDataManager.cpp:
        * TargetManager/ResourceCommitmentManager.h:
        * TargetManager/ResourceCommitmentManager.cpp:
        * TargetManager/Target_Manager.cpp:
        * TargetManager/Target_Manager_Module.cpp:
        * tests/Config_Handlers/DynAny_Handler/test.cpp:
        * tests/Config_Handlers/Package_Handlers/test.cpp:
        * tests/Config_Handlers/test.cpp:
        * tests/DeploymentPlanDump/test.cpp:
        * tests/DeploymentPlanTestReferences/test.cpp:
        * tests/DeploymentTest1/test.cpp:
        * tests/NodeApplicationManager-NodeApplication/test.cpp:
        * tests/NodeManager-NodeApplicationManager/test.cpp:
        * tests/Parsing/domain.cpp:
        * tests/Parsing/test.cpp:
        * tests/TargetManager/CmpClient.cpp:
        * tools/Artifact_Installation/Artifact_Installation.mpc:
        * tools/Artifact_Installation/Artifact_Installation_Handler_Svc.cpp:
        * tools/Artifact_Installation/Artifact_Installation_Impl.cpp:
        * tools/Artifact_Installation/Artifact_Installation_exec.cpp:
        * tools/Artifact_Installation/DAnCE_Artifact_Installation_Handler.idl:
        * tools/Artifact_Installation/File_Installation_Handler.cpp:
        * tools/Artifact_Installation/Http_Installation_Handler.cpp:
        * tools/Artifact_Installation/Installation_Repository_Manager.cpp:
        * tools/Artifact_Installation/Installation_Repository_Manager_Impl.cpp:
        * tools/Convert_Plan/Convert_Plan.cpp:
        * tools/Split_Plan/Locality_Splitter.cpp:
        * tools/Split_Plan/Node_Splitter.cpp:
        * tools/Split_Plan/Split_Plan.cpp:
        * tools/Split_Plan/Split_Plan_exec.cpp:
        * tools/System_Health/Daemon/SHS_Daemon.cpp:
        * tools/System_Health/Daemon/SHS_Daemon_Impl.cpp:
        * tools/System_Health/Interceptors/SHS_CORBA_Transport.cpp:
        * tools/System_Health/Interceptors/SHS_Interceptor.cpp:

          Fixed includes such as DAnCE/Deployment and DAnCE/Logger to
          drop DAnCE prefix.  Also removed CIAO logger initialization.

Fri Sep 10 15:37:10 UTC 2010  William Otte  <wotte@zifnab>

        * tools/IDL3_to_XMI:

          Moving back to CIAO.

Fri Sep 10 15:10:35 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DAnCE_Core.mpc:
        * DAnCE/DAnCE_Properties.mpc:
        * Deployment/Deployment_Core.mpc:
        * LocalityManager/Daemon/Locality_Manager.mpc:
        * LocalityManager/Interceptors/Error_Interceptors.mpc:
        * MPC/config/dance_deployment_stub.mpb:
        * MPC/config/danceidldefaults.mpb:
        * MPC/config/dancelib_with_idl.mpb:
        * NodeManager/NodeManager.mpc:
        * Plan_Launcher/Daemon/PL_Daemon.mpc:
        * tests/Config_Handlers/DynAny_Handler/test.mpc:
        * tests/NameServiceTest/NameServiceTest.mpc:
        * tests/TargetManager/TM_Client.mpc:
        * tools/System_Health/Daemon/SHS_Daemon.mpc:
        * tools/System_Health/Interceptors/SHS_Interceptor.mpc:
        * tools/System_Health/System_Health.mpc:

          Resolved MPC errors from CIAO separation.

Fri Sep 10 15:09:04 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/LocalityManager/CPUAffinity:
        * tests/LocalityManager/CommandlinePassage:
        * tests/LocalityManager/UnexpectedShutdown:
        * tests/Parsing/PlanLauncher:

          Moved these tests to CIAO.

Fri Sep 10 14:43:35 UTC 2010  William Otte  <wotte@zifnab>

        * .:

         Moved DAnCE to root of DOC Repository.

Thu Sep  9 14:25:19 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/IDL3_to_XMI/Bug_3607_Regression/run_test.pl:
        * tests/IDL3_to_XMI/IDL2XMI_Test/run_test.pl:
        * tests/IDL3_to_XMI/XMI_For_Array/run_test.pl:
        * tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl:
        * tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl:
        * tests/IDL3_to_XMI/XMI_For_Native/run_test.pl:
        * tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl:

          Corrected path to binary.

Thu Sep  9 11:15:16 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * RepositoryManager/RepositoryManager_Impl.cpp:

          Compile fix.

Thu Sep  9 00:22:51 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DAnCE_Core.mpc:

          Added Version.h to stub project.

        * DAnCE/install_versionh.mpc:

          Removed this file.

Wed Sep  8 15:29:55 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * bin/dance_tests.lst:
        * tests/CIAO:

          Moved all CIAO specific tests to CIAO.

Wed Sep  8 15:07:04 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * bin/dance_tests.lst:

          Added IDL3_to_XMI tests.

Wed Sep  8 15:05:25 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * NEWS:

          Added a news file.

Wed Sep  8 15:04:34 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/dance.mpb:
        * MPC/config/dance_deployment_skel.mpb:
        * MPC/config/dance_deployment_stub.mpb:

          Removed references to CIAO_ROOT.

        * Logger/Logger_Service.h:

          Fallout from above change.

Wed Sep  8 15:03:22 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/IDL3_to_XMI:
        * tools/IDL3_to_XMI:
        * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc:
        * tools/IDL3_to_XMI/IDL3_to_XMI_visitor.h:
        * tools/IDL3_to_XMI/IDL3_to_XMI_visitor.cpp:
        * tools/IDL3_to_XMI/IR_Simulator_visitor.h:
        * tools/IDL3_to_XMI/IR_Simulator_visitor.cpp:
        * tools/IDL3_to_XMI/Literals.h:
        * tools/IDL3_to_XMI/Literals.cpp:
        * tools/IDL3_to_XMI/be_produce.cpp:
        * tests/IDL3_to_XMI/IDL2XMI_Test/IDL2XMI_Test.mpc:
        * tests/IDL3_to_XMI/IDL2XMI_Test/XML_Helper.h:
        * tests/IDL3_to_XMI/IDL2XMI_Test/XML_Helper.cpp:
        * tests/IDL3_to_XMI/IDL2XMI_Test/xmlvalidator.cpp:

          Moved IDL3_to_XMI to DAnCE.

Wed Sep  8 14:59:18 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * Config_Handlers/*:

          Moved config handlers into the DAnCE namespace.

        * tools/XML:
        * tools/XML/XML.mpc:
        * tools/XML/XML_Error_Handler.h:
        * tools/XML/XML_Error_Handler.cpp:
        * tools/XML/XML_Helper.h:
        * tools/XML/XML_Helper.tpp:
        * tools/XML/XML_Schema_Resolver.h:
        * tools/XML/XML_Schema_Resolver.tpp:
        * tools/XML/XML_Schema_Resolver.cpp:
        * tools/XML/XercesString.h:
        * tools/XML/XercesString.cpp:

          Moved XML utils from CIAO.

        * MPC/config/dance_config_handlers.mpb:
        * MPC/config/dance_config_handlers_base.mpb:
        * MPC/config/dance_xml_utils.mpb:

          Updated to reflect move of XML Utils from CIAO.

        * TargetManager/DomainDataManager.cpp:
        * tests/DeploymentPlanDump/test.cpp:
        * tests/DeploymentPlanTestReferences/test.cpp:
        * tests/DeploymentTest1/test.cpp:
        * tests/NameServiceTest/clt_main.cpp:
        * tests/NameServiceTest/srv_main.cpp:
        * tests/Parsing/domain.cpp:
        * tests/Parsing/test.cpp:
        * tools/Convert_Plan/Convert_Plan_Impl.cpp:

          Fallout from the namespace change.

Wed Sep  8 14:57:25 UTC 2010  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Version.h:
        * DAnCE/install_versionh.mpc:
        * DAnCE_TAO.mwc:
        * PROBLEM-REPORT-FORM:
        * VERSION:

          Initial files necessary to make DAnCE separate from CIAO.

Tue Sep  7 11:46:09 UTC 2010  Marcel Smit  <msmit@remedy.nl>

        * LocalityManager/Handler/LocalityActivator_Impl.cpp:
        * NodeManager/Node_Manager_Module.cpp:
          Optimized logging

Sun Sep  5 18:17:13 UTC 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/DAnCE/DAnCE_Properties.idl:
          Doxygen changes

        * DAnCE/DAnCE/DAnCE_Utility.h:
          Doxygen and layout changes

        * DAnCE/LocalityManager/Configuration/CPU_Affinity.cpp:
        * DAnCE/LocalityManager/Configuration/Process_Name.cpp:
          Const changes

        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
          Initialise pointer with 0

Sat Sep 04 11:30:18 CEST 2010  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 0.8.2 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: