CHANGES: add some new main-and-1.10 changes. [skip ci]

(cherry picked from commit 6360d0105ba7cca0ed8705722e88894d230765d5)
diff --git a/CHANGES b/CHANGES
index 67233fb..2cdd81b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,7 @@
       Use _declspec(deprecated(msg)) rather than __pragma(deprecated)
         for Windows deprecation warnings, so the message that was
         specified shows up.
+      Remove unnecessary DllMain() function.
     Savefiles:
       Fix pcap_dispatch() to return number of packets processed, rather
         than 0, even at EOF.
@@ -146,6 +147,7 @@
       On Solaris, check the target bit-width and set PKG_CONFIG_PATH
         appropriately, to handle the mess that is the D-Bus library
         package (issue #1112).
+      Fix generation of pcap-config and libpcap.pc files (issue #1062).
     Documentation:
       Add README.solaris.md.
       Add SCTP to pcap-filter(7).