[freenet-dev] Re: [freenet-cvs] r11237 - trunk/freenet/src/freenet/node

toad toad at amphibian.dyndns.org
Wed Dec 6 16:35:29 UTC 2006


Why make a build mandatory before it's even been released? Please don't
do this in future!

On Tue, Dec 05, 2006 at 06:33:08PM +0000, cvs at freenetproject.org wrote:
> Author: nextgens
> Date: 2006-12-05 17:38:39 +0000 (Tue, 05 Dec 2006)
> New Revision: 11237
> 
> Modified:
>    trunk/freenet/src/freenet/node/Version.java
> Log:
> We need to up oldLastGoodBuild otherwise node keep on talking with pre-1000 ones
> 
> 
> Modified: trunk/freenet/src/freenet/node/Version.java
> ===================================================================
> --- trunk/freenet/src/freenet/node/Version.java	2006-12-05 17:32:11 UTC (rev 11236)
> +++ trunk/freenet/src/freenet/node/Version.java	2006-12-05 17:38:39 UTC (rev 11237)
> @@ -27,14 +27,14 @@
>  	private static final int buildNumber = 1006;
>  
>  	/** Oldest build of Fred we will talk to */
> -	private static final int oldLastGoodBuild = 990;
> -	private static final int newLastGoodBuild = 1002;
> +	private static final int oldLastGoodBuild = 1002;
> +	private static final int newLastGoodBuild = 1007;
>  	private static final long transitionTime;
>  	
>  	static {
>  		final Calendar _cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
>  		// year, month - 1 (or constant), day, hour, minute, second
> -		_cal.set( 2006, Calendar.DECEMBER, 13, 0, 0, 0 );
> +		_cal.set( 2006, Calendar.DECEMBER, 25, 0, 0, 0 );
>  		transitionTime = _cal.getTimeInMillis();
>  	}
>  	
> 
> _______________________________________________
> cvs mailing list
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20061206/927bdf70/attachment.pgp 


More information about the Devl mailing list