---+++ Planetlab 3.2 RC1
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 25 Oct 2005 20:35:58 +0000 (20:35 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 25 Oct 2005 20:35:58 +0000 (20:35 +0000)
   Date: 25 Oct 2005
   Description: Kernel update and architectural cleanup
   * bootmanager-3.1.9-1.planetlab
      * bootmanager is not actually installed on nodes, but is now at least built by the AutomatedBuild system
   * BootServerRequest-0.4-1.planetlab
      * Updated to use new source of boot server location in /etc/planetlab, falling back on bootme/boot directories
   * ipod-2.1-1.planetlab
      * simplify build process by combining start/enable/status functions into pod script
      * update to get pod hash from /etc/planetlab/session
   * kernel-2.6.12-1.1398_FC4.0.planetlab
      * update to latest FC4 2.6.12 kernel
      * abandon CKRM
      * adopt Main.AndyBavier scheduler
   * netflow-3.1-17.planetlab
      * pfgrep: print summary by slice (like the web pages) if no search parameters (besides date) are specified
   * PlanetLabID-1.4.2-4.planetlab
      * check for PL_BOOTCD environment variable before attempting to restart
   * pl_sshd-1.0-9.planetlab
      * fix pl_sshd script name and argv[0] to satisfy re-exec requirements
   * proper-0.3-31.planetlab
      * add support for opening files in write or read-write modes
      * fix race condition in proctab.c
      * support for an ordered request queue to prevent starvation
   * resman-0.03-3.planetlab
      * Fixed to use the new args required by the latest release of vdlimit.
   * sidewinder-1.0-2.planetlab
      * open SCS API to remote users
      * split into separate packages for NM and PL slice creation service (SCS).
      * refactor NM Server class to support alternative event frameworks e.g., Twisted
      * add hooks to integrate with Twisted (optional, required for Xen)
   * util-python-0.1-9.planetlab
      * simplelog.py: Closer approximation to behaviour of old plsys.Log class (fixes a couple of bugs too).
   * util-vserver-0.30.208-2.planetlab
      * major update to new C version of util-vserver
      * remove deprecated functionality that Node Manager is now responsible for
      * fix race between vcached nuking .vtmp and vuseradd building new slices
   * vnet-0.4-1.planetlab
      * add TUN/TAP support
      * fixes for 2.6.12
   * vserver-reference-3.1-1.planetlab
      * vserver-reference is now pre-packaged instead of built on nodes at first boot

Makefile

index bd3da7e..3dd3d11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2005 The Trustees of Princeton University
 #
-# $Id$
+# $Id: Makefile,v 1.79 2005/09/04 17:37:36 mlhuang Exp $
 #
 
 # Default target
@@ -31,8 +31,8 @@ all:
 #
 
 # Default values
-INITIAL := HEAD
-TAG := HEAD
+INITIAL := planetlab-3_2-rc1
+TAG := planetlab-3_2-rc1
 CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
 
 #