110-19-2005      1.5.2 Release
2		 - Code cleanups by Sebastien Decugis
3		 - Add a patch for cleaner build in cross environment from Joseph S. Myers
4		 - Add a patch to _POSIX_CPUTIME and_POSIX_THREAD_CPUTIME handling from Joseph S. Myers
5		 - Make the aio_read/write tests concerningthe offset maximum return PTS_UNTESTED by Sebastien Decugis
6		 - A patch from Randy.Dunlap to fix shm conformance uninitialzedvariables
7		 - A patch from Randy.Dunlap to fix 2 pthread conformance problems
8		 - The patches for sem_post_5_1 and sem_post_8_1 from Yi Xu
9		 - A patch for sem_close_1_1 from Yi Xu
10		 - A patch from Randy.Dunlap for sem_lock to increase BUF_SIZE to prevent segment fault.
1106-03-2005	1.5.1 Release
12		 - conformance/interfaces/aio_* and
13		   conformance/interface/lio_listio: add new cases and bug
14		   fixes by Sebastien Decugis.
15		 - add execute.sh by B. Thangaraju.
16
1701-05-2005	1.5.0 Release
18
1907-05-2004	1.4.3 Release
20
2107-05-2004	adam.li@intel.com
22		 - functional/schedule/1-1.c 1-2.c: New case by Abhijeet Bisain.
23		 - stress/threads/pthread_cond_timedwait/stress1.c stress2.c:
24		   New case by Sebastien Decugis.
2507-01-2004	adam.li@intel.com
26		 - pthread_attr_setschedparam/1-3.c 1-4.c:
27		   Add test cases by Abhijeet Bisain.
28		 - stress/threads/assertions.xml,
29		   stress/threads/pthread_cond_timedwait/: New case by Sebastien Decugis
3006-29-2004	adam.li@intel.com
31		 - pthread_attr_setinheritsched/2-3.c, 2-4.c
32		 - functional/threads/condvar/, README:
33		   Add test cases by Abhijeet Bisain.
3406-28-2004	adam.li@intel.com
35		 - stress/threads/pthread_mutex_init/, pthread_mutex_lock/,
36		   pthread_cond_init/: Add stress/scalability cases by Sebastien Decugis
3706-22-2004	adam.li@intel.com
38		 - pthread_cond_destroy/speculative/4-1.c, pthread_mutex_destroy/
39		   speculative/4-2.c, pthread_exit/3-1.c:
40		   Add new test case by Abhijeet Bisain
4106-15-2004	adam.li@intel.com
42		 - pthread_cond_init/1-2.c, 2-2.c,4-1.c 4-2.c: Add test case by
43		   Sebastien Decugis.
44		 - pthread_cancel/2-2.c, 2-3.c, 3-3.c: Add test case by
45		   Abhijeet Bisain.
4606-11-2004	adam.li@intel.com
47		 - pthread_cond_signal: Add Sebastien DECUGIS's patch
4806-07-2004	adam.li@intel.com
49		 - locate-test: Remove -printf argument for 'find' for POSIX conformant.
50		 - Makefile: Remove --defined-only option for 'nm' for POSIX conformant.
51		 - sched_yield/1-1.c: Fix warning on 64-bit system.
52		 - pthread_attr_setstacksize/1-1.c, pthread_attr_getstacksize/1-1.c:
53		   Remove the output.
5406-04-2004	adam.li@intel.com
55		 - pthread_attr_getschedparam, pthread_attr_setschedparam:
56		   Add new case by Abhijeet Bisain.
57                 - pthread_attr_s(g)etschedpolicy: Fix. Misuse perror.
5806-02-2004	adam.li@intel.com
59		 - clock_getres/7-1.c,8-1.c: Fix incorrect output, compile warning.
6005-27-2004	adam.li@intel.com
61		 - sigaction/21-1.c: Fix. Add missing posixtest.h
62		 - pthread_rwlock_trylock/3-1.c: Moved to speculative.
6305-27-2004	1.4.2 Release
6405-24-2004      adam.li@intel.com
65                 - mmap/13-1.c: Fix. mmap() will update st_atime().
66                 - sigaction/9-1.c: Fix. Select not block.
67                 - strftime/1-1.c: Fix. %B judgement is not correct.
68                 - mmap/32-1.c: Fix. Change the scenario.
6905-20-2004      adam.li@intel.com
70                 - sched_yield/1-1.c: Fix. Incorrect thread return
71                   status.
72                 - Add test case by Sebastien
73                   Decugis(sebastien.decugis@ext.bull.net)
74                   pthread_mutex_unlock/5-1.c, 5-2.c
75                 - pthread_mutexattr_settype/coverage.txt: Fix.
76                 - behavior/signal.h/18-1.c,19-1.c,20-1.c,21-1.c: Fix
77                   struct stack_t, struct siginfo_t.
7805-13-2004	adam.li@intel.com
79		 - Add case pthread_mutex_init/5-1.c,
80		   pthread_mutex_init/speculative/5-2.c,
81		   pthread_mutex_lock/3-1.c, 4-1.c, 5-1.c
82		   by Sebastien Decugis(sebastien.decugis@ext.bull.net)
83		 - sem_post/8-1.c: Fix. Will leave Zombie process if fail.
8405-10-2004	adam.li@intel.com
85		 - Apply Ulrich Drepper's patch:
86		   sem_post/8-1.c: Add error check and clean up code
87		   pthread_attr_getstackaddr/1-1.c: Fix printf format.
88		   pthread_attr_setstack/2-1.c, pthread_attr_setstackaddr/2-1.c,
89		   pthread_attr_setstacksize/2-1.c: define _GNU_SOURCE correctly.
9005-09-2004	adam.li@intle.com
91		 - Add cases pthread_mutex_init/1-2.c, 3-2.c, 5-3.c
92		   by Sebastien Decugis(sebastien.decugis@ext.bull.net)
9305-01-2004	1.4.1 Release
9404-30-2004	adam.li@intel.com
95		 - sigqueue/12-1.c: Use setuid() instead of seteuid()
96		 - sigqueue/3-1.c: Same as above.
97		 - shm_open/40-1.c: Remove it. This case cannot exit cleanly,
98		   leaving zombie processes.
99		 - shm_open/33-1.c: Remove. Improper scenario.
100		 - shm_open/23-1.c: Rewrite the test scenario.
101		 - pthread_attr_setinheritsched/2-2.c: Bug fix
102		 - pthread_attr_setinheritsched/5-1.c: Remove. Not correct.
103		 - pthread_attr_setscope/5-1.c: Return PTS_UNTESTED
104		 - sched_setparam/23-6.c: Fix the case. It was untested before.
105		 - sched_setscheduler/17-5.c: make -1 as a invalid policy.
106		 - sched_setscheduler/20-1.c: Fix. It was untested before.
10704-29-2004	adam.li@intel.com
108		 - add mq_timedsend/16-1.c: Use CLOCK_REALTIME
109		 - timer_getoverrun/2-3.c: Fix bug. It can pass on glibc now.
11004-23-2004	adam.li@intel.com
111		 - add mmap/11-4.c mmap/11-5.c
112		 - mmap/11-2.c mmap/11-3.c: Misunderstand the spec. Fix.
11304-22-2004	adam.li@intel.com
114		 - pthread_mutexattr_settype/2-1.c: Bug fix
11504-20-2004	adam.li@intel.com
116		 - mmap/24-2.c 11-2.c 11-3.c: Bug fix
11704-04-2004	1.4.0 Release
118		- Add test cases to implement tags: CS, CPT, TCT.
119		- Bug fix from Ulrich Drepper.
120		- Tested on Linux kernel 2.6, and fixed bugs exposed.
12104-30-2003	1.0.0 Release
122		- Complete signals suite
123		- Complete <sched.h> process scheduling suite
124		- Snapshot of threads tests (most of the non-tag associated APIs)
125		- Bug fixes in all areas (including adding "_POSIX_C_SOURCE=200112L" to
126		  the Makefile to make the actual test suite POSIX compliant)
127		- Added QUICK-START document to top-level dir
128		rolla.n.selbak REMOVE-THIS AT intel DOT com
12903-21-2003	0.9.0 Release
130		- More timers bug fixes
131		- Complete semaphores suite (including bug fixes)
132		- snapshot of signals tests (including bug fixes)
133		- Complete message queues suite
134		- Snapshot of threads tests (most of the non-tag associated APIs)
135		- framework bug fixes.  Added the ./run_tests script.
136		rolla.n.selbak REMOVE-THIS AT intel DOT com
13702-10-2003	0.2.0 Release
138		- timers bug fixes
139		- snapshot of semaphores tests
140		- snapshot of signals tests
141		- snapshot of threads tests
142		- framework can build/run functional/stress tests
143		julie.n.fleischer REMOVE-THIS AT intel DOT com
14412-16-2002	0.1.0 Release
145		- timers tests for TMR and CS tags (for timers)
146		julie.n.fleischer REMOVE-THIS AT intel DOT com
147
148