Update new & noteworthy

Change-Id: I186e21d10fba34fa8662caaee37345fd5d0fd363
diff --git a/pages/whats-new-0.16.1.html b/pages/whats-new-0.16.1.html
new file mode 100644
index 0000000..c3bbb61
--- /dev/null
+++ b/pages/whats-new-0.16.1.html
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+<style type="text/css">
+table.news td {
+	border-top: solid thin black;
+}
+
+table.news tr {
+	vertical-align: top;
+}
+
+table.news tr td.section {
+	font-size: 20px;
+	font-weight: bold;
+}
+
+table.news tr td.title {
+	vertical-align: top;
+	width: 30%;
+	font-weight: bold;
+}
+
+table.news tr td.content {
+	vertical-align: top;
+	width: 70%;
+}
+</style>
+<title>Graphiti &quot;New and Noteworthy&quot;</title>
+<link href="book.css" rel="stylesheet" type="text/css">
+</head>
+
+<body>
+
+	<h1>Graphiti &quot;New and Noteworthy&quot; for Eclipse 2019-09</h1>
+	<p>Last revised September 06, 2019</p>
+	<p>This document describes the new development topics that were
+		addressed during the milestones towards the releases 0.16.x within the
+		Eclipse 2019-06 and 2019-09 release trains.</p>
+	<!-- --------------------------------- Table ----------------------------------------- -->
+	<table border="0" cellpadding="10" cellspacing="0" class="news"
+		width="600">
+		<!-- ---------------------------------------- M3 ------------------------------- -->
+		<tr>
+			<td colspan="2">
+				<h2>2019-09 M3</h2>
+			</td>
+		</tr>
+		<tr>
+			<td colspan="2">The main focus for this milestone has been set
+				on bugfixing.</td>
+		</tr>
+		<tr id="bug 549963">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=549963">Bug
+					549963</a></td>
+			<td class="content">A bug in GraphitiScrollingGraphicalViewer
+				that might have caused ClassCastExecptions when trying to select has
+				been fixed.</td>
+		</tr>
+		<!-- ---------------------------------------- M2 ------------------------------- -->
+		<tr>
+			<td colspan="2">
+				<h2>2019-06 M2</h2>
+			</td>
+		</tr>
+		<tr>
+			<td colspan="2">The main focus for this milestone has been set
+				on bugfixing and releng work.</td>
+		</tr>
+		<tr id="bug 546834">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546834">Bug
+					546834</a></td>
+			<td class="content">A bug in moving shapes for certain diagrams
+				has been fixed.</td>
+		</tr>
+		<!-- ---------------------------------------- M1 ------------------------------- -->
+		<tr>
+			<td colspan="2">
+				<h2>2019-06 M1</h2>
+			</td>
+		</tr>
+		<tr>
+			<td colspan="2">The main focus for this milestone has been set
+				on small enhancements and bugfixing.</td>
+		</tr>
+		<tr id="bug 535532">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535532">Changed
+					license to EPL 2.0</a></td>
+			<td class="content">Graphiti changed its license from the old
+				EPL 1.0 to EPL 2.0.</td>
+		</tr>
+		<tr id="bug 543847">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=543847">Enhanced
+					possibilities for selection adaptations</a></td>
+			<td class="content">Graphiti now allows more flexibility in
+				changing the set of selected objects when the user selects an object
+				and also allos changing the selection when a connection is selected.</td>
+		</tr>
+		<tr id="bug 472955">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=472955">Removed
+					deprecations</a></td>
+			<td class="content">The interfaces ICustomUndoableFeature and
+				ICustomUndoablePattern that were deprecated in Graphiti 0.12.0 have
+				been removed.</td>
+		</tr>
+		<tr id="bug 531146">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=531146">Updated
+					Batik dependecies</a></td>
+			<td class="content">Graphiti now uses Batik in version 1.9.1.</td>
+		</tr>
+		<tr id="bug 541017">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541017">Bug
+					541017</a></td>
+			<td class="content">A potential null pointer exception in the
+				selection handling of the diagram editor has been fixed.</td>
+		</tr>
+		<tr id="bug 541019">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541019">Bug
+					541019</a></td>
+			<td class="content">A potential null pointer exception in the
+				selection handling of the graphical composite for views has been
+				fixed.</td>
+		</tr>
+		<tr id="bug 541020">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541020">Bug
+					541020</a></td>
+			<td class="content">A potential index out of bounds exception in
+				getting the add functionality has been fixed.</td>
+		</tr>
+		<tr id="bug 541129">
+			<td class="title"><a
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541129">Bug
+					541129</a></td>
+			<td class="content">A bug in the calculation of connection
+				midpoints for huge diagrams has been fixed.</td>
+		</tr>
+	</table>
+	<!-- ---------------------------------------- END OF TABLE ------------------------------- -->
+	<p>&nbsp;</p>
+</body>
+
+</html>
diff --git a/pages/whats-new.html b/pages/whats-new.html
index c3bbb61..fa88abb 100644
--- a/pages/whats-new.html
+++ b/pages/whats-new.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 
 <head>
