diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-01-23 14:59:44 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-01-23 14:59:44 +0000 |
commit | 71906368e5c2b34a8bb98ea7418c52369f7a050f (patch) | |
tree | a3fd3e8fe2c5ab49cff18fa17563f273f5df47a5 /winsup | |
parent | a7b066ffe3df4e0dff821c13382fd1732888864e (diff) | |
download | cygnal-71906368e5c2b34a8bb98ea7418c52369f7a050f.tar.gz cygnal-71906368e5c2b34a8bb98ea7418c52369f7a050f.tar.bz2 cygnal-71906368e5c2b34a8bb98ea7418c52369f7a050f.zip |
* new-features.xml (ov-new1.7.34): Add extension of gethostbyname2.
Add sockatmark.
Diffstat (limited to 'winsup')
-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> |