Skip to content

Commit

Permalink
Bump to version 4.13.19
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 9, 2023
1 parent 0c8b7ff commit c4d960a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes in version 4.13.19
Correct audio player in relation to handling of multiple recordings
Modify report print to unroll tabs and export completed data
Reimplement CI on the base of Github Actions
During wizard register hostname only if it is not an IP
Revise firewalling rules in relation to Tor malfunctions
When creating a new channel always assign the 'default' questionnaire
Revise webserver log implementation implementing 30 days
of retention and gzip compression
Fix issues: #3790, #3794
Update translations
[doc] Revise documentation about Continuous Integration

Changes in version 4.13.18
Fix download of recipient files by whistleblowers
Deprecate Accessibility Declaration feature;
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__ = '[email protected]'
__copyright__ = '2011-2023 - GlobaLeaks'
__version__ = '4.13.18'
__version__ = '4.13.19'
__license__ = 'AGPL-3.0'

DATABASE_VERSION = 66
Expand Down
4 changes: 2 additions & 2 deletions 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.13.18",
"version": "4.13.19",
"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.13.19) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <[email protected]> Sat, 09 Dec 2023 21:14:03 +0100

globaleaks (4.13.18) 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: '2023-11-12'
releaseDate: '2023-12-09'
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.13.18
softwareVersion: 4.13.19
softwareType: standalone/web
developmentStatus: stable
platforms:
Expand Down

0 comments on commit c4d960a

Please sign in to comment.