* new-features.sgml (ov-new1.7.10): Document dropped NT4 support.

This commit is contained in:
Corinna Vinschen 2011-04-04 12:25:37 +00:00
parent 6ce541281e
commit 708293f94e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-04 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.10): Document dropped NT4 support.
2011-04-04 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* new-features.sgml (ov-new1.7.10): Document additional information

View File

@ -4,6 +4,10 @@
<itemizedlist mark="bullet">
<listitem><para>
Drop support for Windows NT4.
</para></listitem>
<listitem><para>
Pthread spinlocks. New APIs: pthread_spin_destroy, pthread_spin_init,
pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock.