Skip to content

Commit 494879b

Browse files
committed
update NEWS.md for 3.4.1
1 parent 8d6da04 commit 494879b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

NEWS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# NEWS for rsync 3.4.1 (16 Jan 2025)
2+
3+
Release 3.4.1 is a fix for regressions introduced in 3.4.0
4+
5+
## Changes in this version:
6+
7+
### BUG FIXES:
8+
9+
- fixed handling of -H flag with conflict in internal flag values
10+
11+
- fixed a user after free in logging of failed rename
12+
13+
- fixed build on systems without openat()
14+
15+
- removed dependency on alloca() in bundled popt
16+
17+
### DEVELOPER RELATED:
18+
19+
- fix to permissions handling in the developer release script
20+
21+
------------------------------------------------------------------------------
122
# NEWS for rsync 3.4.0 (15 Jan 2025)
223

324
Release 3.4.0 is a security release that fixes a number of important vulnerabilities.
@@ -4816,6 +4837,7 @@ to develop and test fixes.
48164837

48174838
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
48184839
|--------------|--------|------------------|-------------|
4840+
| 16 Jan 2025 | 3.4.1 | | 32 |
48194841
| 15 Jan 2025 | 3.4.0 | | 32 |
48204842
| 06 Apr 2024 | 3.3.0 | | 31 |
48214843
| 20 Oct 2022 | 3.2.7 | | 31 |

0 commit comments

Comments
 (0)