diff options
-rw-r--r-- | winsup/doc/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 9 |
2 files changed, 15 insertions, 0 deletions
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 <phumblet@phumblet.no-ip.org> + Corinna Vinschen <corinna@vinschen.de> + + * new-features.xml (ov-new1.7.34): Add extension of gethostbyname2. + Add sockatmark. + 2015-01-20 Corinna Vinschen <corinna@vinschen.de> * 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 @@ -36,6 +36,11 @@ from an ACL. </para></listitem> <listitem><para> +Make gethostbyname2 handle numerical host addresses as well as the +reserved domain names "localhost" and "invalid" per RFC 6761. +</para></listitem> + +<listitem><para> Revamp Solaris ACL implementation to more closely work like POSIX ACLs are supposed to work. Finally implement a CLASS_OBJ emulation. Update getfacl(1)/setfacl(1) accordingly. @@ -73,6 +78,10 @@ fputws_unlocked, fread_unlocked, fwrite_unlocked, getwc_unlocked, getwchar_unlocked, putwc_unlocked, putwchar_unlocked. </para></listitem> +<listitem><para> +New API: sockatmark. +</para></listitem> + </itemizedlist> </sect2> |