summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-05-16 18:23:43 +0000
committerMark Spruiell <mes@zeroc.com>2003-05-16 18:23:43 +0000
commit2ba0f8efddcc2d0657389cf3be6075e829c2850c (patch)
treed62d9eca196ed35f5e77985c29e345bf3282f187 /cpp
parentreadline needs libtermcap on some systems (diff)
downloadice-2ba0f8efddcc2d0657389cf3be6075e829c2850c.tar.bz2
ice-2ba0f8efddcc2d0657389cf3be6075e829c2850c.tar.xz
ice-2ba0f8efddcc2d0657389cf3be6075e829c2850c.zip
minor edits
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index add39250fcb..e188e189bd8 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -1,10 +1,10 @@
Changes since version 1.0.1
---------------------------
-- In IceUtil, all try and timed function now return false when the
- resource could not be acquired (an expected failure).
- The 'Try' from timedTry functions was removed, and for consistency
- trylock, readlock and writelock functions were renamed tryLock,
+- In IceUtil, all "try" and "timed" functions now return false when the
+ resource could not be acquired (i.e., an expected failure). The "Try"
+ from "timedTry" functions was removed, and for consistency the
+ functions trylock, readlock and writelock were renamed to tryLock,
readLock and writeLock.
- Update to the library versioning scheme: