File tree Expand file tree Collapse file tree
install_files/ansible-base
roles/build-securedrop-app-code-deb-pkg/files Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.4.1~ rc1
4+
5+ * Bugfix: fixed codename filter bug affecting messages with non-ASCII characters (#6492 )
6+ * Added exclusions for 2 irrelevant safety db entries (#6473 , #6477 )
7+
38## 2.4.0
49
510### Web Applications
Original file line number Diff line number Diff line change 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_version: "2.4.0 "
5+ securedrop_version: "2.4.1~rc1 "
66securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77
88grsecurity: true
Original file line number Diff line number Diff line change 1+ securedrop-app-code (2.4.1~rc1+focal) focal; urgency=medium
2+
3+ * see changelog.md
4+
5+ -- SecureDrop Team <securedrop@freedom.press> Tue, 19 Jul 2022 08:32:11 -0400
6+
17securedrop-app-code (2.4.0+focal) focal; urgency=medium
28
39 * see changelog.md
Original file line number Diff line number Diff line change 1- # sha256 digest quay.io/freedomofpress/sd-docker-builder-focal:2022_05_23
2- e206eeb8d1a307db74d7e782a505f83aa60a3455ab3dd71a496d8d7706cda615
1+ # sha256 digest quay.io/freedomofpress/sd-docker-builder-focal:2022_07_19
2+ b33a676fbdaa7d7703648ca9ac8b6775dd8e51c75767af6d208c7201cb42c355
Original file line number Diff line number Diff line change 11---
2- securedrop_version : " 2.4.0 "
2+ securedrop_version : " 2.4.1~rc1 "
33ossec_version : " 3.6.0"
44keyring_version : " 0.1.6"
55config_version : " 0.1.4"
Original file line number Diff line number Diff line change 1- __version__ = '2.4.0 '
1+ __version__ = '2.4.1~rc1 '
Original file line number Diff line number Diff line change 44
55setuptools .setup (
66 name = "securedrop-app-code" ,
7- version = "2.4.0 " ,
7+ version = "2.4.1~rc1 " ,
88 author = "Freedom of the Press Foundation" ,
99 author_email = "securedrop@freedom.press" ,
1010 description = "SecureDrop Server" ,
You can’t perform that action at this time.
0 commit comments