update for 1.4.2 (Oxygen)

Change-Id: I1de27512e415008a40124bdf2aa8efdf2e097fa0
Signed-off-by: Paul Leacu <pleacu@redhat.com>
diff --git a/downloads.php b/downloads.php
index b8dba06..2da9e3a 100644
--- a/downloads.php
+++ b/downloads.php
@@ -21,7 +21,8 @@
 <p><b>Nightly Build</b><br />		
 <p><a href="http://download.eclipse.org/bpmn2-modeler/updates/nightly/oxygen/">http://download.eclipse.org/bpmn2-modeler/updates/nightly/oxygen/</a>
 <p><b>Update Sites</b><br />		
-<p><b>1.4.1:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.0">http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.1</a>
+<p><b>1.4.2:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.2">http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.2</a>
+<p><b>1.4.1:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.1">http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.1</a>
 <p><b>1.4.0:</b> <a href="http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.0">http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.0</a>
 
 <h3>Eclipse 4.6 (Neon)</h3>
diff --git a/index.php b/index.php
index d467304..b36e17c 100755
--- a/index.php
+++ b/index.php
@@ -114,12 +114,12 @@
 
 <div>
 <h3>Current Status</h3>
-<h4>September 20, 2017</h4>
+<h4>December 15, 2017</h4>
 		<b>BPM modeling for Eclipse Oxygen</b>
 		<p>
-		Version 1.4.1 for Eclipse Oxygen is now available
-		<a href="http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.1/">here</a>.
-		See the <a href="whatsnew/whatsnew-1.4.1.php">New &amp; Noteworthy</a> page for what's new.
+		Version 1.4.2 for Eclipse Oxygen is now available
+		<a href="http://download.eclipse.org/bpmn2-modeler/updates/oxygen/1.4.2/">here</a>.
+		See the <a href="whatsnew/whatsnew-1.4.2.php">New &amp; Noteworthy</a> page for what's new.
 		</p>
 		</div>
 </div>
diff --git a/whatsnew/whatsnew-1.4.2.php b/whatsnew/whatsnew-1.4.2.php
new file mode 100644
index 0000000..c0dfd57
--- /dev/null
+++ b/whatsnew/whatsnew-1.4.2.php
@@ -0,0 +1,99 @@
+<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+/*******************************************************************************
+ * Copyright (c) 2017
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *    
+ *******************************************************************************/
+
+	$pageTitle 		= "BPMN2 Modeler - New &amp; Noteworthy";
+
+	$html  = <<<EOHTML
+<div id="midcolumn">
+	<h2>$pageTitle</h2>
+	<h4>Version 1.4.2 Eclipse Oxygen Release (December 15, 2017)</h4>
+	<p>
+	Here is a list of the bugzilla reports that have been addressed by this release:
+	</p>
+	<ul>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=521770">Bug 521770</a> NPE - ReconnectBaseElementFeature.preReconnect
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=489487">Bug 489487</a>  Missing type definition for DataItemsPropertySection in plugin.xml  
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=501318">Bug 501318</a> Overlapping Lanes resize bug on delete 
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=521993">Bug 521993</a> NPE in CustomTaskDescriptor.getImageId 
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=521998">Bug 521998</a> NPE in DIUtils.findBPMNEdge
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522014">Bug 522014</a> ClassCastException in BoundaryEventPositionHelper.canMoveTo
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522258">Bug 522258</a> ClassCastException in DefaultPasteBPMNElementFeature.copyConnection 
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522262">Bug 522262</a> NullPointerException in ModelUtil.generateUndefinedID
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522324">Bug 522324</a> ClassCastException in Bpmn2ModelerFactory.getInstance 
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522329">Bug 522329</a> Correct maven warnings in BPMN2-Modeler build (
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522448">Bug 522448</a> NullPointerException below DefaultPasteBPMNElementFeature.setId
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522589">Bug 522589</a> NullPointerException in ReconnectBaseElementFeature.preReconnec
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522669">Bug 522669</a> NullPointerException in JbpmModelUtil.getElementParameters (
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522764">Bug 522764</a> SWTException below DesignEditor.updateTabs
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=522768">Bug 522768</a> NullPointerException in ListAndDetailCompositeBase.addDomainListener
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=525237">Bug 525237</a> ArrayIndexOutOfBoundsException below ManhattanConnectionRouter.calculateRoute
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=525246">Bug 525246</a> NullPointerException in AnchorUtil.getAnchorContainer
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=525282">Bug 525282</a> IndexOutOfBoundsException below GatewayDetailComposite$SequenceFlowsListComposite$1.selectionChanged
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=525285">Bug 525285</a> NullPointerException in StyleUtil.findDiagram 
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=525779">Bug 525779</a> NullPointerException in DIUtils.createDiagram
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=525835">Bug 525835</a> SWTException below ListAndDetailCompositeBase.setVisible (thrown in Widget.checkWidget)
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=497647">Bug 497647</a> Cannot set value of Grid Width and Height to 0 through preferences page 
+		</li>
+		<li>
+			<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=497744">Bug 497744</a> Disallowed characters are not shown correctly
+		</li>
+	</ul>
+			
+</div>
+EOHTML;
+
+	# Generate the web page
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>