Skip to content

Commit b95da20

Browse files
committed
SecureDrop 0.12.1~rc1
1 parent 7279086 commit b95da20

File tree

12 files changed

+38
-11
lines changed

12 files changed

+38
-11
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.12.1~rc1
4+
5+
### Web Application
6+
7+
* Add "Back to submission page" link to NoScript docs (#4208)
8+
9+
### Operations
10+
11+
* Ensured `gcc` and WiFi related packages are not installed on Xenial on upgrade (#4163)
12+
* Try harder to attach to a `tmux` session on upgrade (#4221)
13+
14+
### Tails Environment
15+
16+
* Resolved error in GUI updater due to flaky keyservers (#4100)
17+
318
## 0.12.0
419

520
### Web Application

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.12.0'
60+
version = '0.12.1~rc1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.12.0'
62+
release = '0.12.1~rc1'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

docs/set_up_admin_tails.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ key:
114114
.. code:: sh
115115
116116
cd ~/Persistent/securedrop/
117-
git checkout 0.12.0
118-
git tag -v 0.12.0
117+
git checkout 0.12.1~rc1
118+
git tag -v 0.12.1~rc1
119119
120120
You should see ``Good signature from "SecureDrop Release Signing Key"`` in the
121121
output of that last command along with the fingerprint above.

install_files/ansible-base/group_vars/all/securedrop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Variables that apply to both the app and monitor server go in this file
33
# If the monitor or app server need different values define the variable in
44
# hosts_vars/app.yml or host_vars/mon.yml
5-
securedrop_app_code_version: "0.12.0"
5+
securedrop_app_code_version: "0.12.1~rc1"
66

77
grsecurity: true
88
install_local_packages: false

install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-trusty

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-app-code (0.12.1~rc1+trusty) trusty; urgency=medium
2+
3+
* See changelog.md
4+
5+
-- SecureDrop Team <[email protected]> Thu, 14 Mar 2019 13:45:10 +0000
6+
17
securedrop-app-code (0.12.0+trusty) trusty; urgency=medium
28

39
* See changelog.md

install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-app-code (0.12.1~rc1+xenial) xenial; urgency=medium
2+
3+
* See changelog.md
4+
5+
-- SecureDrop Team <[email protected]> Thu, 14 Mar 2019 13:45:16 +0000
6+
17
securedrop-app-code (0.12.0+xenial) xenial; urgency=medium
28

39
* See changelog.md

install_files/securedrop-config/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-config
7-
Version: 0.1.2+0.12.0
7+
Version: 0.1.2+0.12.1~rc1
88
Architecture: all
99
Description: Establishes baseline system state for running SecureDrop.
1010
Configures apt repositories.

install_files/securedrop-keyring/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-keyring
7-
Version: 0.1.2+0.12.0
7+
Version: 0.1.2+0.12.1~rc1
88
Architecture: amd64
99
Depends: gnupg
1010
Description: Provides an apt keyring for SecureDrop-related packages, so the master signing key used for SecureDrop packages can be updated via apt.

install_files/securedrop-ossec-agent/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-ossec-agent
7-
Version: 3.0.0+0.12.0
7+
Version: 3.0.0+0.12.1~rc1
88
Architecture: amd64
99
Depends: ossec-agent,securedrop-keyring,securedrop-config
1010
Replaces: ossec-agent

install_files/securedrop-ossec-server/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-ossec-server
7-
Version: 3.0.0+0.12.0
7+
Version: 3.0.0+0.12.1~rc1
88
Architecture: amd64
99
Depends: ossec-server,securedrop-keyring,securedrop-config
1010
Replaces: ossec-server

molecule/builder-trusty/tests/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
securedrop_version: "0.12.0"
2+
securedrop_version: "0.12.1~rc1"
33
ossec_version: "3.0.0"
44
keyring_version: "0.1.2"
55
config_version: "0.1.3"

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.0'
1+
__version__ = '0.12.1~rc1'

0 commit comments

Comments
 (0)