Updated changelog with recent bugfixes

This commit is contained in:
szegedia%freemail.hu 2006-12-27 19:23:09 +00:00
Родитель e8097a698c
Коммит b453f25c70
1 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
This file version: $Id: CHANGELOG,v 1.2 2006/09/27 08:50:41 szegedia%freemail.hu Exp $
This file version: $Id: CHANGELOG,v 1.3 2006/12/27 19:23:09 szegedia%freemail.hu Exp $
Changes since Rhino 1.6R4
Changes since Rhino 1.6R5
=========================
- Added org.mozilla.javascript.PolicySecurityController as a concrete
implementation of an org.mozilla.javascript.SecurityController and the
@ -9,7 +9,17 @@ Changes since Rhino 1.6R4
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 #318305: ScriptOrFnNode class reports bad end line number
- Fixed #352319: Rhino threw a ClassCastException when a continuation captured
from a catch() block was restarted.
- Fixed #340561: <Function>.prototype should not be DontEnum
- Fixed #342807: Could set line number/source file in thrown JavaScript Error
- Fixed #351664: Rethrown JavaScriptException's toString() returns "[objec...
- Fixed #353300: Rhino now implements the ECMA-262 mandatory
String.localeCompare
- Fixed #353002: Outdated Information on BSF, Update Requested, Text Sugge...
- Fixed #358058: JavaScript debugger's text source editor allows tab key p...
- Fixed #359411: LazilyLoadedCtor is not serializable
- Fixed #360568: Make swing debugger easier to subclass and extend
- Fixed #361574: Typo in Parser.java
- Fixed #361616: toLocaleUpperCase/toLocaleLowerCase is not supported