@@ -46,8 +46,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
46
46
and use them rather than custom code
47
47
Disregard setlinebuf(3), always use setvbuf(3).
48
48
Building and testing:
49
- autoconf: Update install-sh script to the latest available version.
50
- autoconf: Remove detection of early IPv6 stacks.
49
+ Autoconf: Remove detection of early IPv6 stacks.
51
50
Detect OS IPv6 support using AF_INET6 only.
52
51
Remove all remaining support for BSD/OS, IRIX, {OSF/1, Digital Unix,
53
52
Tru64 Unix}, SINIX and Ultrix.
@@ -130,17 +129,18 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
130
129
At build time require a proof of suitable snprintf(3) implementation in
131
130
libc (and document Solaris 9 as unsupported because of that).
132
131
Makefile.in: Add two "touch .devel" commands in the releasecheck target.
133
- autoconf : Get --with-user and --with-chroot right.
134
- autoconf : Fix --static-pcap-only test on Solaris 10.
135
- autoconf : Add some warning flags for clang 13 or newer.
136
- autoconf : Update config.{guess,sub}, timestamps 2024-01-01.
137
- autoconf : Add autogen.sh, remove configure and config.h.in and put
132
+ Autoconf : Get --with-user and --with-chroot right.
133
+ Autoconf : Fix --static-pcap-only test on Solaris 10.
134
+ Autoconf : Add some warning flags for clang 13 or newer.
135
+ Autoconf : Update config.{guess,sub}, timestamps 2024-01-01.
136
+ Autoconf : Add autogen.sh, remove configure and config.h.in and put
138
137
these generated files in the release tarball.
138
+ Autoconf: Update the install-sh script to the 2020-11-14.01 version.
139
139
configure: Apply autoupdate 2.69.
140
140
CMake: improve the comment before project(tcpdump C).
141
141
Do not require vsnprintf().
142
142
tests: Use the -tttt option, by default, for the tests.
143
- autoconf , CMake: Get the size of a void * and a time_t.
143
+ Autoconf , CMake: Get the size of a void * and a time_t.
144
144
Documentation:
145
145
Fixed errors in doc/README.Win32.md and renamed it to
146
146
README.windows.md.
0 commit comments