From 157e47d56b0ff0b6fa6ee5e0906519fa85d086ed Mon Sep 17 00:00:00 2001 From: englehardt Date: Mon, 15 Apr 2019 21:56:00 -0700 Subject: [PATCH] Checkpoint release --- CHANGELOG | 8 +++++++- README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d71c267f0..15343cc3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ -v0.9.0 - under development +v0.9.0 - 2019-04-15 ====== +A checkpoint release for the final version of OpenWPM to support Firefox 52 +and the addon-sdk framework. We recommend against using this release as Firefox +52ESR is no longer receiving security updates. + Changes: * The `automation` library can now be used with Python 3.4 or later, as well as Python 2.7. @@ -17,6 +21,8 @@ Changes: * Ghostery has been updated. * Extensions built using the WebExtensions API are now supported. Our extension still uses the add-on sdk. + * Experimental support for saving Parquet files on S3 + * Numerous bug fixes v0.8.0 - 2017-10-09 ====== diff --git a/README.md b/README.md index b61962887..fbc2f3af4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +**Warning**: This branch is build on Firefox 52 +ESR, which has been unsupported since June 2018. Crawls with this branch should +only be run in an isolated environment, as there are almost certainly browser +exploits for this outdated browser. + OpenWPM [![Build Status](https://travis-ci.org/mozilla/OpenWPM.svg?branch=master)](https://travis-ci.org/mozilla/OpenWPM) ======= @@ -7,11 +12,6 @@ of websites. OpenWPM is built on top of Firefox, with automation provided by Selenium. It includes several hooks for data collection. Check out the instrumentation section below for more details. -**Warning**: This branch is build on Firefox 52 -ESR, which has been unsupported since June 2018. Crawls with this branch should -only be run in an isolated environment, as there are almost certainly browser -exploits for this outdated browser. - Installation ------------ diff --git a/VERSION b/VERSION index a3df0a695..ac39a106c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.9.0