Skip to content

Commit

Permalink
Release 2.2.0 🎉 💥
Browse files Browse the repository at this point in the history
* Regenerate manpages
* Bump version number
* Add changelog entry
  • Loading branch information
hellais committed Apr 5, 2017
1 parent 2f52136 commit 22202bd
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 7 deletions.
31 changes: 31 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,37 @@
Changelog
=========

v2.2.0 (Wed, 5 Apr 2017)
------------------------------

Feature list:

* Major improvements to the web user interface

* Support for showing progress of ongoing measurements

* Add icons to decks

* Show in measurements view the deck that generated a certain test

* Support unix-socket tor control ports #479 (thanks @ioef)

* Better explaination for -g option #498 (thanks @ioef)

* Improvements to some docstring (thanks @donald213)

* Add support for internationalizations

* Support Spanish, French, Italian, English and Hindi

Bug fixes:

* Fix bug in deleting of old resources

* Update to new key for lepidopter-update

ooniprobe-wui version: 2.2.0

v2.2.0-rc.2 (Mon, 13 Mar 2017)
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = 2.2.0rc2
VERSION = 2.2.0

man:
cd docs && make man
Expand Down
2 changes: 1 addition & 1 deletion data/oonideckgen.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "OONIDECKGEN" "1" "Mar 13, 2017" "2.2.0.rc2" "OONI: Open Observatory of Network Interference"
.TH "OONIDECKGEN" "1" "Apr 05, 2017" "2.2.0" "OONI: Open Observatory of Network Interference"
.SH NAME
oonideckgen \- DEPRECATED ooni tool
.
Expand Down
2 changes: 1 addition & 1 deletion data/ooniprobe-agent.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "OONIPROBE-AGENT" "1" "Mar 13, 2017" "2.2.0.rc2" "OONI: Open Observatory of Network Interference"
.TH "OONIPROBE-AGENT" "1" "Apr 05, 2017" "2.2.0" "OONI: Open Observatory of Network Interference"
.SH NAME
ooniprobe-agent \- an internet censorship measurement tool, system daemon.
.
Expand Down
2 changes: 1 addition & 1 deletion data/ooniprobe.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "OONIPROBE" "1" "Mar 13, 2017" "2.2.0.rc2" "OONI: Open Observatory of Network Interference"
.TH "OONIPROBE" "1" "Apr 05, 2017" "2.2.0" "OONI: Open Observatory of Network Interference"
.SH NAME
ooniprobe \- an internet censorship measurement tool
.
Expand Down
2 changes: 1 addition & 1 deletion data/oonireport.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "OONIREPORT" "1" "Mar 13, 2017" "2.2.0.rc2" "OONI: Open Observatory of Network Interference"
.TH "OONIREPORT" "1" "Apr 05, 2017" "2.2.0" "OONI: Open Observatory of Network Interference"
.SH NAME
oonireport \- upload ooniprobe measurements
.
Expand Down
2 changes: 1 addition & 1 deletion data/ooniresources.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "OONIRESOURCES" "1" "Mar 13, 2017" "2.2.0.rc2" "OONI: Open Observatory of Network Interference"
.TH "OONIRESOURCES" "1" "Apr 05, 2017" "2.2.0" "OONI: Open Observatory of Network Interference"
.SH NAME
ooniresources \- DEPRECATED ooni tool
.
Expand Down
2 changes: 1 addition & 1 deletion ooni/__init__.py
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-

__author__ = "Open Observatory of Network Interference"
__version__ = "2.2.0.rc2"
__version__ = "2.2.0"

__all__ = [
'agent',
Expand Down

0 comments on commit 22202bd

Please sign in to comment.