File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
v3.8.9 (XXXX-XX-XX)
2
2
-------------------
3
3
4
+ * Updated OpenSSL to 1.1.1t and OpenLDAP to 2.6.4.
5
+
4
6
* BTS-1193: Fix for schema update. When removing a field and then inserting a
5
7
new field into the schema, previously, both old and new schema would be
6
8
merged, meaning it would maintain the old field and add the new one.
@@ -70,8 +72,6 @@ v3.8.9 (XXXX-XX-XX)
70
72
query was executed inside Foxx or from inside a JS transaction, but not
71
73
otherwise).
72
74
73
- * Updated OpenSSL to 1.1.1s.
74
-
75
75
* Solve a case of excessive memory consumption in certain AQL queries with IN
76
76
filters with very long lists. Free sub-iterators as soon as they are
77
77
exhausted.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ GCC_LINUX "9.3.0-r2"
5
5
MSVC_WINDOWS "2019"
6
6
LLVM_CLANG_MACOS "12"
7
7
MACOS_MIN "10.14"
8
- OPENSSL_LINUX "1.1.1s "
9
- OPENSSL_MACOS "1.1.1s "
10
- OPENSSL_WINDOWS "1.1.1s "
8
+ OPENSSL_LINUX "1.1.1t "
9
+ OPENSSL_MACOS "1.1.1t "
10
+ OPENSSL_WINDOWS "1.1.1t "
11
11
USE_RCLONE "true"
12
12
MINIMAL_DEBUG_INFO "On"
You can’t perform that action at this time.
0 commit comments