0.8.6
-Added file called INSTRUCTIONS which contains documentation. You can
 now probably use the stuff now without looking at the comments in the C
 code.

0.8.7
-minor change to nvram.info
-minor fix to hostid-by-egid/sethostid. Passing bad parameters
 could have caused problems.
-changed name of distribution.
-unless some serious problems come up, 0.8.7 will be the last public release
 before version 1.0

1.0
-changed sidump.c so that the hostid can also be set be an environment
 variable (for dynamically linked executables, SUN OS 4.1, 5.3)
-cosmetic changes to documentation

1.1
- hostid-by-egid now available as a loadable module. Sun OS 4.1 only.
  can load and unload via modload

1.2
- obvious bug fix to chenet.c
- hostid-by-egid now available as a loadable module for both Solaris
  2.3 and 1.1.  Can load and unload via modload.

1.2b
- 1.2 and 1.2a had a nasty bug in the sethostid module for Solaris 2.3.
  If the module failed to load, the sysent table was often left in a bad
  state which would lead to a kernel panic pretty soon.
- added Makefile lines to install sid in /usr/local/bin and sethostid
  in /kernel/sys (if one does "make install"). I'm actually beginning
  to appreciate Solaris 2.x; automatically loading system calls into the
  kernel on the fly when they are called is pretty cool.

1.2c
- bug in some of the user sethostid programs (not the kernel modules)
  would not allow hostid > 0x7fffffff because of signed vs unsigned
  problems. On solaris 2.3 changes strtol to strtoul. On Solaris 1.1
  changed strtol to appropriate sscanf calls. The sscanf calls are not
  tolerant of a leading 0x as are strtol and strtoul, but this doesn't
  really both me.

1.3
- minor changes to documentation

1.3.1
- added information about sun 3/80 to nvram.info

1.3.2
- fixed solaris 2 instructions. important to reboot after modifying
  /etc/name_to_sysnum
- added a couple of systems to nvram.info
- explicit path to ld added in solaris 2 makefiles (/usr/ccs/bin/ld)

1.3.3
- added nvram-sol2.c
- minor change to nvram.c that should be harmless.

1.3.4 
- cosmetic changes to nvram-sol2.c and nvram.c

1.3.5
- mods to nvram-sol2.c for sun4m
