forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog-2.0.1
163 lines (102 loc) · 5.47 KB
/
ChangeLog-2.0.1
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
Fri Oct 23 19:58:26 UTC 2009 Steven Stallion <[email protected]>
* OpenDDS version 2.0.1 released.
Fri Oct 23 19:53:37 UTC 2009 Steven Stallion <[email protected]>
* DDS_release_notes.txt:
* README:
Updated documentation for next release.
Wed Oct 21 17:34:45 UTC 2009 Steven Stallion <[email protected]>
* java/idl2jni/codegen/idl2jni_visitor.h:
* java/idl2jni/codegen/idl2jni_visitor.cpp:
Remoted temporary forward decls in ast_visitor impl; obviated
by TAO 1.7.4 release.
Tue Oct 20 01:36:51 UTC 2009 Scott Harris <[email protected]>
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/publisher/TestDriver.h
Fix build against SunCC with STLport.
Fri Oct 16 18:35:38 UTC 2009 Yan Dai <[email protected]>
* tests/DCPS/FooTest4/Reader.cpp:
Fixed access violation on zero length SampleInfoSeq
returned from read_next_instance or take_next_instance.
Tue Oct 13 22:45:56 UTC 2009 Scott Harris <[email protected]>
* tests/DCPS/FooTest3_0/PubDriver.cpp
Update test per default DataWriter ReliablityQos fix.
Fri Oct 9 20:49:09 UTC 2009 Steven Stallion <[email protected]>
* dds/DCPS/Service_Participant.cpp:
Fixed default DataWriter ReliablityQos policy; default is now RELIABLE
(reported by Scott Harris).
Wed Oct 7 16:07:02 UTC 2009 Paul Calabrese <[email protected]>
* DevGuideExamples/DCPS/Messenger/Publisher.cpp:
* DevGuideExamples/DCPS/Messenger/Subscriber.cpp:
* DevGuideExamples/DCPS/Messenger_ZeroCopy/Publisher.cpp:
* DevGuideExamples/DCPS/Messenger_ZeroCopy/Subscriber.cpp:
Updates to the Developer's Guide examples to make them
more consistent with the OpenDDS 2.0 DevGuide.
* dds/DCPS/DataReaderImpl.cpp:
Clean up an ACE_DEBUG message.
Mon Oct 5 22:34:17 UTC 2009 Steven Stallion <[email protected]>
* java/dds/dcps_java_optional.mpb:
More adjustments for Windows builds.
Mon Oct 5 15:44:59 UTC 2009 Steven Stallion <[email protected]>
* java/idl2jni/codegen/idl2jni_visitor.h:
Added forward decls to fix compilation issues on older releases
of TAO. Due to DOC release practices, there is no way to
conditionally compile changes in the ast_visitor interface.
Don't complain; this is as good as it gets.
Fri Oct 2 21:00:44 UTC 2009 Steven Stallion <[email protected]>
* java/dds/dcps_java_optional.mpb:
Attempted fix for for MPC dependency issues for Java bindings on
Windows platforms.
Fri Oct 2 19:32:24 UTC 2009 Steven Stallion <[email protected]>
* java/jms/src/META-INF/ra.xml:
Updated LICENSE verbiage.
Fri Oct 2 19:19:54 UTC 2009 Steven Stallion <[email protected]>
* java/idl2jni/codegen/idl2jni_visitor.h:
* java/idl2jni/codegen/idl2jni_visitor.cpp:
Added additional virtual functions added by recent commit to
DOC trunk.
Wed Sep 30 05:03:35 UTC 2009 Steven Stallion <[email protected]>
* java/dds/dcps_java_optional.mpb:
Attempted fix for for MPC dependency issues for Java bindings.
Tue Sep 29 16:39:52 UTC 2009 Steven Stallion <[email protected]>
* tests/DCPS/TestFramework/TestFramework_T.h:
* tests/DCPS/TestFramework/TestFramework_T.cpp:
Fixes for Windows and Linux hosts.
Mon Sep 28 21:13:53 UTC 2009 Steven Stallion <[email protected]>
* tests/DCPS/DestinationOrder/TestCase.h:
* tests/DCPS/TestFramework/TestFramework.h:
* tests/DCPS/TestFramework/TestFramework.cpp:
* tests/DCPS/TestFramework/TestFramework.mpc:
* tests/DCPS/TestFramework/TestFramework_T.h:
* tests/DCPS/TestFramework/TestFramework_T.cpp:
TestFramework updates; fixed template issues on non-Solaris
platforms.
Thu Sep 24 21:33:28 UTC 2009 Steven Stallion <[email protected]>
* tests/DCPS/DestinationOrder/DestinationOrder.mpc:
* tests/DCPS/DestinationOrder/TestCase.h:
* tests/DCPS/DestinationOrder/TestCase.cpp:
* tests/DCPS/TestFramework/TestFramework.h:
* tests/DCPS/TestFramework/TestFramework.idl:
* tests/DCPS/TestFramework/TestFramework.cpp:
* tests/DCPS/TestFramework/TestFramework.mpc:
TestFramework updates; converted DestinationOrder test.
Wed Sep 23 23:09:24 UTC 2009 Steven Stallion <[email protected]>
* MPC/config/dcps_test.mpb:
* MPC/config/dcps_test_tcp.mpb:
* tests/DCPS/TestFramework:
* tests/DCPS/TestFramework/Test.idl:
* tests/DCPS/TestFramework/TestFramework.h:
* tests/DCPS/TestFramework/TestFramework.cpp:
* tests/DCPS/TestFramework/TestFramework.mpc:
* tests/DCPS/TestFramework/TestFramework_Export.h:
Initial commit of DCPS TestFramework harness.
Wed Sep 23 21:36:29 UTC 2009 Steven Stallion <[email protected]>
* LICENSE:
Updated LICENSE verbiage.
Wed Sep 23 16:27:08 UTC 2009 Steven Stallion <[email protected]>
* DDS_release_notes.txt:
* README:
Updated documentation for next release.
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: