spidermonkey (1.5rc6a-2) unstable; urgency=low * Updated the Standards-Version. No changes. * please rebuild with libreadline5-dev as build dependency (Closes: #326300) -- Marek Habersack Sat, 3 Sep 2005 01:40:19 +0200 spidermonkey (1.5rc6a-1) unstable; urgency=low * The latest upstream version -- Marek Habersack Sun, 13 Jun 2004 02:41:55 +0200 spidermonkey (1.5rc6-2) unstable; urgency=medium * Fixed a compilation error on x64-amd64 where VA_COPY was not defined. Patch submitted by Kurt Roeckx, thanks. (closes: Bug#252905) -- Marek Habersack Sun, 6 Jun 2004 01:07:37 +0200 spidermonkey (1.5rc6-1) unstable; urgency=medium * The latest upstream release. The most important changes: * Improved regexp performance * Anything that starts like a {min,max} quantifier but doesn't parse as one is taken as a flat string to match, instead of throwing a SyntaxError * The match array now always has N+1 elements, where N is the number of capturing left parentheses in the regular expression, regardless of whether all of them are actually used or not. * Added obj.__noSuchMethod__ handler support Note: a __noSuchMethod__ handler will not come pre-defined in |obj|, nor in Object.prototype. But JS will respond to a handler of this name. * JS errors reported incorrect line numbers in source code Line numbers were incorrect on JS errors involving the |const| keyword, and on JS strict warnings involving function and variable declarations. This bug is now fixed. * Minimal no-extensions ECMA-2 Edition 3 JS engine configuration Set JS_VERSION to JS_VERSION_ECMA_3 for the minimal configuration conforming to the ECMA-262 Edition 3 specification. Use it for minimal embeddings, where you're sure you don't need any of the extensions disabled in this version. * Fixed security hole in JS Script.thaw Script.thaw() deserializes a script from a string. An attacker could have run such a script and used buffer overrun techniques (malloc size parameter wraparound), etc. etc. * Full changes are listed at: http://www.mozilla.org/js/spidermonkey/release-notes/JS_150_RC6.html * Updated the standards version. No changes. -- Marek Habersack Mon, 16 Feb 2004 01:41:54 +0100 spidermonkey (1.5rc5a-2) unstable; urgency=low * Renamed the spidermonkey-dev and spidermonkey1 packages to libsmjs-dev and libsmjs1, respectively in order to be in agreement with the section 8 of the Debian Policy * Modified the upstream makefiles to set the DT_SONAME field in the generated shared library (closes: Bug#222313) * The smjs binary is linked against the dynamic libsmjs (closes: Bug#152416) -- Marek Habersack Thu, 27 Nov 2003 20:36:03 +0100 spidermonkey (1.5rc5a-1) unstable; urgency=low * Latest upstream release -- Marek Habersack Thu, 28 Aug 2003 17:16:40 -0400 spidermonkey (1.5rc5-2) unstable; urgency=high * Changed the section of spidermonkey-dev to libdevel * No problems with -lnspr4 anymore (Closes: Bug#193360) -- Marek Habersack Sat, 24 May 2003 18:11:16 -0400 spidermonkey (1.5rc5-1) unstable; urgency=high * Latest upstream version. * Don't use the file object - it is too buggy/unstable to be used now (closes: Bug#184240) * Added smjs manpage from Bastian Kleineidam, thank you. (closes: Bug#183842) * Applied a patch from Bastian Kleineidam to avoid a segfault when smjs is aborted with Ctrl-D. It won't affect this release anyway, because perl is turned off (see below). Thanks. (closes: Bug#183846) * And another patch from Bastian. Fixes the copyright lintian warning. (closes: Bug#183847) * More stuff from Bastian. This time debian build script updates. Thanks a lot. (closes: Bug#183850) * Turning PERLCONNECT off. Will think about how to solve this particular problem in a different way later on. (closes: Bug#184230) -- Marek Habersack Thu, 3 Apr 2003 20:47:54 +0200 spidermonkey (1.5rc4a-11) unstable; urgency=low * Recompiled with new nspr. -- Marek Habersack Sun, 1 Dec 2002 21:19:58 -0500 spidermonkey (1.5rc4a-10) unstable; urgency=low * Fixed the libperl dependency. -- Marek Habersack Sun, 15 Sep 2002 17:54:20 -0400 spidermonkey (1.5rc4a-9) unstable; urgency=low * Recompile for new perl. -- Marek Habersack Sat, 14 Sep 2002 16:20:32 -0400 spidermonkey (1.5rc4a-8) unstable; urgency=low * Fixed compilation for the s390 and powerpc architectures which define the va_list macro as an array. -- Marek Habersack Tue, 30 Jul 2002 02:20:27 +0200 spidermonkey (1.5rc4a-7) unstable; urgency=low * Applied patch from Brian Bassett which registers smjs with the alternatives system. Thanks, Brian. (closes: Bug#153504) -- Marek Habersack Sat, 20 Jul 2002 20:51:15 +0200 spidermonkey (1.5rc4a-6) unstable; urgency=medium * YASF (Yet Another Small Fix) :-) - let gcc know that we're linking shared code. -- Marek Habersack Wed, 10 Jul 2002 02:13:55 +0200 spidermonkey (1.5rc4a-5) unstable; urgency=medium * another small fix - link using gcc instead of ld. -- Marek Habersack Tue, 9 Jul 2002 23:18:59 +0200 spidermonkey (1.5rc4a-4) unstable; urgency=medium * recompiled with -fPIC (closes: Bug#152343) -- Marek Habersack Tue, 9 Jul 2002 12:43:41 +0200 spidermonkey (1.5rc4a-3) unstable; urgency=medium * fixed the shared library dependencies as they aren't generated automagically for some reason. -- Marek Habersack Tue, 9 Jul 2002 03:59:10 +0200 spidermonkey (1.5rc4a-2) unstable; urgency=medium * fixed a problem with a missing include -- Marek Habersack Sun, 7 Jul 2002 23:17:02 +0200 spidermonkey (1.5rc4a-1) unstable; urgency=low * Initial Release. (closes: Bug#136208, closes: Bug#138796) -- Marek Habersack Thu, 4 Jul 2002 00:23:35 +0200