summaryrefslogtreecommitdiff
path: root/DAnCE/ChangeLog
blob: 8dafe7b2c09dc8d34358e7d8766ef36709c3e2b0 (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
Thu Jun 30 10:36:59 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * docs/Error_Documentation:
        * docs/Error_Documentation/Checked.png:
        * docs/Error_Documentation/Collapsed.png:
        * docs/Error_Documentation/Expanded.png:
        * docs/Error_Documentation/LeafRowHandle.png:
        * docs/Error_Documentation/Mixed.png:
        * docs/Error_Documentation/Unchecked.png:
        * docs/Error_Documentation/blank.png:
        * docs/Error_Documentation/index.html:
        * docs/Error_Documentation/outliner.js:

          Updated error documentation.
        
        * docs/sources/Error_Documentation.oo3:
        * docs/sources/Error_Documentation.oo3/contents.xml:
        
          Source document for the error documentation. 

        * docs/Error_Messages.txt:

          Removed this file.

Thu Jun 23 12:39:08 CEST 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * etc/*.doxygen:
          Disable html help, seems doxygen now disables the search option
          when html help is enabled

Thu Jun 23 13:46:08 CEST 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE version 1.0.3 released.

Tue Jun  7 21:18:05 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/Plan_Launcher/Plan_Launcher.cpp:
        * tests/Plan_Launcher/EM-Delay/run_test_ns.pl:

          Rework the plan launcher options a bit.  --em-ior is back to requiring an
          argument, if no --{em,nm,lm}-ior option is specified, we default to
          name service lookup.

Fri Jun  3 12:07:41 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/dance_tests.lst:
          Fixed location of tests

Thu Jun  2 19:49:24 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/Plan_Launcher/Plan_Launcher.cpp:

          compile fix.

Wed Jun  1 11:14:10 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/Plan_Launcher/Plan_Launcher.cpp:

          New option --manager-timeout which allows the user to indicate
          to the plan_launcher that it should wait a specified number of
          seconds for a manager (e.g., execution_manager) reference to
          become valid before proceeding with deployment.

        * tests/Plan_Launcher:
        * tests/Plan_Launcher/EM-Delay:
        * tests/Plan_Launcher/EM-Delay/run_test.pl:
        * tests/Plan_Launcher/EM-Delay/run_test_ns.pl:
        * bin/dance_tests.lst:

          New test to excercise the new delay on manager reference functionality.

Wed Jun  1 11:10:40 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * dance/ExecutionManager/ExecutionManager_Module.cpp:

          Emit the IOR/register with the naming service closer to ORB
          activation to reduce the possibility of a race condition with
          the plan_launcher.

Wed Jun  1 10:14:38 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * docs/Error_Messages.txt:

          Beginning of error message documentation.

Thu May 26 20:29:54 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * dance/NodeManager/Node_Manager_Module.cpp:
        * dance/RepositoryManager/repository_manager_admin_exec.cpp:
        * tools/Config_Handlers/SatisfierProperty_Handler.cpp:
          Resolved gcc 4.6 warnings. Some variables were declared and assigned
          a value but weren't used after that.

Fri Apr 22 12:41:09 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * tools/Logger_Backend/ndds/svc.conf:
          Fuzz: Added $Id string

Wed Apr 20 09:52:52 CEST 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE version 1.0.2 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: