]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to git ignore the library symbol file that configure can create.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Feb 2023 11:08:27 +0000 (12:08 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Feb 2023 11:08:27 +0000 (12:08 +0100)
.gitignore
doc/Changelog

index 6c3cfb91df111a4372553efdfd9590f6a52e67d2..985e48869eaf304b9a482b04e6ec77ed59b375d8 100644 (file)
@@ -10,6 +10,7 @@
 /config.status
 /dnstap/dnstap_config.h
 /dnscrypt/dnscrypt_config.h
+/clubsyms.def
 /doc/example.conf
 /doc/libunbound.3
 /doc/unbound-anchor.8
index ae38e3b0d5e31b82aed7b8262bb4fa35dcda283d..b520f624c9c8192df0b253dd09a6486bbfa7c966 100644 (file)
@@ -9,6 +9,7 @@
        - Fix unit tests for spurious empty messages.
        - Fix consistency of unit test without roundrobin answers for the
          cnametooptout unit test.
+       - Fix to git ignore the library symbol file that configure can create.
 
 8 February 2023: Wouter
        - Fix #841: Unbound won't build with aaaa-filter-iterator.patch.