summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index fa8252ab..cf213437 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -117,6 +117,12 @@ and the client Linux script sample was updated.
Changes since 4.4.2 (Bug Fixes)
+- Removed hard-coded MD5 algorithm name in OMAPI connection logic. Prior
+ to this using any other algorithm via key-algorithm statement would
+ allow OMAPI connections to made but subsequent actions such as updating
+ an object to fail.
+ [Gitlab #148]
+
- Minor corrections to allow compilation under gcc 10.
[Gitlab #117]