From 72922a0df419916c043ffa90dfae713c02541de8 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Mon, 1 Apr 2019 16:59:28 +0200 Subject: [PATCH 1/2] prepared releasenotes for 2.17.1 Signed-off-by: Christian Dietrich --- .../releasenotes/2019-04-03-version-2-17-1.md | 13 +++++++++++++ .../releasenotes/2019-04-03-version-2-17-1.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md create mode 100644 xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md diff --git a/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md b/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md new file mode 100644 index 00000000000..0fc75dad1f0 --- /dev/null +++ b/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Xtend 2.17.1 Release Notes +date: 2019-04-03 +categories: releasenotes +published: true +--- + +This is a hotfix release. Here is the list of fixed issues: + +- There is a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. +- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 does not match the one in Eclipse 2019-03. +- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) prefers classes found in the classpath over local classes. \ No newline at end of file diff --git a/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md b/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md new file mode 100644 index 00000000000..ec4dac26647 --- /dev/null +++ b/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Xtext 2.17.1 Release Notes +date: 2019-04-03 +categories: releasenotes +published: true +--- + +This is a hotfix release. Here is the list of fixed issues: + +- There is a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. +- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 does not match the one in Eclipse 2019-03. +- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) prefers classes found in the classpath over local classes. From b814d33a430196735e174a47632839d7204be87c Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Wed, 3 Apr 2019 13:17:09 +0200 Subject: [PATCH 2/2] reviewed 2.17.1 release notes Signed-off-by: Karsten Thoms --- .../_posts/releasenotes/2019-04-03-version-2-17-1.md | 6 +++--- .../_posts/releasenotes/2019-04-03-version-2-17-1.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md b/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md index 0fc75dad1f0..f2eb8ccfe68 100644 --- a/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md +++ b/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md @@ -8,6 +8,6 @@ published: true This is a hotfix release. Here is the list of fixed issues: -- There is a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. -- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 does not match the one in Eclipse 2019-03. -- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) prefers classes found in the classpath over local classes. \ No newline at end of file +- There was a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. +- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 did not match the one in Eclipse 2019-03. Upgraded to LSP4J 0.7.0. +- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) preferred classes found on the classpath over local classes. diff --git a/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md b/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md index ec4dac26647..794e0141b4e 100644 --- a/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md +++ b/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md @@ -8,6 +8,6 @@ published: true This is a hotfix release. Here is the list of fixed issues: -- There is a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. -- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 does not match the one in Eclipse 2019-03. -- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) prefers classes found in the classpath over local classes. +- There was a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. +- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 did not match the one in Eclipse 2019-03. Upgraded to LSP4J 0.7.0. +- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) preferred classes found on the classpath over local classes.