]> The Tcpdump Group git mirrors - libpcap/commitdiff
CHANGES: add periods at the ends of some items. [skip ci]
authorGuy Harris <[email protected]>
Wed, 16 Mar 2022 04:45:02 +0000 (21:45 -0700)
committerGuy Harris <[email protected]>
Wed, 16 Mar 2022 04:45:31 +0000 (21:45 -0700)
(cherry picked from commit a39bb1f658a8dd42f0d31d8a1e105e3f119f7f7c)

CHANGES

diff --git a/CHANGES b/CHANGES
index 3947d785bbd666e5fc3936eca1d77465c987825f..c7e4d573658f3c5e8bcdda28a599289f55b83f4d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,18 +5,18 @@ Monthday, Month DD, YYYY:
       Use AS_HELP_STRING macro instead of AC_HELP_STRING in the
         configure scripts, to avoid deprecation warnings.
       Change availability tags in pcap.h to make it easier to
-        arrange for it to be used in Darwin releases
-      Use AS_HELP_STRING for --enable-remote
-      Fix some formatting string issues found by cppcheck
-      Squelch some CMake warnings
-      Various small code and comment cleanups
+        arrange for it to be used in Darwin releases.
+      Use AS_HELP_STRING for --enable-remote.
+      Fix some formatting string issues found by cppcheck.
+      Squelch some CMake warnings.
+      Various small code and comment cleanups.
     Building and testing:
-      Update configure-time universal build checks for macOS
-      Update config.guess and config.sub
+      Update configure-time universal build checks for macOS.
+      Update config.guess and config.sub.
       If we look for an SSL library with pkg-config in configure script,
-        try pkg-config first
+        try pkg-config first.
       If we have pkg-config and Homebrew, try to set pkg-config up to
-        find Homebrew packages
+        find Homebrew packages.
     Savefiles:
       Fix pcap_dispatch() to return number of packets processed, rather
         than 0, even at EOF.