Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2017-04-18 21:39:15 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-04-18 21:39:15 +0300
commit554430eb9b1c97014e64f3c633083342c63ab10a (patch)
tree2e5aba0882cf30c30c381a5fc9b0b96eeb2553ba /CHANGES.md
parentc219de22c63c2a3cb325b70de76a90407493724b (diff)
changes: update
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index af8fba4..f78d469 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -36,6 +36,11 @@ All notable changes to this program is documented in this file.
### Fixed
- Fix for the “corrupt deflate stream” exception that sometimes occured when trying to write an empty profile by [@kirhgoph](https://github.com/kirhgoph)
+- Recognise `sslProxy` and `sslProxyPort` entries in the proxy configuration object (fixed by [@juangj](https://github.com/juangj))
+- Fix “`httpProxyPort` was not an integer” error (fixed by [@juangj](https://github.com/juangj))
+- i686-unknown-linux-musl (Linux 32-bit) build fixed
+- Log messages from other Rust modules are now ignored
+- Improved log messages to the HTTPD
## 0.15.0 (2017-03-08)