Updates for 3.0.5

git-svn-id: https://svn.apache.org/repos/asf/tapestry/tapestry4/branches/branch-3-0@408715 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/status.xml b/status.xml
index ee7ed8b..42655d4 100644
--- a/status.xml
+++ b/status.xml
@@ -12,6 +12,7 @@
     <person name="Neil Clayton" id="NC"/>
     <person name="Paul Ferraro" id="PF"/>
     <person name="Jesse Kuhnert" id="JK" />
+    <person name="Andreas Andreou" id="AA" />
     <!-- Retired -->
     <person name="Malcom Edgar" id="ME"/>
     <!-- Add more people here -->
@@ -134,6 +135,14 @@
     -->
   </todo>
   <changes>
+	<release version="3.0.5" date="Unreleased">
+      <action type="fix" dev="AA" fixes-bug="TAPESTRY-959">
+      	Better error reporting when asset service fails to compute checksum.
+      </action>
+      <action type="fix" dev="AA" fixes-bug="TAPESTRY-960">
+      	Better error reporting when private assets are missing.
+      </action>      
+    </release>  
   	<release version="3.0.4" date="Mar 31 2006">
       <action type="fix" dev="GL" fixes-bug="TAPESTRY-431"> Fixed TemplateParser throws an exception and stops parsing when duplicate attributes are found in a tag. </action>
       <action type="fix" dev="JK" fixes-bug="TAPESTRY-877" due-to="Brian K. Wallace">