Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocso committed Dec 21, 2016
1 parent 4f80d6a commit b002e9f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,27 @@ implementation, which you may prefer to use.
New Features
------------
The autoconf configuration added in 2.10.0 should be used for all GNU
builds (MinGW, MinGW64, etc). The GNUmakefile has been removed.
builds (MinGW, MinGW64, etc). The redundant GNUmakefiles have been
removed.

Bug Fixes
---------
Various errors in GNUmakefile. Although this file has been removed, the
changes are recorded as commits to the repository for completeness.
Various corrections to GNUmakefile. Although this file has been removed,
for completeness the changes have been recorded as commits to the
repository.
- Kyle Schwarz

MinGW64-w64 defines pid_t as __int64. sched.h now reflects that.
- Kyle Schwarz

Several tests have been fixed that were seen to fail on machines under
load. Other tests that used similar crude mechanisms to synchronise
threads (these are unit tests) had the same improvements applied:
semaphore5.c recognises that sem_destroy can legitimately return
EBUSY; mutex6*.c, mutex7*.c and mutex8*.c all replaced a single
Sleep() with a polling loop.
- Ross Johnson


RELEASE 2.10.0
--------------
Expand Down

0 comments on commit b002e9f

Please sign in to comment.