From 3aeab4112dc7f86b26ebbeba66364f3ca1a3f744 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 4 Mar 2005 14:26:11 +0000 Subject: [PATCH] - we fibbed RC12 so that release of the kernel and vnet updates were delayed until RC13 PlanetLab 3.0 Release Candidate 13 * kernel-2.6.8-1.521.2.11.planetlab - [PL #4227] CKRM: divide by zero error (share inialization problem) - [PL #4233] deleting vserver can cause kernel crash - bound VNET mods with #ifdef and runtime checks * vnet-0.2-15.planetlab - PL4463 fixes - implement our own port rover for TCP and UDP, use it before calling any function (that we know of) that would otherwise try to rove for ports using the default rovers: connect(), listen(), sendmsg(), sendpage() --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b426ba66..739aff80 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ all: # # Default tags -INITIAL := planetlab-3_0-rc12 -TAG := planetlab-3_0-rc12 +INITIAL := planetlab-3_0-rc13 +TAG := planetlab-3_0-rc13 # # kernel -- 2.47.0