diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-08-21 23:50:13 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-08-21 23:50:13 +0000 |
commit | e0ebc7174b1f970efa152d24a23e893d23a0272a (patch) | |
tree | 2ea3ce5f9c81e6f9f8947a43c243508a93489310 | |
parent | Solaris notes (diff) | |
download | ice-e0ebc7174b1f970efa152d24a23e893d23a0272a.tar.bz2 ice-e0ebc7174b1f970efa152d24a23e893d23a0272a.tar.xz ice-e0ebc7174b1f970efa152d24a23e893d23a0272a.zip |
minor fixes
-rw-r--r-- | cpp/CHANGES | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 2278289a78f..599889cbb35 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -30,7 +30,7 @@ Changes since version 1.1.0 - Added Linux/SPARC port from Ferris McCormick. -- Fixed a bug where daemonized Ice::Application wouldn't shutdown +- Fixed a bug where a daemonized Ice::Application wouldn't shutdown properly. - Major Freeze update: @@ -267,8 +267,8 @@ Changes since version 1.1.0 - src/IceUtil/CtrlCHandler.cpp now handles (ignores) EINTR returned by sigwait. -- Added DB_PRIVATE flag to DBEnv->open() on Linux, to be able to use - the Berkeley DB that ships with RedHat 9. +- Added DB_PRIVATE flag to DBEnv->open() on Linux, allowing Ice to use + the Berkeley DB library included with RedHat 9. - Changed the python code for printing output from test clients, so that you get each line as it comes. @@ -276,10 +276,10 @@ Changes since version 1.1.0 - Fixed a bug where daemonized Ice::Application wouldn't shutdown properly. -- Added support for user defined variables in IcePack service and +- Added support for user-defined variables in IcePack service and server descriptors. -- Fixed server side bug with batch oneways or batch datagrams. +- Fixed server-side bug with batch oneways or batch datagrams. Changes since version 1.0.1 --------------------------- |