
2003-02-12  Rhys Weatherley  <rweather@southern-storm.com.au>

	* tools/csccflags.sh: remove some obsolete cscc flags.

	* linpack/Makefile.am, scimark2/Makefile.am, tools/mscsc.sh:
	inhibit some unnecessary cscc warnings.

	* src/Makefile.am, src/pnetmark-run.sh: remove the "make install"
	logic for "pnetmark.exe", as it really doesn't make much sense
	to install it globally.

	* doc/pm_faq.html: update the FAQ to reflect the two new
	benchmarks and the new build system.

	* configure.in, linpack/Makefile.am, scimark2/Makefile.am,
	src/Makefile.am, tools/mscsc.sh: modifications for out
	of tree builds.

	* configure.in, NEWS: update version to 0.0.6 for release.

2003-02-11  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in: separate the compiler and runtime engine
	specifications so that it is possible to build with one
	toolchain and run with another.

	* linpack/Linpack.cs, scimark2/Random.cs, scimark2/Stopwatch.cs:
	use DateTime.Now instead of DateTime.UtcNow, because the Rotor
	version of DateTime.UtcNow is unreliable.

	* README: update the README to reflect the new configure options.

2003-02-10  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in, linpack/Makefile.am, scimark2/Makefile.am,
	src/Makefile.am, tools/mscsc.sh: rearrange the build and run
	system so that it is possible to build and run with pnet,
	mono, or MS tools.

2003-02-09  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in, Makefile.am, scimark2/*: port the SciMark 2.0a
	benchmark from Java to C#.

	* configure.in, Makefile.am, linpack/*: port the Linpack
	benchmark from Java to C#.

2003-01-11  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in: update version to 0.0.4.

2002-12-08  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in: use the mscorlib.dll from pnetlib, not pnet.

	* aclocal.m4, .cvsignore, auto_gen.sh: update the autotools
	system a bit.

	* doc/pm_faq.html: update the FAQ for some build changes and
	to remove references to the obsolete "ilrun_opt" program.

	* configure.in, tools/csccflags.sh: more fixes to find mscorlib.dll
	in the right location.

2002-06-27  Rhys Weatherley  <rweather@southern-storm.com.au>

	* doc/pm_faq.html: more updates to the FAQ.

2002-06-15  Rhys Weatherley  <rweather@southern-storm.com.au>

	* src/Makefile.am, src/pnetmark-run.sh: add install support to
	run pnetmark using clrwrap.

2002-06-12  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in: update version to 0.0.3.

	* configure.in: don't search for "ilrun_opt", because it is
	obsolete since pnet version 0.3.8.

	* src/PNetMark.cs: detect when the engine does not have floating
	point operations, and avoid using FP when so detected.

	* doc/pm_faq.html: polish the FAQ text a little bit.

2002-05-11  Rhys Weatherley  <rweather@southern-storm.com.au>

	* src/PNetMark.cs: compute a total rating after running all benchmarks.

2002-05-10  Rhys Weatherley  <rweather@southern-storm.com.au>

	* src/Version.cs.in: include a "using System" directive.

	* src/Makefile.am: enable optimisation on the compiler command-line.

	* doc/pm_faq.html: write an FAQ for PNetMark.

	* configure.in, src/.cvsignore, src/Makefile.am, tools/dummy-out.sh,
	doc/.cvsignore: generate HTML documentation from the PNetMark sources.

	* README: remove unnecessary documentation that now exists in the FAQ.

2002-05-09  Rhys Weatherley  <rweather@southern-storm.com.au>

	* configure.in, src/.cvsignore, src/Makefile.am, src/PNetMark.cs,
	src/Version.cs.in: insert the version number from configure.in
	into the source.

2002-05-08  Rhys Weatherley  <rweather@southern-storm.com.au>

	* all: move sources into "src"; add autotools support.
