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

jonathan at spread.org jonathan at spread.org
Tue Jul 12 09:50:34 EDT 2011


jonathan    04/10/14 13:35:23

  Modified:    daemon   Readme.txt monitor.c spread.c
  Log:
  Release 3.17.3 Date and version stamp.
  
  Revision  Changes    Path
  1.69      +3 -3      spread/daemon/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- Readme.txt	14 Oct 2004 17:29:16 -0000	1.68
  +++ Readme.txt	14 Oct 2004 17:35:23 -0000	1.69
  @@ -46,11 +46,11 @@
   | WWW    : http://www.spread.org  and  http://www.cnds.jhu.edu              |
   | Contact: spread at spread.org                                                |
   |                                                                           |
  -| Version 3.17.3rc1 built 5/October/2004                                    |
  +| Version 3.17.3 built 15/October/2004                                      |
   \===========================================================================/
   
  -October 5, 2004 Ver 3.17.3rc1
  ------------------------------
  +October 15, 2004 Ver 3.17.3
  +---------------------------
   
   1) Fix memory leak in Skiplist. Reported by Taj Khattra, patch by Theo 
      Schlossnagle.
  
  
  
  1.17      +1 -1      spread/daemon/monitor.c
  
  Index: monitor.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/monitor.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- monitor.c	5 Oct 2004 14:42:14 -0000	1.16
  +++ monitor.c	14 Oct 2004 17:35:23 -0000	1.17
  @@ -191,7 +191,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 5/October/2004                                      |\n", 
  +	Alarm( PRINT, "| Version %d.%02d.%02d Built 15/October/2004                                     |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION);
   	Alarm( PRINT, "\\===========================================================================/\n");
   
  
  
  
  1.22      +1 -1      spread/daemon/spread.c
  
  Index: spread.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- spread.c	5 Oct 2004 14:42:14 -0000	1.21
  +++ spread.c	14 Oct 2004 17:35:23 -0000	1.22
  @@ -130,7 +130,7 @@
   	Alarmp( SPLOG_PRINT, SYSTEM, "| WWW:     www.spread.org     www.cnds.jhu.edu    www.spreadconcepts.com    |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: spread at spread.org                                                |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
  -	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 5/October/2004                                      |\n", 
  +	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 15/October/2004                                     |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION );
   	Alarmp( SPLOG_PRINT, SYSTEM, "\\===========================================================================/\n");
   
  
  
  




More information about the Spread-cvs mailing list