Skip to content

Commit

Permalink
Next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq committed Oct 26, 2020
1 parent 50987a1 commit dc0d134
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceinprojectwhitelist" : [],

"groupId" : "org.graalvm.compiler",
"version" : "20.3.0",
"version" : "21.0.0",
"release" : False,
"url" : "http://www.graalvm.org/",
"developer" : {
Expand Down
2 changes: 1 addition & 1 deletion regex/mx.regex/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

"name" : "regex",

"version" : "20.3.0",
"version" : "21.0.0",
"release" : False,
"groupId" : "org.graalvm.regex",
"url" : "http://www.graalvm.org/",
Expand Down
2 changes: 2 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This changelog summarizes major changes between GraalVM SDK versions. The main focus is on APIs exported by GraalVM SDK.

## Version 21.0.0

## Version 20.3.0
* Added a `log.file` option that allows redirection of all language, instrument or engine logging to a file. The handler configured with the `Context.Builder.logHandler` method has precedence over the new option.
* The option `-Dgraal.LogFile` is no longer inherited by the polyglot engine. Use the `log.file` option or configure a log handler instead.
Expand Down
2 changes: 1 addition & 1 deletion sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
suite = {
"mxversion" : "5.270.1",
"name" : "sdk",
"version" : "20.3.0",
"version" : "21.0.0",
"release" : False,
"sourceinprojectwhitelist" : [],
"url" : "https://github.com/oracle/graal",
Expand Down
2 changes: 1 addition & 1 deletion substratevm/mx.substratevm/suite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
suite = {
"mxversion": "5.270.0",
"name": "substratevm",
"version" : "20.3.0",
"version" : "21.0.0",
"release" : False,
"url" : "https://github.com/oracle/graal/tree/master/substratevm",

Expand Down
2 changes: 2 additions & 0 deletions sulong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version 21.0.0

# Version 20.3.0

New features:
Expand Down
2 changes: 2 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This changelog summarizes major changes between Truffle Tools versions.

## Version 21.0.0

## Version 20.3.0

* [GraalVM Insight](docs/Insight.md) Maven artifact is now `org.graalvm.tools:insight:20.3.0`
Expand Down
2 changes: 1 addition & 1 deletion tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"defaultLicense" : "GPLv2-CPE",

"groupId" : "org.graalvm.tools",
"version" : "20.3.0",
"version" : "21.0.0",
"release" : False,
"url" : "http://openjdk.java.net/projects/graal",
"developer" : {
Expand Down
2 changes: 2 additions & 0 deletions truffle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This changelog summarizes major changes between Truffle versions relevant to languages implementors building upon the Truffle framework. The main focus is on APIs exported by Truffle.

## Version 21.0.0

## Version 20.3.0
* Added `RepeatingNode.initialLoopStatus` and `RepeatingNode.shouldContinue` to allow defining a custom loop continuation condition.
* Added new specialization utility to print detailed statistics about specialization instances and execution count. See [Specialization Statistics Tutorial](https://github.com/oracle/graal/blob/master/truffle/docs/SpecializationHistogram.md) for details on how to use it.
Expand Down
2 changes: 1 addition & 1 deletion truffle/external_repos/simplelanguage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
<!-- If you update this number make sure the VERSION value in ./sl matches -->
<graalvm.version>20.3.0-dev</graalvm.version>
<graalvm.version>21.0.0-dev</graalvm.version>
</properties>
<packaging>pom</packaging>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion truffle/external_repos/simplelanguage/sl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#

# If you update this number make sure the graalvm.version value in ./pom.xml matches
VERSION="20.3.0-dev"
VERSION="21.0.0-dev"

MAIN_CLASS="com.oracle.truffle.sl.launcher.SLMain"
SCRIPT_HOME="$(cd "$(dirname "$0")" && pwd -P)"
Expand Down
2 changes: 1 addition & 1 deletion truffle/external_repos/simpletool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<graalvm.version>20.3.0-dev</graalvm.version>
<graalvm.version>21.0.0-dev</graalvm.version>
</properties>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
suite = {
"mxversion" : "5.265.8",
"name" : "truffle",
"version" : "20.3.0",
"version" : "21.0.0",
"release" : False,
"groupId" : "org.graalvm.truffle",
"sourceinprojectwhitelist" : [],
Expand Down
8 changes: 4 additions & 4 deletions vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
suite = {
"name": "vm",
"version" : "20.3.0",
"version" : "21.0.0",
"mxversion" : "5.256.0",
"release" : False,
"groupId" : "org.graalvm",
Expand Down Expand Up @@ -39,7 +39,7 @@
"name": "graal-nodejs",
"subdir": True,
"dynamic": True,
"version": "2e2b05980c061cbb0546e6d1f245f561f9e971c4",
"version": "4b91b7ee013092aeb1f76e3203653705d9205e0d",
"urls" : [
{"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand All @@ -49,7 +49,7 @@
"name": "graal-js",
"subdir": True,
"dynamic": True,
"version": "2e2b05980c061cbb0546e6d1f245f561f9e971c4",
"version": "4b91b7ee013092aeb1f76e3203653705d9205e0d",
"urls": [
{"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand All @@ -75,7 +75,7 @@
},
{
"name": "graalpython",
"version": "ae4736f4cce99a37fcd5dfc7924377a9809c10a1",
"version": "59b08ed6b2053ecf2c4600a48b82419a312f1565",
"dynamic": True,
"urls": [
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},
Expand Down
2 changes: 1 addition & 1 deletion wasm/mx.wasm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mxversion" : "5.249.5",
"name" : "wasm",
"groupId" : "org.graalvm.wasm",
"version" : "20.3.0",
"version" : "21.0.0",
"versionConflictResolution" : "latest",
"url" : "http://graalvm.org/",
"developer" : {
Expand Down

0 comments on commit dc0d134

Please sign in to comment.