# ooni-probe
* Released ooni-probe 1.0.2.
For a detailed changelog see: https://lists.torproject.org/pipermail/ooni-dev/2014-May/000114.html
* ooniprobe 1.0.2 is now part of debian testing and is also present inside of wheezy-backports. https://packages.debian.org/testing/main/ooniprobe https://packages.debian.org/source/wheezy-backports/ooniprobe
* Record the IP address of the exit node being when performing HTTP requests over Tor. https://github.com/TheTorProject/ooni-probe/pull/299
* Add support for adding annotations to reports: https://github.com/TheTorProject/ooni-probe/commit/49f78b1294dc31555187351fa... https://github.com/TheTorProject/ooni-probe/commit/5a283100c38a56221683f2dc7...
* Various PEP8 and PyFlakes related code quality improvements: https://github.com/TheTorProject/ooni-probe/commit/458a992bb31d66735dc978185... https://github.com/TheTorProject/ooni-probe/commit/170bad3df93f2d30e1c96a48f...
# ooni-backend
* Use a secure RNG instead of python's RNG for generating the report IDs: https://github.com/TheTorProject/ooni-backend/commit/7dfd89b22c66eb4cfc38218...
* Fix some misc bugs: https://github.com/TheTorProject/ooni-backend/commit/5765bd000ee5b9f729cf432...
# ooni-reader
This is a new tool useful for converting ooni reports from one format to another and identifying reports and report entries that should be looked at.
The current version supports writing CSV files and has definitions for the following tests:
* captiveportal
* http_requesty
* dns_consistency
* http_header_field_manipulation
* http_invalid_request_line
* tcp_connect
This means that it is possible to identify possible symptoms of internet censorship in the above tests.
The project can be found here: https://github.com/TheTorProject/ooni-reader
~ Art.