2005-09-07: v1.3.2

	- patch interp.c for long long constants not supported in gcc 3.3
	- patch jni.h with #ifndef/#define ... #endif for builds of java-gnome  
	- patch configure.c to recognize i386-unknown-openbsd

2005-11-05: v1.3.3

	- requires stdint.h; obsd /usr/include/inttypes.h suffices

	- openbsd is recognized in configure
		. no need to patch-configure_ac with setting so of CFLAGS and LDFLAGS
		. zealous checking of cpu type forces --hosts= and --build=
		. configure.ac will not work for other cpus: x86_64, powerpc, arm or amd64 w/o patch

	- jni.h is delivered by jamvm and classpath; the two are identical
		. for the moment favor classpath

	- use "CFLAGS= -g -O0" on make to build debuggable image; obsd install will strip symbols
		but the executable in .../jamvm-1.4.0/src/jamvm will have them.


2005-11-26: v1.4.0

	- alloc.c patch from Rob Lougher for gc bug that keeps Ant from running (to appear in 1.4.1)
	- restore patch of configure.c for rudimentary support of other archs. (untested)

