[Spread-cvs] cvs commit: spread/daemon Changelog

jonathan at spread.org jonathan at spread.org
Fri Apr 16 12:27:10 EDT 2004


jonathan    04/04/16 12:27:10

  Modified:    daemon   Changelog
  Log:
  Update changelog with 3.17.2 notes.
  
  Revision  Changes    Path
  1.4       +36 -0     spread/daemon/Changelog
  
  Index: Changelog
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Changelog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Changelog	9 Feb 2004 19:38:21 -0000	1.3
  +++ Changelog	16 Apr 2004 16:27:09 -0000	1.4
  @@ -1,3 +1,39 @@
  +March 5, 2004 Ver 3.17.2:
  +--------------
  +1) Fix daemon quit when multiple interfaces are configured as "D" daemon 
  +   interfaces in the spread.conf file. Bug reported by Orit Wasserman.
  +2) Updated url for Java 'ant' build system. Patch by Daniel Rall.
  +3) Fix group_id bug that causes incorrect vs_sets. Patch by Ryan Caudy.
  +4) Fix spread.conf parser so it validates the machine names in segments
  +   and forces them to be less then MAX_PROC_NAME. Patch by Mikhail Terekhov.
  +5) Minor fix to Mac OS X compilation so library softlinks do not fail the 
  +   second time make is run.
  +6) Alarm() changes to support priority levels on each Alarm() call. 
  +7) Fix crash by improving packet accounting when a client connected to a 
  +   singleton daemon sends a large broadcast. Reported by David Shaw.
  +8) Fix bus errors on Sparc & Alpha for message buffer integer assignment. 
  +   Reported by Greg Shebert; tested and patched Mikhail Terekhov.
  +9) Verify daemon names in spread.conf are unique. If non-unique names are
  +   provided in spread.conf, configuration will be rejected and daemon will 
  +   not start. Suggested by Tim Peters. 
  +10) Zero buffer in c library before sending multicast. 
  +    Reported by Panagiotis Kougiouris. 
  +11) Send fewer lookup probe messages when only a single segment is configured.
  +12) Remove extra token rotations when no messages are sent. Will decrease
  +    network packet overhead. 
  +13) Make mailbox and service in sp.h a typedef instead of a #define. Suggested
  +    and patched by Steven Dake. 
  +14) Fix small endianness error in sp.c where the mess_type field may not be
  +    correctly converted for different endian platforms when the SP_*_recv calls
  +    return a BUFFER_TOO_SHORT or GROUPS_TOO_SHORT error.
  +15) Change alarm tag for security prints from SEC to SECURITY because of conflict
  +    with sys/time.h header.
  +16) Documentation fix to SP_receive man page to correct fields for self-leave
  +    membership messages.
  +17) Update of email addresses in copyright statements and headers.
  +18) Windows binary libraries now built as libspread and libtspread like other
  +    platforms. 
  +
   June 20, 2003 Ver 3.17.1
   ----------------------------
   Bugfixes:
  
  
  




More information about the Spread-cvs mailing list