added news on 1.12.1 release
diff --git a/documentation/html/4diacIDE/dynamicTypeLoader.html b/documentation/html/4diacIDE/dynamicTypeLoader.html
index 4f45c8a..40f7c3e 100644
--- a/documentation/html/4diacIDE/dynamicTypeLoader.html
+++ b/documentation/html/4diacIDE/dynamicTypeLoader.html
@@ -105,4 +105,6 @@
</ol>
<img src="../../html/4diacIDE/img/Step7/EnabledDTL.png" alt="Enable DTL"/>
-<p>Everthing should be set up and you can deploy your FBs, like you learned earlier in the tutorial, without compiling a new FORTE.</p>
\ No newline at end of file
+<p>Everthing should be set up and you can deploy your FBs, like you learned earlier in the tutorial, without compiling a new FORTE.</p>
+</body>
+</html>
\ No newline at end of file
diff --git a/en_dow.php b/en_dow.php
index a3b1d66..645e4f5 100644
--- a/en_dow.php
+++ b/en_dow.php
@@ -79,7 +79,7 @@
<table>
<tr>
<td width="33%" style='padding-right:10px; border-right:2px solid rgba(255,149,14,1.0);'>
- <h2>4diac IDE 1.12.0</h2>
+ <h2>4diac IDE 1.12.1</h2>
<i>Development environment without 4diac FORTE executables</i>
</td>
<td width="33%" style='padding-right:10px; padding-left:10px; border-right:2px solid rgba(255,149,14,1.0);'>
@@ -96,9 +96,9 @@
<td width="33%" style='padding-right:10px; border-right:2px solid rgba(255,149,14,1.0);'>
<!--p style="color:rgba(255,149,14,1.0);font-weight:bold;text-align:center;">4diac IDE 1.9.0 M2 release on Eclipse under construction</p>-->
<ul id="nav">
- <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.0-linux.gtk.x86_64.tar.gz">Linux 64-bit</a></li>
- <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.0-macosx.cocoa.x86_64.dmg">Mac OS X</a></li>
- <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.0-win32.win32.x86_64.zip">Windows 64-bit</a></li>
+ <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.1-linux.gtk.x86_64.tar.gz">Linux 64-bit</a></li>
+ <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.1-macosx.cocoa.x86_64.dmg">Mac OS X</a></li>
+ <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.1-win32.win32.x86_64.zip">Windows 64-bit</a></li>
<!--li>Nightly Build</li-->
<!--li>Update Site</li-->
</ul>
@@ -125,6 +125,19 @@
<ul id="nav">
<li class="expand">Old 4diac IDE releases
<ul id="nav">
+ <li class="expand">1.12 Releases
+ <ul id="nav">
+ <li class="expand">4diac IDE 1.12.0
+ <ul id="nav">
+ <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.0-linux.gtk.x86_64.tar.gz">Linux 64-bit</a></li>
+ <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.0-macosx.cocoa.x86_64.dmg">Mac OS X</a></li>
+ <li><a href="http://www.eclipse.org/downloads/download.php?file=/4diac/releases/1.12/4diac-ide/4diac-ide-incubation_1.12.0-win32.win32.x86_64.zip">Windows 64-bit</a></li>
+ <!--li>Nightly Build</li-->
+ <!--li>Update Site</li-->
+ </ul>
+ </li>
+ </ul>
+ </li>
<li class="expand">1.11 Releases
<ul id="nav">
<li class="expand">4diac IDE 1.11.2
diff --git a/news/en_news_20200506.php b/news/en_news_20200506.php
new file mode 100644
index 0000000..fd9a38c
--- /dev/null
+++ b/news/en_news_20200506.php
@@ -0,0 +1,10 @@
+<?php printNewsEntryHeader(__FILE__, "4diac 1.12.1: First Maintenance Release for 4diac 1.12", "img/release.png"); ?>
+
+<p>We are proud to announce the first maintenance release for Eclipse 4diac 1.12 providing 11 bug fixes for 4diac IDE.
+This include a fix for one of our nastiest bugs: the disappearing FB interface commands and types in the FB interface editor.</p>
+
+<p>As always please download, test, and report problems and bugs.
+For users of the previouse releases a simple <i><q>Help -> Check of Updates</q></i>
+should upgrade you to 1.12.1.</p>
+
+<?php include 'greeting.html';?>