* new-features.xml (ov-new1.7.19): Add mandatory locking.
This commit is contained in:
parent
a24ad2c346
commit
40cc0986e3
|
@ -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>
|
2013-05-23 Warren Young <warren@etr-usa.com>
|
||||||
|
|
||||||
* xidepend: New script, generates Makefile.dep from top-level XML
|
* xidepend: New script, generates Makefile.dep from top-level XML
|
||||||
|
|
|
@ -26,6 +26,11 @@ option.
|
||||||
Add support for AFS filesystem.
|
Add support for AFS filesystem.
|
||||||
</para></listitem>
|
</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>
|
<listitem><para>
|
||||||
New APIs: __b64_ntop, __b64_pton, arc4random, arc4random_addrandom,
|
New APIs: __b64_ntop, __b64_pton, arc4random, arc4random_addrandom,
|
||||||
arc4random_buf, arc4random_stir, arc4random_uniform.
|
arc4random_buf, arc4random_stir, arc4random_uniform.
|
||||||
|
|
Loading…
Reference in New Issue