Commit 09cedfce 09cedfce696bd28782dfe408cdbe7a0026c3681c by Nicolas Perriault

bump 0.6.4

1 parent 3c03103e
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 2012-02-09, v0.6.4
5 ------------------
6
7 - fixed `casperjs` command wasn't passing phantomjs native option in the correct order, resulting them not being taken into account by phantomjs engine:
8 - fixed [#49](https://github.com/n1k0/casperjs/issues/49) - `casperjs` is not sending `--ssl-ignore-errors`
9 - fixed [#50](https://github.com/n1k0/casperjs/issues/50) - Cookies not being set when passing `--cookies-file` option
10 - fixed Python3 compatibility of the `casperjs` executable
11
4 2012-02-05, v0.6.3 12 2012-02-05, v0.6.3
5 ------------------ 13 ------------------
6 14
......
1 Subproject commit 2b39c2fed23b8179c734c42248f0706ddb3fba54 1 Subproject commit 0f3b4b30a0f87a9dca740f887cb4e60a6a96e409
......
1 { 1 {
2 "name": "casperjs", 2 "name": "casperjs",
3 "description": "Navigation scripting & testing utility for PhantomJS", 3 "description": "Navigation scripting & testing utility for PhantomJS",
4 "version": "0.6.3", 4 "version": "0.6.4",
5 "keywords": [ 5 "keywords": [
6 "phantomjs", 6 "phantomjs",
7 "javascript" 7 "javascript"
......