Skip to content

Commit

Permalink
import of 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Apr 8, 2018
1 parent 3bf0bda commit df228d1
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 732 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.i686-pc-windows-gnu]
linker = "i686-w64-mingw32-gcc"
rustflags = "-C panic=abort"
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Change log

All notable changes to this program is documented in this file.

0.20.1 (2018-04-06)
-------------------

### Fixed

- Avoid attempting to kill Firefox process that has stopped.

With the change to allow Firefox enough time to shut down in
0.20.0, geckodriver started unconditionally killing the process
to reap its exit status. This caused geckodriver to inaccurately
report a successful Firefox shutdown as a failure.

The regression should not have caused any functional problems, but
the termination cause and the exit status are now reported correctly.


0.20.0 (2018-03-08)
-------------------

Expand Down

0 comments on commit df228d1

Please sign in to comment.