@@ -34,11 +34,11 @@
 
 <body>
 
-	<h1>Graphiti &quot;New and Noteworthy&quot; for Eclipse 2019-09</h1>
-	<p>Last revised September 06, 2019</p>
+	<h1>Graphiti &quot;New and Noteworthy&quot; for Eclipse 2020-06</h1>
+	<p>Last revised May 08, 2020</p>
 	<p>This document describes the new development topics that were
-		addressed during the milestones towards the releases 0.16.x within the
-		Eclipse 2019-06 and 2019-09 release trains.</p>
+		addressed during the milestones towards the releases 0.17.x within the
+		Eclipse 2020-06 release train.</p>
 	<!-- --------------------------------- Table ----------------------------------------- -->
 	<table border="0" cellpadding="10" cellspacing="0" class="news"
 		width="600">
@@ -52,98 +52,11 @@
 			<td colspan="2">The main focus for this milestone has been set
 				on bugfixing.</td>
 		</tr>
-		<tr id="bug 549963">
+		<tr id="bug 560042">
 			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=549963">Bug
-					549963</a></td>
-			<td class="content">A bug in GraphitiScrollingGraphicalViewer
-				that might have caused ClassCastExecptions when trying to select has
-				been fixed.</td>
-		</tr>
-		<!-- ---------------------------------------- M2 ------------------------------- -->
-		<tr>
-			<td colspan="2">
-				<h2>2019-06 M2</h2>
-			</td>
-		</tr>
-		<tr>
-			<td colspan="2">The main focus for this milestone has been set
-				on bugfixing and releng work.</td>
-		</tr>
-		<tr id="bug 546834">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546834">Bug
-					546834</a></td>
-			<td class="content">A bug in moving shapes for certain diagrams
-				has been fixed.</td>
-		</tr>
-		<!-- ---------------------------------------- M1 ------------------------------- -->
-		<tr>
-			<td colspan="2">
-				<h2>2019-06 M1</h2>
-			</td>
-		</tr>
-		<tr>
-			<td colspan="2">The main focus for this milestone has been set
-				on small enhancements and bugfixing.</td>
-		</tr>
-		<tr id="bug 535532">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=535532">Changed
-					license to EPL 2.0</a></td>
-			<td class="content">Graphiti changed its license from the old
-				EPL 1.0 to EPL 2.0.</td>
-		</tr>
-		<tr id="bug 543847">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=543847">Enhanced
-					possibilities for selection adaptations</a></td>
-			<td class="content">Graphiti now allows more flexibility in
-				changing the set of selected objects when the user selects an object
-				and also allos changing the selection when a connection is selected.</td>
-		</tr>
-		<tr id="bug 472955">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=472955">Removed
-					deprecations</a></td>
-			<td class="content">The interfaces ICustomUndoableFeature and
-				ICustomUndoablePattern that were deprecated in Graphiti 0.12.0 have
-				been removed.</td>
-		</tr>
-		<tr id="bug 531146">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=531146">Updated
-					Batik dependecies</a></td>
-			<td class="content">Graphiti now uses Batik in version 1.9.1.</td>
-		</tr>
-		<tr id="bug 541017">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541017">Bug
-					541017</a></td>
-			<td class="content">A potential null pointer exception in the
-				selection handling of the diagram editor has been fixed.</td>
-		</tr>
-		<tr id="bug 541019">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541019">Bug
-					541019</a></td>
-			<td class="content">A potential null pointer exception in the
-				selection handling of the graphical composite for views has been
-				fixed.</td>
-		</tr>
-		<tr id="bug 541020">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541020">Bug
-					541020</a></td>
-			<td class="content">A potential index out of bounds exception in
-				getting the add functionality has been fixed.</td>
-		</tr>
-		<tr id="bug 541129">
-			<td class="title"><a
-				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=541129">Bug
-					541129</a></td>
-			<td class="content">A bug in the calculation of connection
-				midpoints for huge diagrams has been fixed.</td>
+				href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=560042">Bug
+					560042</a></td>
+			<td class="content">A bug in the documentation plugin has been fixed that caused it to be not listed.</td>
 		</tr>
 	</table>
 	<!-- ---------------------------------------- END OF TABLE ------------------------------- -->