forked from mozilla/rhino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
15 lines (14 loc) · 818 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This file version: $Id: CHANGELOG,v 1.2 2006/09/27 08:50:41 szegedia%freemail.hu Exp $
Changes since Rhino 1.6R4
=========================
- Added org.mozilla.javascript.PolicySecurityController as a concrete
implementation of an org.mozilla.javascript.SecurityController and the
preferred way of integrating with Java security architecture.
- When no security controller is in use, generated classes and scripts run in
the ProtectionDomain of Rhino classes.
- Wrapped access to system properties and creation of class loaders into
AccessController.doPrivileged() to nicely play in secured environments.
- Fixed #353300: Rhino now implements the ECMA-262 mandatory
String.localeCompare
- Fixed #352319: Rhino threw a ClassCastException when a continuation captured
from a catch() block was restarted.