ossp-pkg/sio/ChangeLog 1.3 -> 1.4
--- ChangeLog 2003/02/06 14:45:37 1.3
+++ ChangeLog 2003/06/30 10:36:52 1.4
@@ -11,5 +11,40 @@
This is a list of all changes to OSSP sio.
For a more brief summary please have a look at the NEWS file.
- Initial release 0.9.0 (06-Feb-2003)
+ Changes between 0.9.1 and 0.9.2 (17-Jun-2003 to 30-Jun-2003)
+
+ *) Correctly check the "status" return value of waitpid(3)
+ in the test suite.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Change in the test suite "%08lx" format string to "%d" because the
+ ts library only has a minimal formatting engine and the argument
+ is "int" and not "long" anyway.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Make sure that sio_{bio,sa,zlib}.c are not empty compilation
+ units (not allowed in ISO C) even if BIO, SA or ZLIB support is not
+ activated.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Changed SIZE_T_MAX fallback definition to a more portable variant
+ based on sizeof(size_t) instead of relying on the existance of
+ (non portable) UINT_MAX.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Added GNU autoconf checks for libnsl/libsocket under Solaris.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ *) Upgraded to GNU libtool 1.5
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ Changes between 0.9.0 and 0.9.1 (06-Feb-2003 to 17-Jun-2003)
+
+ *) Support systems that do not define SIZE_T_MAX
+ [Michael van Elst <mlelstv@dev.de.cw.net>]
+
+ Changes between *GENESIS* and 0.9.0 (06-Feb-2003)
+
+ *) Initial Release
+ [Michael van Elst <mlelstv@dev.de.cw.net>]
|
|