You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot)
20
+
* Rclone was **not** vulnerable to this.
21
+
* See https://github.com/advisories/GHSA-v778-237x-gjrc
22
+
* build: Update golang.org/x/net to v0.33.0 to fix CVE-2024-45338 - Non-linear parsing of case-insensitive content (Nick Craig-Wood)
23
+
* Rclone was **not** vulnerable to this.
24
+
* See https://github.com/advisories/GHSA-w32m-9786-jp63
25
+
* New Features
26
+
* accounting: Write the current bwlimit to the log on SIGUSR2 (Nick Craig-Wood)
27
+
* bisync: Change exit code from 2 to 7 for critically aborted run (albertony)
28
+
* build
29
+
* Update all dependencies (Nick Craig-Wood)
30
+
* Replace Windows-specific `NewLazyDLL` with `NewLazySystemDLL` (albertony)
31
+
* cmd: Change exit code from 1 to 2 for syntax and usage errors (albertony)
32
+
* docker serve: make sure all mount and VFS options are parsed (Nick Craig-Wood)
33
+
* doc fixes (albertony, Alexandre Hamez, Anthony Metzidis, buengese, Dan McArdle, David Seifert, Francesco Frassinelli, Michael R. Davis, Nick Craig-Wood, Pawel Palucha, Randy Bush, remygrandin, Sam Harrison, shenpengfeng, tgfisher, Thomas ten Cate, ToM, Tony Metzidis, vintagefuture, Yxxx)
34
+
* fs: Make `--links` flag global and add new `--local-links` and `--vfs-links` flags (Nick Craig-Wood)
35
+
* http servers: Disable automatic authentication skipping for unix sockets in http servers (Moises Lima)
36
+
* This was making it impossible to use unix sockets with an proxy
37
+
* This might now cause rclone to need authenticaton where it didn't before
38
+
* oauthutil: add support for OAuth client credential flow (Martin Hassack, Nick Craig-Wood)
39
+
* operations: make log messages consistent for mkdir/rmdir at INFO level (Nick Craig-Wood)
40
+
* rc: Add `relative` to [vfs/queue-set-expiry](/rc/#vfs-queue-set-expiry) (Nick Craig-Wood)
41
+
* serve dlna: Sort the directory entries by directories first then alphabetically by name (Nick Craig-Wood)
0 commit comments