[Sumover-dev] [svn commit] r3871 - common/trunk

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Sep 13 18:14:40 BST 2006


Author: piers
Date: Wed Sep 13 18:14:45 2006
New Revision: 3871

Modified:
   common/trunk/MODS
   common/trunk/VERSION

Log:
Updated for new version.


Modified: common/trunk/MODS
==============================================================================
--- common/trunk/MODS	(original)
+++ common/trunk/MODS	Wed Sep 13 18:14:45 2006
@@ -427,6 +427,17 @@
           for activating Rijndael encryption.
         - Various fixes for gcc4
 
+1.2.18  - Second release under SUMOVER project
+        - Modified seqnum incrementing such that it wraps at 999999 (ie 6 digits)
+	  Otherwise varsious things broke when it went over 6 digits.
+	- Fixed DEBUG_MEM check probs due to uninitialised variable
+	- Bug fixed in src deletion (Rhys Hawkins)
+	- Added install target for uclcommon (Rhys Hawkins)
+        - Removed Speed over accuracy check in validate_rtp as it wrongly classifies
+	  packets when just using the rtp version check - resulting in nasty crashes
+	- Raised max ttl to 225 - before iti was hard limited to 127
+	- Removed failure on use of non-even port number - as per RFC3550 
+
 Still to do...
 	- IPv6 code sometimes doesn't get the correct interface address,
 	  since it does a gethostbyname() and looks that up, yet that can

Modified: common/trunk/VERSION
==============================================================================
--- common/trunk/VERSION	(original)
+++ common/trunk/VERSION	Wed Sep 13 18:14:45 2006
@@ -1 +1 @@
-1.2.17
+1.2.18



More information about the Sumover-dev mailing list