Commit 466bc656 466bc6569b2e78912264d6cdde9107eb223a16ad by Nicolas Perriault

updated CHANGELOG

1 parent ca07f6e9
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 XXXX-XX-XX, v0.6.7
5 ------------------
6
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 > 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 > which causes the phantomjs subprocess to completely replace the casperjs parent
11 > process (while maintaining the same pid). This patch also has the added benefit of
12 > saving 10 megs or so of memory because the python process is discarded.
13
4 2012-04-27, v0.6.6 14 2012-04-27, v0.6.6
5 ------------------ 15 ------------------
6 16
......