diff --git a/releng.wtpbuilder/distribution/wtp.site/publish.xml b/releng.wtpbuilder/distribution/wtp.site/publish.xml
index 778b534deb4bedd88af2cfe8bbd3594db2f30729..e616fd530b69bbad0735aeec32f85b8d8792c36d 100644
--- a/releng.wtpbuilder/distribution/wtp.site/publish.xml
+++ b/releng.wtpbuilder/distribution/wtp.site/publish.xml
@@ -71,6 +71,10 @@
 		<replace file="${result}/${indexFileName}" token="@dtpFile@" value="${dtp.file}" />
 		<replace file="${result}/${indexFileName}" token="@dtpURL@" value="${dtp.url}/${dtp.file}" />
 
+		<mkdir dir="${result}/whatisfixed"/>
+		<echo file="${result}/whatisfixed/buglog.html" append="true" >
+		  what is fixed list is not available yet!
+		                     </echo>
 
 		<!--  Update timestamp on file to permit overwrite through Ant copy task  -->
 		<touch file="${result}/${indexFileName}" />
diff --git a/releng.wtpbuilder/scripts/whatisfixed/libs/rlog.jar b/releng.wtpbuilder/scripts/whatisfixed/libs/rlog.jar
index 0b1b4ac26946cc7849844a1546beae7e2e3afd84..eb074231a5d2e74a4fddf9bb1dcc7728b8511a3c 100644
Binary files a/releng.wtpbuilder/scripts/whatisfixed/libs/rlog.jar and b/releng.wtpbuilder/scripts/whatisfixed/libs/rlog.jar differ