mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the user should be able to kill the session from Dashboard if the user has a 'pg_signal_backend' role. Fixes #6159
This commit is contained in:
committed by
Akshay Joshi
parent
f77fceb1b2
commit
8279e7e01c
@@ -11,6 +11,7 @@ notes for it.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release_notes_5_1
|
||||
release_notes_5_0
|
||||
release_notes_4_30
|
||||
release_notes_4_29
|
||||
|
||||
20
docs/en_US/release_notes_5_1.rst
Normal file
20
docs/en_US/release_notes_5_1.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
************
|
||||
Version 5.1
|
||||
************
|
||||
|
||||
Release date: 2021-03-25
|
||||
|
||||
This release contains a number of bug fixes and new features since the release of pgAdmin4 5.0.
|
||||
|
||||
New features
|
||||
************
|
||||
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Issue #6159 <https://redmine.postgresql.org/issues/6159>`_ - Ensure that the user should be able to kill the session from Dashboard if the user has a 'pg_signal_backend' role.
|
||||
Reference in New Issue
Block a user