From e36cb421fa55d61ed815d0533b066c66fb92b2d1 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 2 Oct 2023 10:24:45 +0100 Subject: [PATCH] add manually text --- omero/users/history.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/omero/users/history.rst b/omero/users/history.rst index a6636a5487..777fb30db4 100644 --- a/omero/users/history.rst +++ b/omero/users/history.rst @@ -32,6 +32,35 @@ omero clients: OMERO version history ===================== +5.6.9 (October 2023) +-------------------- + +This release includes the following upgrade of the OMERO.server Java components: + +- omero-gateway-java 5.8.2 +- omero-blitz 5.7.1 +- omero-server 5.6.9 +- omero-renderer 5.5.14 +- omero-romio 5.7.4 +- omero-common 5.6.3 +- omero-model 5.6.12 + + +Improvements include: + +- remove support for ADH and let Ice choose the default SSL protocol. +- revert "Java client init: no "anon" among jdk.tls.disabledAlgorithms" +- an upgrade of Bio-Formats to version 7.0.0 + +**Note:** This upgrade will invalidate the Bio-Formats Memoizer cache. Please +see the upgrade guide for further information. + +This version of the OMERO.server has been tested with: + +- OMERO.py 5.16.0 +- OMERO.web 5.22.1 +- OMERO.dropbox 5.6.2 + 5.6.8 (July 2023) -----------------