* new-features.xml (ov-new1.7.34): Add extension of gethostbyname2.

Add sockatmark.
This commit is contained in:
Corinna Vinschen 2015-01-23 14:59:44 +00:00
parent a7b066ffe3
commit 71906368e5
2 changed files with 15 additions and 0 deletions

View File

@ -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.

View File

@ -35,6 +35,11 @@ Add -k/--remove-default option to setfacl to remove all default ACL entries
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
@ -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>