Skip to content

librsync 2.0.2

Compare
Choose a tag to compare
@dbaarda dbaarda released this 27 Feb 10:16
· 363 commits to master since this release
400ecbd

Overview

This is a minor point release that includes mainly code cleanups and compatibility fixes for different platforms. Upgrading from v2.0.1 is recommended but not urgent for people who don't require any of these fixes.

Included Changes

  • Improve CMake install paths configuration (wRAR, #133) and platform support checking when cross-compiling (fornwall, #136).

  • Fix Unaligned memory access for rs_block_sig_init() (dbaarda, #135).

  • Fix hashtable_test.c name collision for key_t in sys/types.h on some platforms (dbaarda, #134)

  • Format code with consistent style, adding make tidy and make tidyc targets for reformating code and comments. (dbaarda, #125)

  • Removed perl as a build dependency. Note it is still required for some tests. (dbaarda, #75)

  • Update RPM spec file for v2.0.2 and fix cmake man page install. (deajan, #47)

Known Issues

  • The debian package configs are still very out of date.