Skip to content

Commit

Permalink
Release 15.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Dec 30, 2020
1 parent 81f1895 commit 22cc285
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ OpenJDK Nashorn Changelog

[`#9`](https://github.com/openjdk/nashorn/pull/9) [`JDK-8258216`](https://bugs.openjdk.java.net/browse/JDK-8258216) Allow Nashorn to operate when not loaded as a JPMS module

15.1.1 (2020.12.30)
-------------------
[`#10`](https://github.com/openjdk/nashorn/pull/10) [`JDK-8258749`](https://bugs.openjdk.java.net/browse/JDK-8258749) Remove Dynalink tests from Standalone Nashorn

[`#11`](https://github.com/openjdk/nashorn/pull/11) [`JDK-8258787`](https://bugs.openjdk.java.net/browse/JDK-8258787) ScriptEngineFactory.getOutputStatement neither quotes nor escapes its argument

[`#12`](https://github.com/openjdk/nashorn/pull/12) [`JDK-8240298`](https://bugs.openjdk.java.net/browse/JDK-8240298) Array.prototype.pop, push, and reverse didn't call ToObject on their argument
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Nashorn-related documents published by Oracle with Java 14:

Getting Started
===============
Latest version of Nashorn is 15.1, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.1/jar). You can check the [change log](CHANGELOG.md) to see what's new.
Latest version of Nashorn is 15.1.1, available from [Maven Central](https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.1.1/jar). You can check the [change log](CHANGELOG.md) to see what's new.

Nashorn is a JPMS module, so make sure it and its transitive dependencies (Nashorn depends on several ASM JARs) are on your application's module path, or appropriately added to a module layer, or otherwise configured as modules.

Expand Down
4 changes: 2 additions & 2 deletions make/nashorn/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ javadoc.option=\
-tag "moduleGraph:a:Module Graph"

# nashorn version information
nashorn.version=15.1
nashorn.fullversion=15.1
nashorn.version=15.1.1
nashorn.fullversion=15.1.1
nashorn.product.name=OpenJDK Nashorn

# This directory is removed when the project is cleaned:
Expand Down

0 comments on commit 22cc285

Please sign in to comment.