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 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 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.