diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2007-08-21 15:38:52 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2007-08-21 15:38:52 +0000 |
commit | 1ad33495e3a84985ec0723c79d44e04545dd87fd (patch) | |
tree | 54e2ea230cdff50c83d48c685c2d010542e8a654 /ACE/ChangeLog | |
parent | 11690a2188271297494cf31977de7fc1c36d313d (diff) | |
download | ATCD-1ad33495e3a84985ec0723c79d44e04545dd87fd.tar.gz |
Tue Aug 21 15:34:00 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r-- | ACE/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index cd7c313c0ab..3a8b49a673e 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,14 @@ +Tue Aug 21 15:34:00 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com> + + * ace/Service_Config.cpp: + * ace/Service_Gestalt.cpp: + Service_Config::parse_args_i was improperly splitting arguments + that may contain spaces, such as explicit service directives. + This patch addresses that explicitly quoting unknown arguments + being passed on to the Service_Gestalt::parse_args_i. I removed + unparsed args from the gestalt's list of known args, and cleaned + up a bad error message. + Tue Aug 21 15:24:47 UTC 2007 James H. Hill <hillj@isis.vanderbilt.edu> * docs/ace_guidelines.vsmacros: |