Skip to content

Commit a5fa0f8

Browse files
committed
Update for 1.9.1 release
1 parent 3adeccf commit a5fa0f8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE-NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Rhino 1.9.1
2+
## February 10, 2026
3+
4+
This release fixes a few small regressions introduced in Rhino 1.9.0.
5+
6+
* Ensure that the "global" object is present, necessary for core-js to run
7+
* Prevent compiled methods from introducing illegal characters in their names
8+
* Support reserved words like "class" as names of XML attributes
9+
* Fix a performance regression in the RegExp engine.
10+
11+
Thanks to all who contributed!
12+
113
# Rhino 1.9.0
214
## December 22, 2025
315

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rootProject.name=rhino-root
22
group=org.mozilla
3-
version=1.9.1-SNAPSHOT
3+
version=1.9.1
44
mavenReleaseRepo=https://oss.sonatype.org/service/local/staging/deploy/maven2/
55
mavenSnapshotRepo=https://oss.sonatype.org/content/repositories/snapshots
66
githubPackagesRepo=https://maven.pkg.github.com/mozilla/rhino

0 commit comments

Comments
 (0)