Index: trunk/deploy.sh.in
===================================================================
--- trunk/deploy.sh.in	(revision 308)
+++ trunk/deploy.sh.in	(revision 309)
@@ -335,4 +335,5 @@
     echo
     echo " --host=<hostname>      The host where you want to uninstall."
+    echo " --tmpdir=<path>        Temporary directory to use on the this host."
     echo
     { (exit 0); exit 0; }
@@ -428,4 +429,5 @@
     echo " --user=<username>      Login as <username> to the build host (root)."
     echo " --add-path=<path>      Append 'path' to the PATH variable on the build host."
+    echo " --tmpdir=<path>        Temporary directory to use on the build host."
     { (exit 0); exit 0; }
 }
@@ -457,4 +459,5 @@
     echo " --local=<path>         Local command (executed twice: "
     echo "                        after config installation and before client startup)."
+    echo " --tmpdir=<path>        Temporary directory to use on the this host."
     { (exit 0); exit 0; }
 }
Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 308)
+++ trunk/docs/Changelog	(revision 309)
@@ -1,2 +1,6 @@
+2.8.2:
+	* Fix hardcoded path for temp directory in deploxment scripts
+	* Fix bad compile on CentOS 4.8 with gcc 4.1.2
+
 2.8.1:
 	* Document handling of missing files with secondary schedule
