blob: b99ced6939a9134f10dbfd3a07d0069d78bd54a5 (
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
|
USER VISIBLE CHANGES BETWEEN DAnCE-1.1.2 and DAnCE-1.1.3
=======================================================
. The XML parsing support libraries have 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.
|