home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / inetray / history < prev    next >
Text File  |  1992-07-03  |  4KB  |  86 lines

  1. ======================================================================
  2.                     H I S T O R Y 
  3.                     doc: Mon May 18 09:52:34 1992
  4.                     dlm: Fri Jul  3 15:07:08 1992
  5.                     (c) 1992 ant@ips.id.ethz.ch
  6.                     uE-Info: 85 28 T 0 0 72 3 2 8 ofnI
  7. ======================================================================
  8.  
  9. 05-18-92 [0.1.0]: - Added Version numbering
  10.           - Changed output from stdout to stderr
  11.           - Graceful continue when xdr_???() fail.
  12.           - Changed some output
  13. 05-19-92    : - Changed start: keyword to params: keyword
  14.           - nobcast: entries are started automatically
  15.           - RELEASED
  16. 05-20-92 [0.1.1]: - changed misspelled error message
  17.           - ignored hosts reacted to terminateAll() and exited
  18.             with Dispatcher disappeared.
  19. 05-22-92    : - added SNAKE_QUIRK (utils.c)
  20.  
  21. well, somewhere in here, I released patch #1.
  22.  
  23. 06-05-92 [0.2.0]: - removed inetray.relay totally
  24.           - added directed broadcasts
  25.           - added arguments to inetray.ping (Use List)
  26.           - changed syntax of .inetrayrc (Use Lists)
  27.  
  28. 06-13-92 [0.2.1]: - changed terminateAll() in comm.c to allow exit even 
  29.                     if some servers don't shut down correctly.
  30. 06-14-92      - inetray did not work with at(1). Fixed that.
  31. 06-15-92      - Added PRINTSCHEDULE flag to inetray.c to allow
  32.                     checking of the printschedule (which was all right).
  33. 06-19-92      - Added a Rescheduling after half the image is completed.
  34.             All outstanding blocks on machines which have not yet
  35.             delivered a result are given priority.
  36.           - Changed something in inetray.c: If, while writing, some
  37.             msg arrives from a worker or server, writing is
  38.             interrupted.
  39.           - Removed an error in comm.c: When clnt_create() does
  40.             not work, the machine should just be ignored.
  41.           - added example mole.ray
  42.           - RELEASED patch.1
  43.  
  44. 06-21-92 [0.2.2]: - changed comm.c to ignore ``program not registered''
  45.                  errors on calls to START and TERMINATE. This mostly
  46.             makes inetray.ping nicer.
  47.           - added BLOCKSPERSERVER to config.h
  48. 06-24-92      - modified rpc.inetrayd.c: an obscure kernel bug on
  49.             some SUNs made wait give back a wrong pid's status.
  50.             Therefore, I modified rpc.inetrayd.c such that even
  51.             under those circumstances the worker is killed.
  52.             Note: It seems that this bug only surfaces on
  53.             heavily loaded machines.
  54. 06-26-92      - After rereading K&R last nite I found out that I
  55.             could get rid of wPrint() in utils.c - so I did.
  56.           - added MINBLOCKSIZE, MAXBLOCKSIZE & BLOCKSPERSERVER
  57.             to .inetrayrc; with those you can tweak the
  58.             scheduler to be more permissive about relative
  59.             machine speeds.
  60.           - changed scheduler, so that last block is smaller
  61.             than all the others.
  62.           - changed the handling of the SUN4 kernel bug
  63.             described above a bit. Should be less of a problem
  64.             now.
  65.           - RELEASED
  66.  
  67. 06-28-92 [0.2.3]  - the program netinfo has been added to allow users to
  68.             find the real addresses of their machines. This
  69.             program is much simpler to use than ifconfig.
  70.           - RELEASED
  71.  
  72. 06-29-92 [0.2.4]  - changed Makefile; does not use the install command
  73.             any more but is portable.
  74. 07-01-92      - Heh, heh; the ``kernel bug'' was not really a kernel
  75.             bug after all: popen also forks to call the cpp,
  76.             this process is never waited for. So I added that to
  77.             rpc.inetrayd.c.
  78.             
  79. 07-03-92 [1.0.0]  - Decided that it's time to release Inetray
  80.             officially. [0.2.4] is therefore never released.
  81.           - Changed something in comm.c to display the internet
  82.             numbers nicely (columns).
  83.           - Bug in comm.c when gethostbyaddr() returns NULL due
  84.             to a system error.
  85.           - RELEASED        
  86.