
0.6.6 (29 May 2004)

	* Use dependency tracking in Makefile's because cscc supports it.
	* Make word sizes dynamic, and remove __WORDSIZE.
	* Implement "fcntl".
	* Implement the basic infrastructure for socket and netdb functions.
	* Import inet* routines from glibc.
	* Mismatched definitions for __pt_thread_run and __syscall_seek (Gopal V).

0.6.4 (13 March 2004)

	* Time functions.
	* Use "__declspec(thread)" to mark thread-specific variables.
	* Signal handling functions.
	* Move the pthread routines out of libc into a separate library.
	* Implement the rest of libpthread.
	* Group file functions (e.g. "getgrent").
	* Clean up the mmap-related stubs.
	* Implement strerror, strsignal, perror, and psignal.
	* Number conversion routines like atoi, strtod, etc.
	* Remove "__module" and "__csharp__" as they are deprecated.
	* Use the new-style syntax for accessing the C# library.
	* Add <assembly/foo.h> files for importing C# assemblies.
	* Add <csharp.h> to provide handy definitions for C# interoperation.
	* Remove support for memory models as they are no longer required.
	* Stub out some of the locale routines.
	* Add pnetc.spec.in (Russell Stuart).
	* Detect "ilranlib" correctly in "configure.in".

0.6.2 (3 January 2004)

	* Use the new assembly cache for installations.
	* Fix the "missing" script.

0.6.0 (15 October 2003)

	* No change - re-released to match version numbers with pnet/pnetlib.

0.5.12 (4 September 2003)

	* Stub out mmap-related system calls (Mario D.Santana).
	* Implement dirent-style functions (Richard Baumann).
	* Implementation of getenv (Mario D. Santana).

0.5.10 (26 July 2003)

	* Began porting the glibc version of stdio into pnetC.
	* Use the "Type::Method" syntax instead of "__invoke__".
	* Make sure that autoconf detects cscc as a cross-compiler.
	* Move the include files from ${prefix}/lib to ${prefix}/share.

0.5.8 (17 June 2003)

	* No change - re-released to match version numbers with pnet/pnetlib.

0.5.6 (3 May 2003)

	* No change - re-released to match version numbers with pnet/pnetlib.

0.5.4 (29 March 2003)

	* Implement some of the ANSI C time routines.

0.5.0 (11 January 2003)

	* Bring the version number into sync with "pnet".
	* Build fixes related to moving assemblies out of "pnet" into "pnetlib".
	* Fake password file library.
	* Stub out pthread-style mutexes to help in building thread-safe code.

0.0.2 (2 September 2002)

	* Initial formal release of "pnetC".
