Skip to content

Commit

Permalink
Update files for 1.7.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed May 30, 2019
1 parent 3ac8db5 commit f0e1c63
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Rhino is licensed under the [MPL 2.0](./LICENSE.txt).
<tr><td><a href="https://github.com/mozilla/rhino/releases/tag/Rhino1_7_8_Release">Rhino 1.7.8</a></td><td>January 22, 2018</td></tr>
<tr><td><a href="https://github.com/mozilla/rhino/releases/tag/Rhino1_7_9_Release">Rhino 1.7.9</a></td><td>March 15, 2018</td></tr>
<tr><td><a href="https://github.com/mozilla/rhino/releases/tag/Rhino1_7_10_Release">Rhino 1.7.10</a></td><td>April 9, 2018</td></tr>
<tr><td><a href="https://github.com/mozilla/rhino/releases/tag/Rhino1_7_11_Release">Rhino 1.7.11</a></td><td>TBD</td></tr>
<tr><td><a href="https://github.com/mozilla/rhino/releases/tag/Rhino1_7_11_Release">Rhino 1.7.11</a></td><td>May 30, 2019</td></tr>
</table>

[Release Notes](./RELEASE-NOTES.md) for recent releases.
Expand Down
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rhino 1.7.11
## MONTH DAY, YEAR
## May 30, 2019

This release includes implementations of a number of missing JavaScript language features,
including:
Expand Down Expand Up @@ -68,6 +68,9 @@ Igor Kuzmanenko (2):
* fixes XmlMemberGet toSource implementation (#483)
* fixes position for ParenthesizedExpression nodes (#129)

Markus Sunela (1):
* Add manual OSGi manifest

Mozilla-GitHub-Standards (1):
* Add Mozilla Code of Conduct file

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rootProject.name=rhino
group=org.mozilla
version=1.7.11-RC2
version=1.7.11
buildDir=buildGradle
mavenSnapshotRepo=https://oss.sonatype.org/content/repositories/snapshots
mavenReleaseRepo=https://oss.sonatype.org/service/local/staging/deploy/maven
2 changes: 1 addition & 1 deletion maven/maven-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<name>Mozilla Rhino</name>
<version>1.7.11-RC2</version>
<version>1.7.11</version>

<packaging>jar</packaging>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Main-Class: org.mozilla.javascript.tools.shell.Main
Implementation-Version: 1.7.11-RC2
Implementation-Version: 1.7.11
Implementation-Title: Mozilla Rhino 1.7.11
Implementation-Vendor: Mozilla Foundation
Implementation-URL: http://www.mozilla.org/rhino
2 changes: 1 addition & 1 deletion src/org/mozilla/javascript/Delegator.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void put(String name, Scriptable start, Object value) {
}

/**
* @see org.mozilla.javascript.Scriptable#put(Symbol, Scriptable, Object)
* @see org.mozilla.javascript.SymbolScriptable#put(Symbol, Scriptable, Object)
*/
@Override
public void put(Symbol symbol, Scriptable start, Object value) {
Expand Down

0 comments on commit f0e1c63

Please sign in to comment.