Skip to content

Commit

Permalink
Merge pull request #87 from TheTorProject/fix/twistd-version
Browse files Browse the repository at this point in the history
Fix/twistd version
  • Loading branch information
hellais authored Oct 16, 2016
2 parents 124744c + a479ea3 commit 4f62db6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Lepidopter v0.3.5-beta [2016-10-16]
------------------------------------

This release version includes ooniprobe version 2.0.0.

- Hotfix use Twisted versions <=16.4.1

Lepidopter v0.3.4-beta [2016-10-16]
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion lepidopter-fh/etc/lepidopter_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4-beta
0.3.5-beta
2 changes: 1 addition & 1 deletion lepidopter-fh/setup-ooniprobe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apt-get -y install -t stretch obfs4proxy
# Remove previous system versions of pyasn1 and python-cryptography
apt-get -y remove python-pyasn1 python-cryptography
# Install obfsproxy, fteproxy and ooniprobe
pip install obfsproxy fteproxy ooniprobe==2.0.0
pip install 'Twisted==16.4.1' obfsproxy fteproxy ooniprobe==2.0.0

# Enable ooniprobe systemd service to start on boot
systemctl enable ooniprobe
Expand Down

0 comments on commit 4f62db6

Please sign in to comment.