summaryrefslogtreecommitdiff
path: root/DAnCE/NEWS
blob: c9fea5d7568c9e037656baf105b39714fff4321e (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
USER VISIBLE CHANGES BETWEEN DAnCE-1.3.3 and DAnCE-1.3.4
========================================================

USER VISIBLE CHANGES BETWEEN DAnCE-1.3.2 and DAnCE-1.3.3
========================================================

USER VISIBLE CHANGES BETWEEN DAnCE-1.3.1 and DAnCE-1.3.2
========================================================

USER VISIBLE CHANGES BETWEEN DAnCE-1.3.0 and DAnCE-1.3.1
========================================================

. DAnCE is now hosted on github (https://github.com/DOCGroup/ATCD).
  As part of the release process we now generate a ChangeLog
  for each release which is stored in the ChangeLogs directory

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.8 and DAnCE-1.3.0
========================================================

. Reduced size of all doxygen documentation by changing the
  type of diagrams shown

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.7 and DAnCE-1.2.8
========================================================

. Any line starting with # in the localityconfig files is
  now handled as comment line.

. All locality manager configuration plugins are now loaded
  by default by the locality manager

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.6 and DAnCE-1.2.7
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.5 and DAnCE-1.2.6
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.4 and DAnCE-1.2.5
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.3 and DAnCE-1.2.4
========================================================

. Fixed handling of bounded strings as part of the cdp.
  For bounded strings now a boundedString element with
  the bound of the string must be specified in the cdp.
  This bound has to match the bound in IDL.

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.2 and DAnCE-1.2.3
========================================================

. Fixes for the Android port

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.1 and DAnCE-1.2.2
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.2.0 and DAnCE-1.2.1
========================================================

. Extended DAnCE Config Handlers to support array

. DAnCE Config Handlers now support <value/> for all
  basic types, will default to 0 or false for boolean

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.9 and DAnCE-1.2.0
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.8 and DAnCE-1.1.9
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.7 and DAnCE-1.1.8
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.6 and DAnCE-1.1.7
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.5 and DAnCE-1.1.6
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.4 and DAnCE-1.1.5
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.3 and DAnCE-1.1.4
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.2 and DAnCE-1.1.3
========================================================

. The XML parsing support libraries has been moved to ACE

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.1 and DAnCE-1.1.2
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.1.0 and DAnCE-1.1.1
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.8 and DAnCE-1.1.0
========================================================

. Added support for specify an additional open_mode for each dance
  plugin. This open mode is than passed to ACE_DLL::open.

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.7 and DAnCE-1.0.8
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.6 and DAnCE-1.0.7
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.5 and DAnCE-1.0.6
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.4 and DAnCE-1.0.5
========================================================

. Fixed some memory leaks

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.3 and DAnCE-1.0.4
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.2 and DAnCE-1.0.3
========================================================

. None

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.1 and DAnCE-1.0.2
========================================================

. Significant re-work of the internal DAnCE logging system.  Many log
  message levels have changed.  Details of the intended logging levels
  may be found in dance/Logger/Log_Macros.h

. The new default logging level in DAnCE is 1 instead of 0.  Messages
  at log level 1 will only be those errors that cause a premature exit
  of the process in question.

. A new logging macro, DANCE_LOG_TRACE has been added to the most
  fine-grained tracing messages.  This can be disabled to improve
  performance and footprint separate from more useful logging messages.

. Added capability to plugin custom log backends into the DAnCE
  logging service.  These backends must be loaded via a svc.conf file
  (please see tools/Logger_Backend/ndds/svc.conf) for an example, and
  are loaded via the DANCE_LOG_BACKEND environment variable or the
  DAnCELogBackend command line option.

. An example Logger Backend written against RTI DDS has been added.
  This backend is still in early stages of development and doesn't take
  advantage of QoS features of DDS.

. Error reporting has been substantially improved, and most exceptions
  should now be propagated to the user with a human-readable error message.

USER VISIBLE CHANGES BETWEEN DAnCE-1.0.0 and DAnCE-1.0.1
========================================================

USER VISIBLE CHANGES BETWEEN DAnCE-0.8.3 and DAnCE-1.0.0
========================================================

. The option --node-map to use a *.dat file for the node manager map
  has been replaced by the --cdd option with as argument a  *.cdd xml file.

USER VISIBLE CHANGES BETWEEN DAnCE-0.8.2 and DAnCE-0.8.3
========================================================

. DAnCE has been made an entirely separate product from CIAO, and has
  been moved from ACE_wrappers/TAO/CIAO/DAnCE to
  ACE_wrappers/TAO/DAnCE.

. The Config Handlers have been moved from the CIAO namespace to the
  DAnCE namespace.