Announced M3
diff --git a/downloads.php b/downloads.php
index c7e9446..2c9a284 100644
--- a/downloads.php
+++ b/downloads.php
@@ -13,9 +13,16 @@
 			The SMILA project has not published any release yet.
 		</p>
 		<h2>Milestones</h2>
+		<h3>0.5 M3</h3>
+		<p>
+			The milestone <b>0.5 M3</b> is the latest stable version of SMILA.
+			<ul>
+				<li>Linux binaries: <a href="http://www.eclipse.org/downloads/download.php?file=/rt/smila/milestones/0.5-M3/SMILA-incubation-0.5-M3-linux.gtk.x86.zip">SMILA-incubation-0.5-M3-linux.gtk.x86.zip</a></li>				
+				<li>Win32 binaries: <a href="http://www.eclipse.org/downloads/download.php?file=/rt/smila/milestones/0.5-M3/SMILA-incubation-0.5-M3-win32.win32.x86.zip">SMILA-incubation-0.5-M3-win32.win32.x86.zip</a></li>				
+			</ul>
+		</p>
 		<h3>0.5 M2</h3>
 		<p>
-			The milestone <b>0.5 M2</b> is the latest stable version of SMILA.
 			<ul>
 				<li>Linux binaries: <a href="http://www.eclipse.org/downloads/download.php?file=/rt/smila/milestones/0.5-M2/SMILA-incubation-0.5-M2-linux.gtk.x86.zip">SMILA-incubation-0.5-M2-linux.gtk.x86.zip</a></li>				
 				<li>Win32 binaries: <a href="http://www.eclipse.org/downloads/download.php?file=/rt/smila/milestones/0.5-M2/SMILA-incubation-0.5-M2-win32.win32.x86.zip">SMILA-incubation-0.5-M2-win32.win32.x86.zip</a></li>				
diff --git a/index.php b/index.php
index 1d4b2e2..723af81 100755
--- a/index.php
+++ b/index.php
@@ -30,6 +30,13 @@
 		</p>
 		<div class="homeitem3col">
 			<h3>News</h3>
+			<h4>0.5 M3 is out!</h4>
+			<p>
+				As announced, today on 31st July we have published our third milestone 0.5 M3. The major new features are the 
+				bulk operations (to increase the throughput of data), two new data source connectors: XML and Job file and an 
+				alternative implementation of the binary storage based on JPA. Besides that we use now Eclipse 3.5 (Galileo) 
+				as a base for SMILA and we switched the development	to JDK 6. As always, please try it out and give us your feedback.
+			</p> 
 			<h4>0.5 M2 is out!</h4>
 			<p>
 				Right on time, today on 29th May we have published our second milestone 0.5 M2. The major new features are the 
diff --git a/plan.php b/plan.php
index 7cca4bb..3003c4f 100644
--- a/plan.php
+++ b/plan.php
@@ -36,14 +36,18 @@
 		<div class="homeitem3col">
 			<h3>SMILA Version 0.5 M3</h3>
 			<ul>
-				<li>Cluster readiness (remote communication between components)</li>
-				<li>Web Service API support</li>
-				<li>General configuration management</li>
+				<li>Bulk operations (increasing the data throughput)</li>
 				<li>More connectors (XML, Job file)</li>
+				<li>Alternative binary storage implementation (based on JPA)</li>
 			</ul>
 		</div>
 		<div class="homeitem3col">
 			<h3>SMILA Version 1.0 - Release 1.0</h3>
+			<ul>
+				<li>Cluster readiness (remote communication between components)</li>
+				<li>Web Service API support</li>
+				<li>General configuration management</li>
+			</ul>
 		</div>
 	</div>