Skip to content

Commit

Permalink
SecureDrop 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 29, 2022
1 parent d5ec053 commit 836d47b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 19 deletions.
11 changes: 3 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# Changelog

## 2.3.0~rc2

* Bugfix: updated instance_config message filter fields to set default values (#6345)
* Bugfix: updated Apache2 apparmor profile to include new template file (#6344)

## 2.3.0~rc1
## 2.3.0

### Web Applications

* Added optional message filtering to allow instances to set a minimum initial message length and block initial messages containing source codenames (#6306, #6340)
* Added optional message filtering to allow instances to set a minimum initial message length and block initial messages containing source codenames (#6306, #6340, #6345, #6368)
* Added "skip to notification" link to allow screen-readers to navigate to flashed messages (#6336)
* Updated /generate to improve and simplify instructions on use of the codename (#6330)
* Fixed untranslated string in Read Replies widget (#6321)
* Fixed untranslated string in Read Replies widget (#6321, #6344)
* Updated Source Interface browser security level widget to reflect current Tor Browser UI (#6320)
* Added ARIA annotations for forms in Journalist Interface (#6240)
* Added tor2web detection via URL mangling (#6304)
Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
Original file line number Diff line number Diff line change
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.3.0~rc2"
securedrop_version: "2.3.0"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
securedrop-app-code (2.3.0~rc2+focal) focal; urgency=medium
securedrop-app-code (2.3.0+focal) focal; urgency=medium

* see changelog.md
* see changelog.md

-- SecureDrop Team <[email protected]> Wed, 16 Mar 2022 21:51:14 -0400
-- SecureDrop Team <[email protected]> Tue, 29 Mar 2022 19:13:30 -0400

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

* see changelog.md
* See changelog.md

-- SecureDrop Team <[email protected]> Tue, 15 Mar 2022 11:55:18 -0400
-- SecureDrop Team <[email protected]> Thu, 10 Mar 2022 09:34:17 -0800

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

Expand Down
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
securedrop_version: "2.3.0~rc2"
securedrop_version: "2.3.0"
ossec_version: "3.6.0"
keyring_version: "0.1.5"
config_version: "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion molecule/shared/stable.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.0~rc2'
__version__ = '2.3.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.3.0~rc2",
version="2.3.0",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Server",
Expand Down

0 comments on commit 836d47b

Please sign in to comment.