Skip to content

Commit 7724045

Browse files
SecureDrop 2.14.0~rc2
1 parent f1923ee commit 7724045

6 files changed

Lines changed: 31 additions & 3 deletions

File tree

admin/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-admin (2.14.0~rc2) unstable; urgency=medium
2+
3+
* see changelog.md
4+
5+
-- SecureDrop Team <securedrop@freedom.press> Thu, 12 Feb 2026 11:51:38 -0500
6+
17
securedrop-admin (2.14.0~rc1) unstable; urgency=medium
28

39
* see changelog.md

changelog.md

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

3+
## 2.14.0~rc2
4+
5+
### Web Applications and API
6+
7+
* Dependency updates:
8+
* cffi from 1.16.0 to 2.0.0 (#7774)
9+
* cryptography from 41.0.7 to 46.0.5 (#7774)
10+
11+
### Development
12+
13+
* Use uv to update admin requirements (#7774)
14+
* Dependency updates:
15+
* cffi from 1.16.0 to 2.0.0 (#7774)
16+
* cryptography from 41.0.7 to 46.0.5 (#7774)
17+
18+
319
## 2.14.0~rc1
420

521
### Web Applications and API

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_version: "2.14.0~rc1"
5+
securedrop_version: "2.14.0~rc2"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

securedrop/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop (2.14.0~rc2) unstable; urgency=medium
2+
3+
* see changelog.md
4+
5+
-- SecureDrop Team <securedrop@freedom.press> Thu, 12 Feb 2026 11:52:01 -0500
6+
17
securedrop (2.14.0~rc1) unstable; urgency=medium
28

39
* see changelog.md

securedrop/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.14.0~rc1",
7+
version="2.14.0~rc2",
88
author="Freedom of the Press Foundation",
99
author_email="securedrop@freedom.press",
1010
description="SecureDrop Server",

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.14.0~rc1"
1+
__version__ = "2.14.0~rc2"

0 commit comments

Comments
 (0)