
For the 94/11/xx release version 1_60

	Additions
		Added recvfrom_timedwait(), and similar calls
		Added thread safe time routines: ctime(), localtime(), ...
		Added thread safe rand routines: rand(), random(), ...
		Added priorities and releated routines: pthread_attr_getschedparam(), 
		Added signals and releated routines:pthread_kill(), sigwait(), ...
		Added mutex attribues and releated routines: pthread_mutexattr_init(), .
		Added abort

		Added counting (recursive) mutexes.
		Added debugging mutexes.
		Added some more tests

		Redid entire thread kernel because of priorities, and signals.
		Test and set instructions no longer necessary for versions
		that don't support kernel threads.

		More debugging by Greg Hudson along with the network lookup routines
		An Alpha port from Ken Raeburn and Sean Levy
		A solaris port from me.
		select() implementations from Sean Levy and Peter Hofmann
		configure from Ken Raeburn
		pthread_init() no longer necessary for systems with G++ from Ken Raeburn
		net code from Greg Hudson including: gethostbyname(), ...

	Bug fixes:
		honor _POSIX_THREAD_DESTRUCTOR_ITERATIONS
		pthread_key_destroy() is really pthread_key_delete()
