Skip to content

Commit

Permalink
Merge pull request #7136 from freedomofpress/bump2_8_0-rc2-ver
Browse files Browse the repository at this point in the history
Push 2.8.0-rc2 version bump.
  • Loading branch information
legoktm committed Mar 8, 2024
2 parents a0b6677 + 4789a62 commit 901f8f7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.8.0~rc2

* Updated GUI updater to use wayland QT plugin by default, falling back to xcb (#7134)

## 2.8.0~rc1

### Web applications
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.8.0~rc1"
securedrop_version: "2.8.0~rc2"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
6 changes: 6 additions & 0 deletions securedrop/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securedrop (2.8.0~rc2+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Fri, 08 Mar 2024 13:53:35 -0500

securedrop (2.8.0~rc1+focal) focal; urgency=medium

* see changelog.md
Expand Down
2 changes: 1 addition & 1 deletion securedrop/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.8.0~rc1",
version="2.8.0~rc2",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.0~rc1"
__version__ = "2.8.0~rc2"

0 comments on commit 901f8f7

Please sign in to comment.