Bug 1449877 - Update geckodriver changelog for 0.20.1. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Tue, 03 Apr 2018 11:19:34 +0100
changeset 778617 65b97dcac05efdbb30060f4b83e50c303ef96781
parent 778495 5bc815b7de6dc7494e3010f823fb79aa351e8fe3
child 778618 20fba153e5a6ca3250dfaab6fe1e6d0b5af42ee2
push id105536
push userbmo:ato@sny.no
push dateFri, 06 Apr 2018 14:52:34 +0000
reviewerswhimboo
bugs1449877
milestone61.0a1
Bug 1449877 - Update geckodriver changelog for 0.20.1. r?whimboo MozReview-Commit-ID: DF36cXETqy6
testing/geckodriver/CHANGES.md
--- a/testing/geckodriver/CHANGES.md
+++ b/testing/geckodriver/CHANGES.md
@@ -1,13 +1,29 @@
 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)
 -------------------
 
 ### Added
 
 - New `--jsdebugger` flag to open the [Browser Toolbox] when Firefox
   launches.  This is useful for debugging Marionette internals.