]> git.eshelyaron.com Git - emacs.git/commitdiff
Add NEWS entry for "number string" change
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Feb 2016 05:24:29 +0000 (15:54 +1030)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Feb 2016 05:24:29 +0000 (15:54 +1030)
etc/NEWS

index ae503f6db3f1de0a1ef87d82d3764d3500ff5b5d..ec68cce5335d26e48303a46eddd41c58a417ab13 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -47,6 +47,12 @@ to deal with asynchronous sockets is to avoid interacting with them
 until they have changed status to "run".  This is most easily done
 from a process sentinel.
 
+** `make-network-stream' has always allowed :service to be specified
+as a "number string" (i.e., :service "993") when using gethostbyname,
+but has required using a real number (i.e., :service 993) on systems
+without gethostbyname.  This difference has now been eliminated, and
+you can use "number strings" on all systems.
+
 ** It is possible to disable attempted recovery on fatal signals
 
 Two new variables allow to disable attempts to recover from stack