---+++ Planetlab 3.2 RC7
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 6 Dec 2005 04:38:58 +0000 (04:38 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 6 Dec 2005 04:38:58 +0000 (04:38 +0000)
   Date: 05 Dec 2005
   Description: Minor kernel fix, add support for stopping and restarting slices
   * kernel-2.6.12-1.1398_FC4.4.planetlab
      * Should return ESRCH rather than EINVAL if a context doesn't exist
   * vnet-0.4-5.planetlab
      * examples/rawping: add -w, --timeout option to time out waiting for packets
      * rebuild
   * netflow-3.1-21.planetlab
      * pfgrep: add option '-k, --continue' to continue as much as possible after an error
      * fix default mysql logrotate script
   * pl_mom-0.3-12.planetlab
      * no need to restart autofs
   * sidewinder-1.0-17.planetlab
      * support for stopping and restarting slices
   * util-vserver-0.30.208-7.planetlab
      * fix bugs in python/vserverimpl.c where exceptions were not raised when they should be and thus occured later at unexpected times
      * add support for stopping a vserver

Makefile

index d9d14fc..b71d63d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,8 @@ all:
 #
 
 # Default values
-INITIAL := planetlab-3_2-rc6
-TAG := planetlab-3_2-rc6
+INITIAL := planetlab-3_2-rc7
+TAG := planetlab-3_2-rc7
 CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
 
 #