[Spread-cvs] commit: r425 - trunk/daemon

jonathan at spread.org jonathan at spread.org
Fri Jun 5 10:12:42 EDT 2009


Author: jonathan
Date: 2009-06-05 10:12:41 -0400 (Fri, 05 Jun 2009)
New Revision: 425

Modified:
   trunk/daemon/Changelog
Log:
Update changelog to include last few commits.


Modified: trunk/daemon/Changelog
===================================================================
--- trunk/daemon/Changelog	2009-06-05 13:54:00 UTC (rev 424)
+++ trunk/daemon/Changelog	2009-06-05 14:12:41 UTC (rev 425)
@@ -1,3 +1,37 @@
+Fri Jun  5 09:55:55 2009  Jonathan Stanton  <jonathan at spreadconcepts.com>
+
+	* stdutil/*: Merge stdutil-1.1.0 release into Spread source. No
+	needed API changes.
+
+Mon Jun  1 10:02:13 2009  Jonathan Stanton  <jonathan at spreadconcepts.com>
+
+	* protocol.c (Prot_handle_token): Make warning about token-reset 
+	because of message counter wrap more visible by always printing 
+	it (PRINT) instead of only when PROTOCOL is enabled.
+
+Mon Jun  1 09:03:46 2009  Jonathan Stanton  <jonathan at spreadconcepts.com>
+
+	* configuration.c, config_parse.y, config_gram.l, protocol.c: Make 
+	MaxSessionMessages a runtime configuration option in spread.conf. 
+	This allows the maximum number of messages to buffer before 
+	disconnecting a client to be set at runtime. Original request 
+	and patch by Alexey Zakhlestin. Patch revised and commited by Jonathan.
+
+Mon May  4 10:06:16 2009  Jonathan Stanton  <jonathan at spreadconcepts.com>
+
+	* data_link.c (DL_recvfrom): Add DL_recvfrom() call to return sender 
+	address and port number to caller. 
+
+	* data_link.c (DL_init_channel): Fix portability bug by zeroing the 
+	soc_addr struct before filling it out and binding. 
+	Add REUSE_ADDR option to DL_init_channel() to set the REUSEADDR 
+	socket option on the underlying socket.
+
+Fri May  1 10:08:50 2009  Jonathan Stanton  <jonathan at spreadconcepts.com>
+
+	* examples/user.c: Add command to send a multiline message using 
+	the test client spuser.
+
 Thu Jan 22 18:23:00 2009  Jonathan Stanton  <jonathan at spreadconcepts.com>
 
 	* alarm.c (Alarm, Alarmp, Alarm_enable_precise_timestamp): Add 




More information about the Spread-cvs mailing list