You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



Rhino 1.5 Release 4.1 Change Log

1.5R4.1 is a bug fix release to address mostly regressions from 1.5R3 found in 1.5R4. The only visible API change compared with 1.5R4 is two new methods in org.mozilla.javascript.Context, getApplicationClassLoader() and setApplicationClassLoader(ClasssLoader). They allow to control the class loader Rhino uses when accessing application classes.

For differences between 1.5R4 and 1.5R3, see 1.5R4 change log.

Resolved Bugzilla reports

The following Rhino reports in Bugzilla where resolved for Rhino 1.5 Release 4.

96270 - Unable to create java objects from within a javascript.
193168 - Rhino debugger in v1.5R4 fails to update script source when a script is reloaded.
193555 - 1.5R4 regression: function expression has no access to its name.
196017 - 1.5R4 regression: script can not find classes on some versions of JDK.
200551 - JavaAdapter not loading a class if js.jar installed in jre/lib/ext directory.



back to top