Skip to content

Releases: RsyncProject/rsync

v3.4.1

15 Jan 21:06

Choose a tag to compare

What's Changed

  • update maintainer address by @tridge in #698
  • Fix FLAG_GOT_DIR_FLIST collission with FLAG_HLINKED by @ncopa in #705
  • Fix use-after-free in generator by @ncopa in #706
  • Simple test to validate -H break reported in #702 by @rosorio in #703
  • Fix build on ancient glibc without openat(AT_FDCWD by @ncopa in #707
  • popt: remove dependency on alloca by @tridge in #709

Full Changelog: v3.4.0...v3.4.1

v3.4.0

14 Jan 19:39

Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v3.3.0...v3.4.0