diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-06-07 16:36:58 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-06-07 16:36:58 +0000 |
commit | 1a40daaa33907922b39f3fa4327ad5f9c79329ff (patch) | |
tree | 4968dbc2d8b1480d8129c70e420f7591476754b0 /cpp | |
parent | fixing bug 910: dumpdb does not handle object cycles (diff) | |
download | ice-1a40daaa33907922b39f3fa4327ad5f9c79329ff.tar.bz2 ice-1a40daaa33907922b39f3fa4327ad5f9c79329ff.tar.xz ice-1a40daaa33907922b39f3fa4327ad5f9c79329ff.zip |
fixing bug 910: dumpdb does not handle object graphs
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index c920ed91ad2..9b29ad4f56a 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,8 @@ Changes since version 3.0.1 --------------------------- +- Fixed a bug in dumpdb so that it handles object graphs correctly. + - Fixed a bug where the proxy timeout, compress flag and connection id attributes would be ignored for direct proxies using a router. |