Skip to content

Commit

Permalink
SecureDrop 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed May 24, 2022
1 parent 89f6fd3 commit 04fc89f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 18 deletions.
8 changes: 3 additions & 5 deletions changelog.md
@@ -1,10 +1,6 @@
# Changelog

## 2.4.0~rc2

* Updated SecureDrop release public key to version with expiry date 2020-07-04 (#6448)

## 2.4.0~rc1
## 2.4.0

### Web Applications

Expand All @@ -17,6 +13,7 @@
* Gracefully emit errors when configured languages are unavailable (#6406)
* Fixed broken link to download Tor Browser on Tor2Web interstitial (#6393, #6430)
* Add locale for Portuguese (Portugal), with the language code `pt_PT` (#6156)
* Improved 2FA token reuse protection (#6460)

### Journalist API

Expand All @@ -25,6 +22,7 @@
### Operations

* Disabled fwupd timers to suppress inactionable OSSEC notifications (#6401)
* Updated SecureDrop release public key to version with expiry date 2020-07-04 (#6448)

### Development

Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
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
securedrop_version: "2.4.0~rc2"
securedrop_version: "2.4.0"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
@@ -1,14 +1,8 @@
securedrop-app-code (2.4.0~rc2+focal) focal; urgency=medium
securedrop-app-code (2.4.0+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 17 May 2022 18:14:19 -0400

securedrop-app-code (2.4.0~rc1+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Mon, 09 May 2022 12:19:24 -0400
-- SecureDrop Team <securedrop@freedom.press> Tue, 24 May 2022 10:51:56 -0400

securedrop-app-code (2.3.2+focal) focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
@@ -1,5 +1,5 @@
---
securedrop_version: "2.4.0~rc2"
securedrop_version: "2.4.0"
ossec_version: "3.6.0"
keyring_version: "0.1.6"
config_version: "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion molecule/shared/stable.ver
@@ -1 +1 @@
2.3.2
2.4.0
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = '2.4.0~rc2'
__version__ = '2.4.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.4.0~rc2",
version="2.4.0",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down

0 comments on commit 04fc89f

Please sign in to comment.