From daa55bce49f8a24391cc92296c253ca2fb0df63a Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Thu, 8 Feb 2024 16:29:54 +0100 Subject: [PATCH] v8.3.3 (#2184) --- CHANGES.rst | 19 +++++++++++++++++-- mslib/version.py | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6e1a6593f..e95e10fc8 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,28 @@ Changelog ========= + + +Version 8.3.3 +~~~~~~~~~~~~~ + +Bug fix release: + +All changes: +https://github.com/Open-MSS/MSS/milestone/101?closed=1 + +Fixes for msmws and mscolab: +- security: fix potential path manipulation in the server sources + + Version 8.3.2 ~~~~~~~~~~~~~ Bug fix release: All changes: -https://github.com/Open-MSS/MSS/milestone/100 +https://github.com/Open-MSS/MSS/milestone/100?closed=1 + Version 8.3.1 ~~~~~~~~~~~~~ @@ -24,7 +39,7 @@ Bug fix release and minor enhacements: We improved the KML docking widget feature All changes: -https://github.com/Open-MSS/MSS/milestone/98 +https://github.com/Open-MSS/MSS/milestone/98?closed=1 Version 8.2.0 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index 0f61a88f9..a80dbaf11 100644 --- a/mslib/version.py +++ b/mslib/version.py @@ -24,4 +24,4 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__ = u'8.3.2' +__version__ = u'8.3.3'