From 71906368e5c2b34a8bb98ea7418c52369f7a050f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 23 Jan 2015 14:59:44 +0000 Subject: [PATCH] * new-features.xml (ov-new1.7.34): Add extension of gethostbyname2. Add sockatmark. --- winsup/doc/ChangeLog | 6 ++++++ winsup/doc/new-features.xml | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 304e3ec01..752dd52a3 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,9 @@ +2015-01-23 Pierre A. Humblet + Corinna Vinschen + + * new-features.xml (ov-new1.7.34): Add extension of gethostbyname2. + Add sockatmark. + 2015-01-20 Corinna Vinschen * posix.xml (std-susv4): Move sockatmark here from std-notimpl. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 2a20d9aeb..464f92a76 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -35,6 +35,11 @@ Add -k/--remove-default option to setfacl to remove all default ACL entries from an ACL. + +Make gethostbyname2 handle numerical host addresses as well as the +reserved domain names "localhost" and "invalid" per RFC 6761. + + Revamp Solaris ACL implementation to more closely work like POSIX ACLs are supposed to work. Finally implement a CLASS_OBJ emulation. Update @@ -73,6 +78,10 @@ fputws_unlocked, fread_unlocked, fwrite_unlocked, getwc_unlocked, getwchar_unlocked, putwc_unlocked, putwchar_unlocked. + +New API: sockatmark. + + -- 2.43.5