v3.4.0
What's Changed
- configure.ac: fix failing IPv6 check due to missing return type by @bobrik in https://github.com/RsyncProject/rsync/pull/558
- CI: moved FreeBSD CI to github actions by @tridge in https://github.com/RsyncProject/rsync/pull/588
- hint that a proxy can handle plain and ssl stream at the same time by @eworm-de in https://github.com/RsyncProject/rsync/pull/465
- Silence unused var warning by @AZero13 in https://github.com/RsyncProject/rsync/pull/476
- update to popt 1.19 by @tridge in https://github.com/RsyncProject/rsync/pull/592
- support: added install_deps_ubuntu.sh by @tridge in https://github.com/RsyncProject/rsync/pull/591
- CI: fixed rules for when to trigger by @tridge in https://github.com/RsyncProject/rsync/pull/593
- CI: added Solaris build by @charmitro in https://github.com/RsyncProject/rsync/pull/594
- Apple silicon linker path details by @vaguely-tagged in https://github.com/RsyncProject/rsync/pull/601
- acls: sync type for orig_umask and clear macOS compilation warnings by @carenas in https://github.com/RsyncProject/rsync/pull/614
- Fix misc. warnings found by clang-16 by @hhoffstaette in https://github.com/RsyncProject/rsync/pull/521
- rrsync: fix wrong parameter name in manpage SYNOPSIS by @samueloph in https://github.com/RsyncProject/rsync/pull/557
- Introduce PTR_SUB by @AZero13 in https://github.com/RsyncProject/rsync/pull/477
- Allow basic connectivity check via rrsync by @cjwatson in https://github.com/RsyncProject/rsync/pull/586
- When not using the builtin zlib, link it before linking libcrypto, as libcrypto depends on zlib. by @Romain-Geissler-1A in https://github.com/RsyncProject/rsync/pull/581
- fix typo in manpage by @grfrederic in https://github.com/RsyncProject/rsync/pull/612
- added security email address to README.md by @tridge in https://github.com/RsyncProject/rsync/pull/681
- GCC15(-std=gnu23) adjustment: Fix function pointer cast in qsort() by @charmitro in https://github.com/RsyncProject/rsync/pull/665
- release 3.4.0 by @tridge in https://github.com/RsyncProject/rsync/pull/696
New Contributors
- @bobrik made their first contribution in https://github.com/RsyncProject/rsync/pull/558
- @tridge made their first contribution in https://github.com/RsyncProject/rsync/pull/588
- @AZero13 made their first contribution in https://github.com/RsyncProject/rsync/pull/476
- @charmitro made their first contribution in https://github.com/RsyncProject/rsync/pull/594
- @vaguely-tagged made their first contribution in https://github.com/RsyncProject/rsync/pull/601
- @carenas made their first contribution in https://github.com/RsyncProject/rsync/pull/614
- @cjwatson made their first contribution in https://github.com/RsyncProject/rsync/pull/586
- @Romain-Geissler-1A made their first contribution in https://github.com/RsyncProject/rsync/pull/581
- @grfrederic made their first contribution in https://github.com/RsyncProject/rsync/pull/612
Full Changelog: https://github.com/RsyncProject/rsync/compare/v3.3.0...v3.4.0