5.12 work.


diff --git a/build.properties b/build.properties
index 25b6d59..201fba9 100644
--- a/build.properties
+++ b/build.properties
@@ -20,7 +20,7 @@
 # Names of distributions
 #
 testng.basename=testng
-testng.version=5.12beta
+testng.version=5.12
 testng.jar=${testng.basename}-${testng.version}.jar
 sources.testng.jar=${testng.basename}-${testng.version}-sources.jar
 other.jars.dir=other-jars
diff --git a/doc/download.html b/doc/download.html
index e6f400c..a9bebdd 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -37,6 +37,7 @@
 Eclipse plug-in directly</a> and extract it in your dropins/ directory.</p>

 <p>Here are links to older TestNG versions:</p>

 <ul>

+	<li><a href="http://testng.org/testng-5.11.zip">5.11</a></li>

 	<li><a href="http://testng.org/testng-5.10.zip">5.10</a></li>

 	<li><a href="http://testng.org/testng-5.9.zip">5.9</a></li>

 	<li><a href="http://testng.org/testng-5.8.zip">5.8</a></li>

diff --git a/doc/index.html b/doc/index.html
index 4ae2223..8c740e3 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -51,11 +51,17 @@
 <ul>
        <li>Annotations.
        </li>
+       <li>Run your tests in arbitrarily big thread pools with various policies available
+       (all methods in their own thread, one thread per test class, etc...).
+       </li>
+       <li>Test that your code is multithread safe.
+       </li>
        <li>Flexible test configuration.
        </li>
-       <li>Support for data-driven testing (with <tt>@DataProvider</tt>).</li>
-       <li>Support for parameters.</li>
-               <li>Allows distribution of tests on slave machines.</li>
+       <li>Support for data-driven testing (with <tt>@DataProvider</tt>).
+       </li>
+       <li>Support for parameters.
+       </li>
        <li>Powerful execution model (no more <tt>TestSuite</tt>).
        </li>
        <li>Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven,
diff --git a/update-beust.com b/update-beust.com
index e4595b5..e4ba600 100755
--- a/update-beust.com
+++ b/update-beust.com
@@ -4,10 +4,8 @@
 set -x
 
 scp testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:w/testng
-scp -r javadocs doc/*.html doc/*.css src/main/testng-1.0.dtd src/testng-1.0.dtd.html ${U}@beust.com:w/testng
-scp doc/*.html doc/*.css ${U}@beust.com:w/testng/doc
-scp -r javadocs ${U}@beust.com:w/testng
-scp dtd/* ${U}@beust.com:w/dtd
+scp -r javadocs doc/*.html doc/*.css src/main/testng-1.0.dtd ${U}@beust.com:w/testng
+#scp dtd/* ${U}@beust.com:w/dtd
 #(cd ~/java/beust.com; scp -r . ${U}@beust.com:w/eclipse)