ossp-pkg/sa/ChangeLog 1.33 -> 1.34
--- ChangeLog 2004/04/02 18:21:07 1.33
+++ ChangeLog 2004/04/02 18:47:39 1.34
@@ -13,6 +13,15 @@
Changes between 1.1.0 and 1.2.0 (10-Nov-2003 to xx-Apr-2004)
+ o In sa_connect() also select(2) on the socket if EINTR was
+ returned similar to what is done already for EINPROGRESS, because
+ one is not allowed to re-start connect(2) according to STEVENS
+ (Unix Network Programming, volume 1, section 5.9) but instead have
+ to perform the same post-processing under EINTR (under both timeout
+ and non-timeout situations) what we already did for EINPROGRESS (in
+ timeout-aware situation).
+ [Ralf S. Engelschall]
+
o Adjusted all copyright messages for new year 2004.
[Ralf S. Engelschall]
|
|