aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-04-03 13:30:04 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-04-05 09:35:37 +0200
commitf245f70af40d65edb678a3d3c4eead74b1a25055 (patch)
treec211e182bcc4f33d651cdc5c2ddd1ee65a6211ca
parentc7bb7b3b37a16357b41f0be8e793e7c90f24b321 (diff)
downloadtcpdump-f245f70af40d65edb678a3d3c4eead74b1a25055.tar.gz
CHANGES: Move a backported change to the 4.99 branch
Use Autoconf with 'A', as this is the official name of the package. (cherry picked from commit 6eccce9a7c328158027b404b9504cf2d1afaa01e) [skip ci]
-rw-r--r--CHANGES13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 1883b972..a350c99e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,17 +73,18 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
At build time require a proof of suitable snprintf(3) implementation in
libc (and document Solaris 9 as unsupported because of that).
Makefile.in: Add two "touch .devel" commands in the releasecheck target.
- autoconf: Get --with-user and --with-chroot right.
- autoconf: Fix --static-pcap-only test on Solaris 10.
- autoconf: Add some warning flags for clang 13 or newer.
- autoconf: Update config.{guess,sub}, timestamps 2024-01-01.
- autoconf: Add autogen.sh, remove configure and config.h.in and put
+ Autoconf: Get --with-user and --with-chroot right.
+ Autoconf: Fix --static-pcap-only test on Solaris 10.
+ Autoconf: Add some warning flags for clang 13 or newer.
+ Autoconf: Update config.{guess,sub}, timestamps 2024-01-01.
+ Autoconf: Add autogen.sh, remove configure and config.h.in and put
these generated files in the release tarball.
+ Autoconf: Update the install-sh script to the 2020-11-14.01 version.
configure: Apply autoupdate 2.69.
CMake: improve the comment before project(tcpdump C).
Do not require vsnprintf().
tests: Use the -tttt option, by default, for the tests.
- autoconf, CMake: Get the size of a void * and a time_t.
+ Autoconf, CMake: Get the size of a void * and a time_t.
Fix propagation of cc_werr_cflags() output.
Documentation:
Fixed errors in doc/README.Win32.md.