From 5f8e6c7d82266d8e64cb297f5158d9327ab735c0 Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Sat, 24 Aug 2024 14:07:45 +0200 Subject: [PATCH] Bump to version 5.0.1 --- CHANGELOG | 14 ++++++++++++++ backend/globaleaks/__init__.py | 2 +- client/npm-shrinkwrap.json | 4 ++-- client/package.json | 2 +- debian/changelog | 6 ++++++ publiccode.yml | 4 ++-- 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1b716f0272..94de9a8454 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ + [doc] Update documentation images + +commit b3b0063c48cb77ccba487add127944ef0c3020e2 +Author: Giovanni Pellerano +Date: Wed Aug 21 14:33:21 2024 +0200 +Changes in version 5.0.1 + Avoid to send emails when handlers exceed execution threshold + Enable to use markdown in ToSs' labels + Correct login interface for admin in relation to simplified login + Revise interface showing files on related questions + Bump client dependencies to latest version + [ci] Revise tests and improve screenshots collection + [doc] Update documentation images + Changes in version 5.0.0 Implement full client rewrite on the base of Angular 18 and Bootstrap 5 Display report expiration date changes on report page (#4116) diff --git a/backend/globaleaks/__init__.py b/backend/globaleaks/__init__.py index e9d85b04fe..e2ca5a8d9c 100644 --- a/backend/globaleaks/__init__.py +++ b/backend/globaleaks/__init__.py @@ -7,7 +7,7 @@ __author__ = 'GlobaLeaks' __email__ = 'info@globaleaks.org' __copyright__ = '2011-2024 - GlobaLeaks' -__version__ = '5.0.0' +__version__ = '5.0.1' __license__ = 'AGPL-3.0' DATABASE_VERSION = 68 diff --git a/client/npm-shrinkwrap.json b/client/npm-shrinkwrap.json index 9ac1f453c5..ddd0fa30c6 100644 --- a/client/npm-shrinkwrap.json +++ b/client/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "globaleaks", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "globaleaks", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { "@angular/animations": "18.2.1", "@angular/common": "18.2.1", diff --git a/client/package.json b/client/package.json index 1020fad504..98d15a3e0d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "globaleaks", - "version": "5.0.0", + "version": "5.0.1", "scripts": { "test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron" }, diff --git a/debian/changelog b/debian/changelog index 7148e45334..8ef36d2c27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +globaleaks (5.0.1) stable; urgency=medium + + * New stable release + + -- GlobaLeaks software signing key Sat, 24 Aug 2024 14:04:02 +0200 + globaleaks (5.0.0) stable; urgency=medium * New stable release diff --git a/publiccode.yml b/publiccode.yml index 4b0e350134..5967b98c29 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -1,11 +1,11 @@ name: GlobaLeaks -releaseDate: '2024-08-18' +releaseDate: '2024-08-24' 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: 5.0.0 +softwareVersion: 5.0.1 softwareType: standalone/web developmentStatus: stable platforms: