File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
devel
2
2
-----
3
3
4
+ * Switched to customized (instead of official) forked rclone v1.65.2 built with
5
+ go1.23.8 to avoid CVEs.
6
+
4
7
* Fix BTS-2119: The optimization rule `async-prefetch` could cause
5
8
crashes when a query aborts early, e.g. due to a runtime error,
6
9
the query being killed, or the memory limit being reached.
11
14
12
15
* Updated ArangoDB Starter to v0.19.10.
13
16
14
- * Rebuilt included rclone v1.65.5 with go1.22.12 and non-vulnerable
15
- dependencies.
16
-
17
17
* Remove overeager assert, only relevant for testing.
18
18
19
19
* Implement license changes: The Community Edition without a license now has a
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ GCC_LINUX "13.2.0"
4
4
CLANG_LINUX "19.1.7"
5
5
OPENSSL_LINUX "3.5.0"
6
6
USE_RCLONE "true"
7
- RCLONE_GO "1.22.12-f93fbc9 "
7
+ RCLONE_GO "1.23.8-ed23da8 "
8
8
RCLONE_VERSION "1.65.2"
9
9
MINIMAL_DEBUG_INFO "On"
10
10
DEFAULT_ARCHITECTURE "sandy-bridge"
You can’t perform that action at this time.
0 commit comments