Skip to content

Commit de3cc03

Browse files
committed
Preparing for release of 3.4.2 [buildall]
1 parent 006ee32 commit de3cc03

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NEWS for rsync 3.4.2 (UNRELEASED)
1+
# NEWS for rsync 3.4.2 (28 Apr 2026)
22

33
## Changes in this version:
44

@@ -4980,7 +4980,7 @@ to develop and test fixes.
49804980

49814981
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
49824982
|--------------|--------|------------------|-------------|
4983-
| ?? ??? 2025 | 3.4.2 | | 32 |
4983+
| 28 Apr 2026 | 3.4.2 | | 32 |
49844984
| 16 Jan 2025 | 3.4.1 | | 32 |
49854985
| 15 Jan 2025 | 3.4.0 | 15 Jan 2025 | 32 |
49864986
| 06 Apr 2024 | 3.3.0 | | 31 |

latest-year.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define LATEST_YEAR "2025"
1+
#define LATEST_YEAR "2026"

packaging/lsb/rsync.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A fast, versatile, remote (and local) file-copying tool
22
Name: rsync
3-
Version: 3.4.1
3+
Version: 3.4.2
44
%define fullversion %{version}
55
Release: 1
66
%define srcdir src
@@ -79,5 +79,5 @@ rm -rf $RPM_BUILD_ROOT
7979
%dir /etc/rsync-ssl/certs
8080

8181
%changelog
82-
* Thu Jan 16 2025 Rsync Project <rsync.project@gmail.com>
83-
Released 3.4.1.
82+
* Tue Apr 28 2026 Rsync Project <rsync.project@gmail.com>
83+
Released 3.4.2.

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define RSYNC_VERSION "3.4.2dev"
2-
#define MAINTAINER_TZ_OFFSET -7.0
1+
#define RSYNC_VERSION "3.4.2"
2+
#define MAINTAINER_TZ_OFFSET 10.0

0 commit comments

Comments
 (0)