Update downloads page for Oxygen release (Graphiti 0.14.0)
Change-Id: Ie6bb7ac0ed2f44988132c6270993b6c3fefea2b8
diff --git a/pages/download.html b/pages/download.html
index 835a9b2..96bfc14 100644
--- a/pages/download.html
+++ b/pages/download.html
@@ -14,21 +14,21 @@
</b>
</p>
- <h2>Release 0.13.2</h2>
- <p>The Graphiti release track 0.13.x is part of the Neon release train
- and can be used together with the Eclipse versions 4.6 (Neon) and 4.5
- (Mars).</p>
- <p>The release 0.13.2 is the newest release of Graphiti and
- available for download from here. It is also part of the Neon.2 release.</p>
+ <h2>Release 0.14.0</h2>
+ <p>The Graphiti release track 0.14.x is part of the Oxagen release train
+ and can be used together with the Eclipse versions 4.7 (Oxygen) and 4.6
+ (Neon).</p>
+ <p>The release 0.14.0 is the newest release of Graphiti and
+ available for download from here. It is also part of the Oxygen release.</p>
<ul>
<li>Graphiti update site: <a
- href="http://download.eclipse.org/graphiti/updates/0.13.2">http://download.eclipse.org/graphiti/updates/0.13.2</a></li>
- <li>Eclipse Neon update site: <a
- href="http://download.eclipse.org/releases/neon">http://download.eclipse.org/releases/neon</a></li>
+ href="http://download.eclipse.org/graphiti/updates/0.14.0">http://download.eclipse.org/graphiti/updates/0.14.0</a></li>
+ <li>Eclipse Oxygen update site: <a
+ href="http://download.eclipse.org/releases/oxygen">http://download.eclipse.org/releases/oxygen</a></li>
<li>ZIP file: <a
- href="http://www.eclipse.org/downloads/download.php?file=/graphiti/archives/0.13.2/org.eclipse.graphiti.site_0.13.2.201611290820.zip">http://www.eclipse.org/downloads/download.php?file=/graphiti/archives/0.13.2/org.eclipse.graphiti.site_0.13.2.201611290820.zip</a></li>
+ href="http://www.eclipse.org/downloads/download.php?file=/graphiti/archives/0.14.0/org.eclipse.graphiti.site_0.14.0.201705161212.zip">http://www.eclipse.org/downloads/download.php?file=/graphiti/archives/0.14.0/org.eclipse.graphiti.site_0.14.0.201705161212.zip</a></li>
</ul>
- <p>An overview of what is new and noteworthy in Graphiti 0.13.2 can be found <a href="pages/whats-new-0.13.html">here</a>.</p>
+ <p>An overview of what is new and noteworthy in Graphiti 0.14.0 can be found <a href="pages/whats-new-0.14.html">here</a>.</p>
<h2>Milestones</h2>
<p>The latest milestone versions of Graphiti 0.14.0 (Oxygen release
@@ -82,6 +82,19 @@
and can be used together with the Eclipse versions 4.6 (Neon) and 4.5
(Mars).</p>
+ <h3>Release 0.13.2</h3>
+ <p>The release 0.13.2 is the release of Graphiti for Neon.2 and
+ available for download from here.</p>
+ <ul>
+ <li>Graphiti update site: <a
+ href="http://download.eclipse.org/graphiti/updates/0.13.2">http://download.eclipse.org/graphiti/updates/0.13.2</a></li>
+ <li>Eclipse Neon update site: <a
+ href="http://download.eclipse.org/releases/neon">http://download.eclipse.org/releases/neon</a></li>
+ <li>ZIP file: <a
+ href="http://www.eclipse.org/downloads/download.php?file=/graphiti/archives/0.13.2/org.eclipse.graphiti.site_0.13.2.201611290820.zip">http://www.eclipse.org/downloads/download.php?file=/graphiti/archives/0.13.2/org.eclipse.graphiti.site_0.13.2.201611290820.zip</a></li>
+ </ul>
+ <p>An overview of what is new and noteworthy in Graphiti 0.13.2 can be found <a href="pages/whats-new-0.13.html">here</a>.</p>
+
<h3>Release 0.13.1</h3>
<p>The release 0.13.1 is the release of Graphiti for Neon.1 and
available for download from here.</p>
diff --git a/pages/whats-new-0.14.html b/pages/whats-new-0.14.html
new file mode 100644
index 0000000..fe0271b
--- /dev/null
+++ b/pages/whats-new-0.14.html
@@ -0,0 +1,222 @@
+<!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 "New and Noteworthy"</title>
+<link href="book.css" rel="stylesheet" type="text/css">
+</head>
+
+<body>
+
+ <h1>Graphiti "New and Noteworthy" for Eclipse Oxygen</h1>
+ <p>Last revised Mai 16, 2017</p>
+ <p>This document describes the new development topics that were
+ addressed during the milestones towards the release 0.14.0 within the
+ Oxygen release train.</p>
+ <!-- --------------------------------- Table ----------------------------------------- -->
+ <table border="0" cellpadding="10" cellspacing="0" class="news"
+ width="600">
+ <!-- ---------------------------------------- M7 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M7</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on improvements.</td>
+ </tr>
+ <tr id="bug 515645">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=515645">Public
+ API to modify auto refresh of DefaultRefreshBehavior</a></td>
+ <td class="content">Graphiti now offers a new API to switch the
+ auto refresh of the editor on or off.</td>
+ </tr>
+ <!-- ---------------------------------------- M6 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M6</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on project improvements.</td>
+ </tr>
+ <tr id="bug 421626">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=421626">Graphiti
+ should switch to a Maven-based build</a></td>
+ <td class="content">Graphiti now uses a Maven / CBI-based build.</td>
+ </tr>
+ <!-- ---------------------------------------- M5 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M5</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on fixing bugs.</td>
+ </tr>
+ <tr id="bug 508133">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=508133">Use
+ Font Registry for Tooltips</a></td>
+ <td class="content">Graphiti now uses a font registry also for
+ tooltips.</td>
+ </tr>
+ <tr id="bug 505659">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=505659">Bug
+ 505659</a></td>
+ <td class="content">A potential NullPointerException while
+ creating the context menu entry from rename has been fixed.</td>
+ </tr>
+ <tr id="bug 509122">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=509122">Bug
+ 509122</a></td>
+ <td class="content">A potential NullPointerException while
+ getting location information has been fixed.</td>
+ </tr>
+ <tr id="bug 510490">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=510490">Bug
+ 510490</a></td>
+ <td class="content">A potential NullPointerException while
+ getting the bounds for an anchor has been fixed.</td>
+ </tr>
+ <!-- ---------------------------------------- M3 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M3</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on fixing bugs.</td>
+ </tr>
+ <tr id="bug 465675">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=465675">Improve
+ SWT Font Management</a></td>
+ <td class="content">Graphiti now comes with a font registry that
+ manages the fonts used in a diagram and allows reuse of the fonts in
+ case they are used more than once. This was implemented in a very
+ similar way to what was already in place for SWL colors.</td>
+ </tr>
+ <tr id="bug 497669">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=497669">Bug
+ 497669</a></td>
+ <td class="content">A potential IndexOutOfBoundsException has
+ been fixed in the path creation of polylines.</td>
+ </tr>
+ <tr id="bug 502049">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=502049">Bug
+ 502049</a></td>
+ <td class="content">A bug in the space calculation of the
+ context button pads that causes waste of space in some cases has
+ been fixed.</td>
+ </tr>
+ <tr id="bug 502091">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=502091">Bug
+ 502091</a></td>
+ <td class="content">A potential NullPointerException in direct
+ editing has been fixed.</td>
+ </tr>
+ <!-- ---------------------------------------- M2 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M2</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on fixing bugs.</td>
+ </tr>
+ <tr id="bug 499428">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=499428">Bug
+ 499428</a></td>
+ <td class="content">A potential NullPointerException in the in
+ the key handling of DefaultPaletteBehavior has been fixed.
+ </td>
+ </tr>
+ <tr id="bug 499720">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=499720">Bug
+ 499720</a></td>
+ <td class="content">The DefaultConnectionEditPolicy now
+ correctly supports scrolling. Until now in case of scrolled diagrams
+ the positions might not have been mapped correctly.
+ </td>
+ </tr>
+ <tr id="bug 500581">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=500581">Bug
+ 500581</a></td>
+ <td class="content">A potential NullPointerException in
+ disposing the DiagramBehavior has been fixed.
+ </td>
+ </tr>
+ <!-- ---------------------------------------- M1 ------------------------------- -->
+ <tr>
+ <td colspan="2">
+ <h2>M1</h2>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">The main focus for this milestone has been set
+ on fixing bugs.</td>
+ </tr>
+ <tr id="bug 497237">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=497237">Bug
+ 497237</a></td>
+ <td class="content">A potential NullPointerException in the
+ disposal of the default marker behavior has been fixed.
+ </td>
+ </tr>
+ <tr id="bug 496822">
+ <td class="title"><a
+ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=496822">Bug
+ 496822</a></td>
+ <td class="content">A potential NullPointerException in the XY
+ layout when moving connection decorators has been fixed.</td>
+ </tr>
+ </table>
+ <!-- ---------------------------------------- END OF TABLE ------------------------------- -->
+ <p> </p>
+</body>
+
+</html>