[Spread-cvs] cvs commit: spread/daemon Readme.txt monitor.c spread.c

jonathan at spread.org jonathan at spread.org
Tue Apr 2 03:50:27 EST 2002


jonathan    02/04/02 03:50:27

  Modified:    daemon   Readme.txt monitor.c spread.c
  Log:
  Update Readme.txt with final changes for 3.16.2. Update datestamp in
  spread.c and monitor.c. Final changes before tagging 3.16.2.
  
  Revision  Changes    Path
  1.16      +5 -1      spread/daemon/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Readme.txt	5 Feb 2002 02:37:38 -0000	1.15
  +++ Readme.txt	2 Apr 2002 08:50:26 -0000	1.16
  @@ -40,7 +40,7 @@
   | Version 3.16.2 Built 03/February/2002                                     |
   \===========================================================================/
   
  -February 3, 2002 Ver 3.16.2
  +April 2, 2002 Ver 3.16.2 (The Almost April Fools Release)
   ---------------------------
   Bugfixes:
   1) All recv calls in session now check for EWOULDBLOCK, EAGAIN, EINTR 
  @@ -60,10 +60,14 @@
      c) Raise the FD_SETSIZE for windows to 1024 by #defining it in arch.h.
      d) Enhanced error handling to support WSAGetLastError, and define a
         sock_strerror() function to return nice error strings on windows.
  +   e) Include Visual C++ Project files to build Spread on Windows.
   4) Included improved NetBSD makefile and warning fix from Patrick Welche.
   5) Generalize the errno handling to support windows errors and other 
      odd cases. Also see fix 3d. Thanks to Marc Zyngier, Tim Peters, and
      David Holmer for help with this.
  +6) Improve the install targets for linux. Now install include headers
  +   and use standard PREFIX define for base directory.
  +7) Updates to man pages. New libsp manpage.
   
   December 11, 2001 Ver 3.16.1  
   ------------------------
  
  
  
  1.6       +1 -1      spread/daemon/monitor.c
  
  Index: monitor.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/monitor.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- monitor.c	3 Feb 2002 21:10:59 -0000	1.5
  +++ monitor.c	2 Apr 2002 08:50:26 -0000	1.6
  @@ -134,7 +134,7 @@
   	Alarm( PRINT, "| WWW:     www.spread.org     www.cnds.jhu.edu    www.spreadconcepts.com    |\n");
   	Alarm( PRINT, "| Contact: spread at spread.org                                                |\n");
   	Alarm( PRINT, "|                                                                           |\n");
  -	Alarm( PRINT, "| Version %d.%02d.%02d Built 03/Feb/2002                                         |\n", 
  +	Alarm( PRINT, "| Version %d.%02d.%02d Built 02/Apr/2002                                         |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION);
   	Alarm( PRINT, "\\===========================================================================/\n");
   
  
  
  
  1.9       +1 -1      spread/daemon/spread.c
  
  Index: spread.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- spread.c	4 Feb 2002 22:35:09 -0000	1.8
  +++ spread.c	2 Apr 2002 08:50:26 -0000	1.9
  @@ -122,7 +122,7 @@
   	Alarm( PRINT, "| WWW:     www.spread.org     www.cnds.jhu.edu    www.spreadconcepts.com    |\n");
   	Alarm( PRINT, "| Contact: spread at spread.org                                                |\n");
   	Alarm( PRINT, "|                                                                           |\n");
  -	Alarm( PRINT, "| Version %d.%02d.%02d Built 03/Feb/2002                                         |\n", 
  +	Alarm( PRINT, "| Version %d.%02d.%02d Built 02/Apr/2002                                         |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION );
   	Alarm( PRINT, "\\===========================================================================/\n");
   
  
  
  





More information about the Spread-cvs mailing list