diff options
-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 --------------------------- |