ossp-pkg/js/ChangeLog 1.1 -> 1.2
--- ChangeLog 2006/07/22 19:43:48 1.1
+++ ChangeLog 2006/07/23 18:34:15 1.2
@@ -11,6 +11,25 @@
This is a list of all changes to OSSP js.
+ Changes between 1.6.20060722 and 1.6.20060723 (2006-07-22 to 2006-07-23)
+
+ o Install all src/js*.h headers during "make install" to allow
+ applications to at least optionally poke around in the internals.
+ This also allows an application to call js_InitFileClass() from
+ <jsfile.h> without us having to really call this function in the
+ standard API function JS_InitStandardClasses().
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ o Change the default of the --with-file/--without from --without-file
+ to --with-file (enable the File object by default), but activate
+ it only in the CLI (where it doesn't hurt and where it is actually
+ really required to get something useful running there in practice)
+ but explicitly _NOT_ in JS_InitStandardClasses() (as this is
+ what would hurt the security in applications which assume that
+ JS_InitStandardClasses() initialized only really the standard
+ classes).
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
Changes between *GENESIS* and 1.6.20060722 (2006-06-XX to 2006-07-22)
o Initial OSSP js distribution of Mozilla JavaScript 1.6 as of 2006-07-22.
|
|