diff options
| author | rpj <rpj> | 2011-03-03 23:37:20 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2011-03-03 23:37:20 +0000 | 
| commit | e470da85f7b9426eea03d66086c2822bf29e9b05 (patch) | |
| tree | b3747768258dc62752612327904be1f1067d5c7f /NEWS | |
| parent | 1170175259781ece4a8d99d517230f4b9ecb7b50 (diff) | |
Some cleanups, mostly x86_64 compat plus interlocked macros
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 17 | 
1 files changed, 16 insertions, 1 deletions
| @@ -1,13 +1,17 @@  CURRENT CVS HEAD Version  RELEASE 2.9.0 pending  ------------- -(2010-??-??) +(2011-??-??)  General  -------  New bug fixes in this release since 2.8.0 have NOT been applied to the  1.x.x series. +Version 2.8.0 may be the last release for some older Windows systems. +Some changes post 2011-02-26 in CVS may not be compatible with pre +Windows 2000 systems. +  Version 1 no longer maintained  ------------------------------  The 1.x.x series is no longer maintained. However, if you really need a @@ -47,6 +51,9 @@ See README.NONPORTABLE for descriptions of these routines.  Bug fixes  --------- +Many more changes for 64 bit systems. +- Kai Tietz +  Various modifications and fixes to build and test for WinCE.  - Marcel Ruff, Sinan Kaya @@ -75,6 +82,14 @@ have slowed barriers down slightly but halves the number of semaphores  consumed per barrier to one.  - Ross Johnson +Fixed a handle leak in sched_[gs]etscheduler. +- Mark Pizzolato + +Removed all of the POSIX re-entrant function compatibility macros from pthread.h. +Some were simply not semanticly correct. +- Igor Lubashev + +  RELEASE 2.8.0  -------------  (2006-12-22) | 
