Skip to content

Commit

Permalink
Bump to version 4.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jun 1, 2024
1 parent 2a1c769 commit bf8053b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in version 4.15.5
Fix: Do not notify report updates when personal notes are loaded
Update translations

Changes in version 4.15.4
Revert change introduced in 4.15.3 to prevent updating report date
at the time of first report opening following community preference
Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'GlobaLeaks'
__email__ = 'info@globaleaks.org'
__copyright__ = '2011-2024 - GlobaLeaks'
__version__ = '4.15.4'
__version__ = '4.15.5'
__license__ = 'AGPL-3.0'

DATABASE_VERSION = 68
Expand Down
2 changes: 1 addition & 1 deletion client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GlobaLeaks",
"description": "GlobaLeaks - Free and Open-Source Whistleblowing Software",
"version": "4.15.4",
"version": "4.15.5",
"license": "AGPL-3.0",
"author": "GlobaLeaks",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globaleaks (4.15.5) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <info@globaleaks.org> Sat, 01 Jun 2024 10:51:41 +0200

globaleaks (4.15.4) stable; urgency=medium

* New stable release
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: GlobaLeaks
releaseDate: '2024-05-08'
releaseDate: '2024-06-01'
publiccodeYmlVersion: '0.2'
url: 'https://github.com/globaleaks/GlobaLeaks'
landingURL: 'https://www.globaleaks.org/'
roadmap: "https://docs.globaleaks.org/en/main/roadmap/"
logo: brand/assets/globaleaks-icon-color.svg
softwareVersion: 4.15.4
softwareVersion: 4.15.5
softwareType: standalone/web
developmentStatus: stable
platforms:
Expand Down

0 comments on commit bf8053b

Please sign in to comment.