Skip to content

Commit

Permalink
SecureDrop 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jul 20, 2022
1 parent 8764942 commit 0bdc722
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion changelog.md
@@ -1,8 +1,13 @@
# Changelog

## 2.4.1~rc1
## 2.4.1

### Web Applications

* Bugfix: fixed codename filter bug affecting messages with non-ASCII characters (#6492)

### CI

* Added exclusions for 2 irrelevant safety db entries (#6473, #6477)

## 2.4.0
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.1~rc1"
securedrop_version: "2.4.1"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

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

* see changelog.md
* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 19 Jul 2022 08:32:11 -0400
-- SecureDrop Team <securedrop@freedom.press> Wed, 20 Jul 2022 07:25:04 -0400

securedrop-app-code (2.4.0+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.1~rc1"
securedrop_version: "2.4.1"
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.4.0
2.4.1
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = '2.4.1~rc1'
__version__ = '2.4.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 0bdc722

Please sign in to comment.