LATEST in kgio-2.3.0 vs LATEST in kgio-2.3.1
- old
+ new
@@ -1,14 +1,8 @@
-=== kgio 2.3.0 - MSG_PEEK and poll(2) support / 2011-02-09 10:26 UTC
+=== kgio 2.3.1 - compatibility fix / 2011-02-14 00:51 UTC
- recv() with MSG_PEEK for sockets is added with the try*
- interface. SocketMethods#kgio_trypeek and
- SocketMethods#kgio_peek or Kgio.trypeek for non-Kgio-enabled
- sockets.
+ * connect.c: disable AI_NUMERICSERV
- For Ruby 1.9 only: poll(2) is exposed via the Kgio.poll
- singleton method and should provide an alternative for IO.select
- users.
-
- Both of these new features should work well on modern Unix-like
- operating systems.
+ 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.