autoreconf from autoconf 2.70 warns that AC_PROG_CC_STDC is obsolete,
recommending to use AC_PROG_CC instead. We already call the latter
macro, and the behavior change appears to have been introduced in
autoconf 2.54 (released 2002-09-13), which is older than our minimum
supported version of 2.66.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This release fixes an issue with libbsdiff thread safety. This was a
regression introduced in v1.0.3.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This release fixes a bug that results in significantly improved diff
creation times in certain cases.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This release enables the functional test suite by default. To disable
the ability to run the test suite and its dependency checks, pass
--disable-tests to configure for the build.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
Building the tests is enabled by default, but because the test suite
requires root privileges to run at the moment, people should have to
option to disable the tests entirely.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This release fixes a small issue with permissions on the target files
created by both bsdiff and bspatch, namely that there is no reason for
them not to be group and world readable.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>