]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
NEWS: update protocol version table
authorAndrew Tridgell <andrew@tridgell.net>
Tue, 14 Jan 2025 18:41:07 +0000 (05:41 +1100)
committerAndrew Tridgell <andrew@tridgell.net>
Tue, 14 Jan 2025 18:50:05 +0000 (05:50 +1100)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index b983097a09234b594532118f0f2b2f3546340580..4f18bc761a864c6fbfad13ce842b8d6d7480b652 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,19 +1,24 @@
-# NEWS for rsync 3.4.0 (14th Jan 2025)
+# NEWS for rsync 3.4.0 (15 Jan 2025)
 
 Release 3.4.0 is a security release that fixes a number of important vulnerabilities.
 
-Many thanks to Simon Scannell, Pedro Gallegos, and Jasiel Spelman at
-Google Cloud Vulnerability Research and Aleksei Gorban (Loqpa) for
-discovering these vulnerabilities and working with the rsync project
-to develop and test fixes.
-
 For more details on the vulnerabilities please see the CERT report
 https://kb.cert.org/vuls/id/952657
 
 ## Changes in this version:
 
+### PROTOCOL NUMBER:
+
+ - The protocol number was changed to 32 to make it easier for
+   administrators to check their servers have been updated
+
 ### SECURITY FIXES:
 
+Many thanks to Simon Scannell, Pedro Gallegos, and Jasiel Spelman at
+Google Cloud Vulnerability Research and Aleksei Gorban (Loqpa) for
+discovering these vulnerabilities and working with the rsync project
+to develop and test fixes.
+
 - CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing.
 
 - CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats ASLR.
@@ -4811,7 +4816,7 @@ https://kb.cert.org/vuls/id/952657
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Nov 2024  | 3.3.1  |                  | 31          |
+| 15 Jan 2025  | 3.4.0  |                  | 32          |
 | 06 Apr 2024  | 3.3.0  |                  | 31          |
 | 20 Oct 2022  | 3.2.7  |                  | 31          |
 | 09 Sep 2022  | 3.2.6  |                  | 31          |