summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: 9aae7cf9a8ee98ac703bb43e986368b307bd19f0 (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
Sat Nov 24 14:18:41 UTC 2012  Marcel Smit  <msmit@remedy.nl>

        * tests/Bug_3769_Regression/Foo_exec.cpp:
	  Fuzz : Trailing whitespaces

Fri Nov 23 12:53:17 UTC 2012  Marcel Smit  <msmit@remedy.nl>

        * tests/Bug_3769_Regression/Foo_exec.cpp:
          Fixed fuzz and test.

        * tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp:
          Fixed fuzz.

Fri Nov 23 10:56:41 UTC 2012  Marcel Smit  <msmit@remedy.nl>

        * tests/Bug_3769_Regression/Foo_exec.cpp:
          Minor layout change.

        * tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp:
          Added new attribute.

        * bin/ciao_tests.lst:
        * tests/Bug_3769_Regression/descriptors/run_test_cdr.pl:
          New test: using CDR as input for the plan launcher.

Fri Nov 23 10:28:23 UTC 2012  Marcel Smit  <msmit@remedy.nl>

        * tests/Bug_3769_Regression/Foo.idl:
        * tests/Bug_3769_Regression/Foo_exec.h:
        * tests/Bug_3769_Regression/Foo_exec.cpp:
          Expanded test. Added a struct within a struct which
          is placed in a separate module. checking whether the
          correct values are set.

Mon Nov 19 18:15:16 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/DataReaderListener_T.cpp:
          Layout changes

        * connectors/dds4ccm/impl/DomainParticipantManager.cpp:
          Check for (un)registration of nil domain participants, log
          profile during unregistration

Mon Nov 12 10:07:05 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for next release

Mon Nov 12 09:34:14 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 1.1.6 released.

Fri Oct 12 11:18:03 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/CCM_Transaction.idl:
          Removed old comment

        * ciao/Deployment/Interceptors/Deployment_Interceptors.cpp:
          Fixed some logging statements

Fri Oct 12 10:53:23 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for x.1.5

Fri Oct 12 11:20:25 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 1.1.5 released.

Mon Oct  8 08:02:52 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment/Handlers/Component_Handler.cpp:
        * ciao/Deployment/Handlers/Home_Handler.cpp:
          Fixed logging messages

Fri Oct  5 06:26:38 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Hello_Event/descriptors/run_test_shs.pl:
          Fixed path

Wed Oct  3 06:19:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Session/Session_Container.cpp:
          Fixed typo in error message

        * connectors/dds4ccm/impl/ndds/Topic.cpp:
          layout changes

        * connectors/dds4ccm/tests/Policies/run_test.pl:
        * connectors/dds4ccm/tests/TimeConversion/run_test.pl:
        * connectors/dds4ccm/tests/TypeSupport/run_test.pl:
          Check all return values, directly exit when the test has ended

        * examples/Hello_Event/descriptors/run_test_shs.pl:
          Corrected path of sender

Tue Oct  2 17:50:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/ndds/convertors/StringSeq.h:
        * connectors/dds4ccm/tests/Policies/main.cpp:
        * connectors/dds4ccm/tests/Policies/policies.mpc:
        * connectors/dds4ccm/tests/Policies/string_seq.h:
        * connectors/dds4ccm/tests/Policies/string_seq.cpp:
          Test StringSeq conversion and fixed a bug in the conversion
          from a tao sequence to a RTI sequence

Tue Oct  2 17:29:33 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/ndds/DataReader_T.cpp:
          Only call the RTI narrow with a valid pointer, calling it with
          null causes RTI to log an error

Tue Oct  2 08:27:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Container_Base_T.cpp:
          Simplified logging statement

Tue Oct  2 06:48:39 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Hello_Event/descriptors/run_test.pl:
        * examples/Hello_Event/descriptors/run_test_PlanLocality_DifferentProcesses.pl:
        * examples/Hello_Event/descriptors/run_test_PlanLocality_SameProcess.pl:
        * examples/Hello_Event/descriptors/run_test_shs.pl:
        * examples/Hello_Event/descriptors/run_test_without_ns.pl:
          Updated location of the starter

Mon Oct  1 18:26:08 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/DataReaderListener_T.cpp:
        * connectors/dds4ccm/impl/DataReaderStateListener_T.cpp:
        * connectors/dds4ccm/impl/PortStatusListener.cpp:
        * connectors/dds4ccm/impl/PublisherListener.cpp:
        * connectors/dds4ccm/impl/SubscriberListener.cpp:
        * connectors/dds4ccm/impl/TopicListener.cpp:
          Catch everywhere C++ exceptions and log a CORBA::BAD_INV_ORDER
          at a lower priority, because that is a signal that the system
          is shutting down

Fri Sep 28 09:39:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Hello/Sender/Hello_Sender_exec.h:
          Added missing file

Thu Sep 27 09:29:38 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ciao_tests.lst:
        * examples/Hello:
          Added new Hello test that isn't dependent on CCM events

Thu Sep 27 08:59:45 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ciao_tests.lst:
        * examples/Hello:
        * examples/Hello_Event:
          Renamed Hello to Hello_Event, this version of the
          Hello example uses the CCM events, will add another
          version that just uses facet/receptacles

        * examples/Null_Component/Null_Interface.idl:
          Doxygen change

Tue Sep 25 18:00:53 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment/Handlers/Component_Handler.h:
        * ciao/Deployment/Handlers/Container_Handler.h:
        * ciao/Deployment/Handlers/Home_Handler.h:
        * ciao/Deployment/Handlers/Homed_Component_Handler.h:
          Only locality manager stubs are used here

Fri Sep 21 07:52:43 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/logger/Log_Macros.h:
          Added DDS4CCM_PRINT_CORBA_EXCEPTION also in case there is no
          logging

Thu Sep 20 07:08:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Container_Base_T.cpp:
          Removed not needed ObjectId_to_string, the result is never
          used

        * ciao/Valuetype_Factories/Cookies.h:
          Removed not needed include

Thu Sep 20 07:06:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/DDSCallbackStatusHandler.cpp:
        * connectors/dds4ccm/impl/DataReaderHandler_T.cpp:
        * connectors/dds4ccm/impl/logger/Log_Macros.h:
          During shutdown it can happen that still event handlers are
          registered in the reactor and the DDS entities are already
          removed. At that moment we get BAD_INV_ORDER exceptions which
          is the only case we could get them, log them as warning
          messages at that moment instead of real errors

Wed Aug 29 07:36:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO_TAO.mwc:
        * CIAO_TAO_DAnCE.mwc:
        * CIAO_TAO_DAnCE_OpenDDS.mwc:
        * CIAO_TAO_OpenDDS.mwc:
          Be more specific in what we build

        * tests/tests.mwc:
          Removed this file.

Wed Aug 29 07:34:37 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ChangeLog:
        * ChangeLogs/ChangeLog-2012a:
        * NEWS:
          Prepared for the next release

Wed Aug 29 08:16:04 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

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