- we fibbed RC12 so that release of the kernel and vnet updates were
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 4 Mar 2005 14:26:11 +0000 (14:26 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 4 Mar 2005 14:26:11 +0000 (14:26 +0000)
  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

index b426ba6..739aff8 100644 (file)
--- 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