Skip to content

Commit

Permalink
Release notes and update for 1.7.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Apr 9, 2018
1 parent f3201b5 commit 1692f5f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Rhino 1.7.10
## April 9, 2018

This release fixes a regression introduced in version 1.7.7.2 that caused the
"propertyIsEnumerable" to throw an exception when used with String and typed array objects,
and possibly with custom user-written objects as well.

[Issue 415](https://github.com/mozilla/rhino/issues/415)

It contains a few other fixes:

Attila Szegedi (2):
* Make as many CallFrame fields as possible final, initialize them in constructor
* frame.debuggerFrame != null || frame.idata.itsNeedActivation is identical to frame.useActivation.

Jeremy Whitlock (1):
* Missing properties are not enumerable when checking enumerability

# Rhino 1.7.9
## March 15, 2018

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.8.0-SNAPSHOT
version=1.7.10
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.8.0-SNAPSHOT</version>
<version>1.7.10</version>

<packaging>jar</packaging>
<description>
Expand Down
4 changes: 2 additions & 2 deletions 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.8.0-SNAPSHOT
Implementation-Title: Mozilla Rhino 1.8.0-SNAPSHOT
Implementation-Version: 1.7.10
Implementation-Title: Mozilla Rhino 1.7.10
Implementation-Vendor: Mozilla Foundation
Implementation-URL: http://www.mozilla.org/rhino

0 comments on commit 1692f5f

Please sign in to comment.