From 9a1321b05430c4905618780a18f5d9238b556b52 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Tue, 9 Apr 2024 14:46:41 +0200 Subject: [PATCH] CHANGES: Add two changes backported to the 4.99 branch (cherry picked from commit 7652b93066c0051093aed47b2139773536d03296) [skip ci] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index a350c99e..e81389a9 100644 --- a/CHANGES +++ b/CHANGES @@ -86,6 +86,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group tests: Use the -tttt option, by default, for the tests. Autoconf, CMake: Get the size of a void * and a time_t. Fix propagation of cc_werr_cflags() output. + Makefile.in: Fix the depend target. + mkdep: Exit with a non-zero status if a command fails. Documentation: Fixed errors in doc/README.Win32.md.