summaryrefslogtreecommitdiff
path: root/ciao_core_2/CIAO/ChangeLog
blob: 5be5fc23877551773e876e51b2969960ebcc5098 (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
Mon Feb 19 19:32:34 UTC 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/Container_Base.cpp
        
          Cosmetic format changes.
        
        * ciao/CCM_Context.idl
        
          re-added removed comment.
        
Mon Feb 19 19:25:06 UTC 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ccd.hpp
        * cid.cpp
        * pcd.cpp
        * Deployment.hpp
        * toplevel.cpp
        * cdd.hpp
        * Basic_Deployment_Data.cpp
        * cdp.hpp
        * cpd.hpp
        * CIAO_Events/CIAOEvents.cpp
        * CIAO_Events/CIAOEvents.hpp
        * ccd.cpp
        * iad.hpp
        * cid.hpp
        * pcd.hpp
        * Deployment.cpp
        * cdd.cpp
        * toplevel.hpp
        * RT-CCM/CIAOServerResources.hpp
        * RT-CCM/CIAOServerResources.cpp
        * cdp.cpp
        * cpd.cpp
        * Basic_Deployment_Data.hpp
        * iad.cpp
        
        * docs/schema/cid.xsd
        * docs/schema/cpd.xsd
        
          Changed include ordering. 
        
        * docs/schema/Basic_Deployment_Data.xsd
         
          Added elements to support sequence, struct, and valuetypes
          in the schema.
        
Mon Feb 19 19:20:35 UTC 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * Package_Handlers/PCD_Handler.cpp
          
          Changed to reflect slight change in schema.
        
        * CIAO_Events/CIAO_Events_Handlers.mpc
        * Config_Handlers.mpc
        * RT-CCM/RT-CCM-Handlers.mpc

          Updated to include XSC generation.
        
Mon Feb 19 15:30:04 UTC 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * MPC/config/xscdefaults.mpb
        * tools/Config_Handlers/Config_Handlers.mpc
        
          Added a custom type to MPC to handle XSC generation.
        
Wed Feb  7 21:16:36 UTC 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/Deployment_Data.idl
        * ciao/Deployment_ApplicationManager.idl
        * ciao/CCM_CCMException.idl
        * ciao/Deployment_Application.idl
        * ciao/Context_Impl_Base.h
        * ciao/Deployment.idl
        * ciao/Context_Impl_Base.cpp
        * ciao/Deployment_NodeApplication.idl
        * ciao/Deployment_TargetData.idl
        * ciao/CCM_Events.idl
        * ciao/Deployment_ExecutionManager.idl
        * ciao/Deployment_NodeApplicationManager.idl
        * ciao/CCM_Context.idl
        * ciao/Deployment_Base.idl
        * ciao/Deployment_Packaging_Data.idl
        * ciao/Deployment_DomainApplicationManager.idl
        * ciao/Deployment_Connection.idl
        * ciao/Deployment_TargetManager.idl
        * ciao/Deployment_DeploymentPlan.idl
        * ciao/Deployment_NodeManager.idl
        
          Updated with changes to comply with the 06-02-01 version of the
          DnC spec.  Many of these changes would break the entire toolchain,
          so they are commented out for the time being.  grep for

          @@changed @@add @@delete
        
          to find changes.
          
        * ciao/CCM_Core.mpc
        *ciao/Deployment_DomainApplication.idl
        
         Added DomainApplication interface, completely missing from our IDL.

        

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: