2003-05-25 Jeffrey Stedfast * README: Updated. * configure.in: Bumped version to 2.0.8 2003-05-22 Jeffrey Stedfast * gmime/gmime-parser.c (parser_construct_multipart): Fixed to properly handle multiparts which do not end with their own end-boundary. See bug #113527 for details. * gmime/gmime-stream-mmap.h: Removed sys/mman.h and unistd.h from the #includes. These are needed in the ehader and will break the build on win32. * configure.in: Check for sys/param.h * gmime/gmime-utils.c: Only #include sys/param.h if the system has it. If the build environment is win32, #include process.h for pid_t.