diff options
author | ZeroC Staff <git@zeroc.com> | 2003-06-13 15:09:18 +0000 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2003-06-13 15:09:18 +0000 |
commit | 97e669eeaa7b4f7f3418f3d23e466f03c84dc75f (patch) | |
tree | 3f5ada202532f6c31ddb5ed0213f55a716595fe6 | |
parent | changed the code to print output from pipes so that you get each line as it (diff) | |
download | ice-97e669eeaa7b4f7f3418f3d23e466f03c84dc75f.tar.bz2 ice-97e669eeaa7b4f7f3418f3d23e466f03c84dc75f.tar.xz ice-97e669eeaa7b4f7f3418f3d23e466f03c84dc75f.zip |
added comment about changes to TestUtil.py
-rw-r--r-- | cpp/CHANGES | 2 | ||||
-rw-r--r-- | java/CHANGES | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 7dc3319b03e..ef0db968492 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -43,6 +43,8 @@ Changes since version 1.1.0 - added DB_PRIVATE flag to DBEnv->open() on Linux, to be able to use the Berkeley DB that ships with RedHat 9. +- Changed the python code for printing output from test clients, so that you get each line as it comes. + Changes since version 1.0.1 --------------------------- diff --git a/java/CHANGES b/java/CHANGES index 2823c958bc5..165541638d4 100644 --- a/java/CHANGES +++ b/java/CHANGES @@ -16,6 +16,8 @@ Changes since version 1.1.0 - added DB_PRIVATE flag to DBEnv->open(), to be able to use the Berkeley DB that ships with RedHat 9. +- Changed the python code for printing output from test clients, so that you get each line as it comes. + Changes since version 1.0.1 --------------------------- |