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

1.4.0
- correction to nvram.info
- spoof-solaris and spoof-solaris2 released.

1.4.2
- by default sun4m installations don't include the eeprom driver. But you
  can get the eeprom driver from a sun4c machine and it is smart enough
  to work nicely. Forgot to mention this in 1.4.1.

1.4.5
- added SS1000 Flash EEPROM repogramming information.
- added Solaris 2.4 x86 support

1.4.6
- fixed stupid bug introduced at last minite into nvram-sol2.c in 1.4.5

1.4.8 
- updated nvram.info. Quick and dirty instructions for NVRAM replacement.

1.4.9 
- added the examples to nvram.info which will hopefully make things
  a little more clear

1.5.0 
- added bits and pieces from Stephen Dowdy <dowdy@cs.colorado.edu> to
  nvram.info

1.5.1
- complete rewrite of nvram.info

1.6.0
- support for Sun OS 5.5 (at least for SPARC, x86 untested)
-DPRE_SOLARIS_2_5 for the loadable sethostid versions if you want
  to run 2.3/2.4

1.6.1
- overhaul of nvram.info to use mkp command instead of the address mapping
  and c!/dump. Added FORTH code to do xor calcs to nvram.info.

1.6.2
- more work on nvram.info which I'll now distribute seperately as an 
  FAQ on Sun NVRAM/IDPROM/hostid. Added more information on 3/80.
  Also U.K. sources for M48T02

1.6.3
- initial HTML version of FAQ.

1.6.4
- mods to HTML version of FAQ
- fix bug in spoof-solaris2 with hostname spoofing under Solaris 2.5.
  Return value of uname call when hostname was _unmodified_ was getting
  shifted over 32 when it shouldn't have

1.7.1
hid2.c added - simple user space hw_serial modifier by writing to /dev/kmem

1.7.2 (Aug 1996)
- fixed exit code problems
- added quick start guide

1.7.3
- fixed bug in docs - cc -K pic with Sun compilers in 2.x instead of cc -pic
  for shared objects
- added gethostid() spoofing to sysinfo.c (really necessary only for 
  Solaris 2.5). Anonymous contribution.
