ChangeLog in kgio-2.3.0 vs ChangeLog in kgio-2.3.1
- old
+ new
@@ -1,6 +1,28 @@
ChangeLog from http://bogomips.org/kgio.git
+ commit 6d19ebb3a917b566830f8d33e95b1eea2e99658d
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Sun Feb 13 16:50:13 2011 -0800
+
+ kgio 2.3.1 - compatibility fix
+
+ * connect.c: disable AI_NUMERICSERV
+
+ It's not needed since we already verify the service is a
+ numeric port. AI_NUMERICSERV is not available in older glibc
+ (<2.3.4) and probably other old systems.
+
+ commit b30aa658d7b4d946427119b23cfc264cc7172149
+ Author: Eric Wong <normalperson@yhbt.net>
+ Date: Sun Feb 13 16:33:29 2011 -0800
+
+ connect.c: disable AI_NUMERICSERV
+
+ It's not needed since we already verify the service is a
+ numeric port. AI_NUMERICSERV is not available in older glibc
+ (<2.3.4) and probably other old systems.
+
commit f74bcf37ed31611d14aba2d4b4518c6a3dea0f40
Author: Eric Wong <normalperson@yhbt.net>
Date: Wed Feb 9 10:10:36 2011 +0000
kgio 2.3.0 - MSG_PEEK and poll(2) support