* new-features.xml (ov-new1.7.19): Add mandatory locking.

This commit is contained in:
Corinna Vinschen 2013-06-02 10:22:56 +00:00
parent a24ad2c346
commit 40cc0986e3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-06-02 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.19): Add mandatory locking.
2013-05-23 Warren Young <warren@etr-usa.com>
* xidepend: New script, generates Makefile.dep from top-level XML

View File

@ -26,6 +26,11 @@ option.
Add support for AFS filesystem.
</para></listitem>
<listitem><para>
Preliminary support for mandatory locking via fcntl, using Windows
locking semantics. New F_LCK_MANDATORY fcntl command.
</para></listitem>
<listitem><para>
New APIs: __b64_ntop, __b64_pton, arc4random, arc4random_addrandom,
arc4random_buf, arc4random_stir, arc4random_uniform.