updated CHANGELOG
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -4,6 +4,7 @@ CasperJS Changelog | ... | @@ -4,6 +4,7 @@ CasperJS Changelog |
4 | XXXX-XX-XX, v0.6.7 | 4 | XXXX-XX-XX, v0.6.7 |
5 | ------------------ | 5 | ------------------ |
6 | 6 | ||
7 | - fixes [#107](https://github.com/n1k0/casperjs/issues/107): client utils were possibly not yet being injected and available when calling `Capser.base64encode()` from some events | ||
7 | - merged [PR #96](https://github.com/n1k0/casperjs/pull/96): make python launcher use `os.execvp()` instead of `subprocess.Popen()` ([@jart](https://github.com/jart)): | 8 | - merged [PR #96](https://github.com/n1k0/casperjs/pull/96): make python launcher use `os.execvp()` instead of `subprocess.Popen()` ([@jart](https://github.com/jart)): |
8 | > This patch fixes a bug where casperjs' python launcher process won't pass along kill | 9 | > This patch fixes a bug where casperjs' python launcher process won't pass along kill |
9 | > signals to the phantomjs subprocess. This patch works by using an exec system call | 10 | > signals to the phantomjs subprocess. This patch works by using an exec system call | ... | ... |
-
Please register or sign in to post a comment