Skip to content

Commit

Permalink
Merge pull request #1117 from garrettr/merge-0.3.5-into-develop
Browse files Browse the repository at this point in the history
Merge 0.3.5 into develop
  • Loading branch information
garrettr committed Sep 19, 2015
2 parents 0e05fd5 + d0f83a8 commit 2a3c93c
Show file tree
Hide file tree
Showing 24 changed files with 1,098 additions and 181 deletions.
11 changes: 11 additions & 0 deletions changelog.md
@@ -1,5 +1,16 @@
# Changelog

## 0.3.5

The issues for this release were tracked with the 0.3.5 milestone on Github: https://github.com/freedomofpress/securedrop/milestones/0.3.5

* Use certificate verification instead of fingerprint verification by default for the OSSEC Postfix configuration (#1076)
* Fix apache2 service failing to start on Digital Ocean (#1078)
* Allow Apache to rotate its logs (#1074)
* Prevent reboots during cron-apt upgrade (#1071)
* Update documentation (#1107, #1112, #1113)
* Blacklist additional kernel modules used for wireless networking (#1116)

## 0.3.4

The issues for this release were tracked with the 0.3.4 milestone on Github: https://github.com/freedomofpress/securedrop/milestones/0.3.4
Expand Down
187 changes: 130 additions & 57 deletions docs/hardware.md

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/firewall/edit_network_connection.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/firewall/edit_wired_connection.png
Binary file not shown.
Binary file removed docs/images/firewall/editing_wired_connection.png
Binary file not shown.
Binary file added docs/images/firewall/invoke_auto_upgrade.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/firewall/ip_aliases_with_opt2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/firewall/lan_rules.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/firewall/lan_rules_with_opt2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/firewall/opt1_rules.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/firewall/opt1_rules_with_opt2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/firewall/opt2_rules.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/firewall/pfsense_update_available.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/install.md
Expand Up @@ -194,8 +194,8 @@ The Freedom of the Press Foundation Master Signing Key should have a fingerprint
Verify that the current release tag was signed with the master signing key.

cd securedrop/
git checkout 0.3.4
git tag -v 0.3.4
git checkout 0.3.5
git tag -v 0.3.5

You should see 'Good signature from "Freedom of the Press Foundation Master Signing Key"' in the output of `git tag`. If you do not, signature verification has failed and you *should not* proceed with the installation. If this happens, please contact us at securedrop@freedom.press.

Expand Down
225 changes: 156 additions & 69 deletions docs/network_firewall.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion install_files/ansible-base/group_vars/securedrop.yml
Expand Up @@ -2,7 +2,7 @@
# Variables that apply to both the app and monitor server go in this file
# If the monitor or app server need different values define the variable in
# hosts_vars/app.yml or host_vars/mon.yml host_vars/development.yml
securedrop_app_code_version: "0.3.4"
securedrop_app_code_version: "0.3.5"

tor_wait_for_hidden_services: yes
tor_hidden_services_parent_dir: "/var/lib/tor/services"
Expand All @@ -11,7 +11,9 @@ tor_DataDirectory: /var/lib/tor
securedrop_tor_user: "debian-tor"

disabled_kernel_modules:
- btusb
- bluetooth
- iwlmvm
- iwlwifi

ssh_2fa_dependencies:
Expand Down

0 comments on commit 2a3c93c

Please sign in to comment.