summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-05-31 16:47:27 +0200
committerSebastian Pipping <sebastian@pipping.org>2020-05-31 16:47:27 +0200
commitbc7628bef5572a60883eb545a213b21855ebc475 (patch)
treecc05b0db29669d5153fd5f21f1dbd258111b8bbc
parenta8b1c7a05f44c21030f1e7ba57b5e24414b4b8aa (diff)
downloaduriparser-bc7628bef5572a60883eb545a213b21855ebc475.tar.gz
ChangeLog: Document #79 and #81
-rw-r--r--ChangeLog3
-rw-r--r--THANKS1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6002a61..e71a91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ NOTE: uriparser is looking for help with a few things:
* Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67)
* Fixed: CMake: Support GTest 1.8.0 (GitHub #68)
Thanks to Ryan Schmidt for the related report!
+ * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
+ GTEST_INCLUDE_DIR (GitHub #79, #81)
+ Thanks to Wouter Beek for the related report!
* Improved: CMake: Send config summary to stdout, not stderr (GitHub #72)
Thanks to Scott Donelan for the patch!
* Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
diff --git a/THANKS b/THANKS
index 12707ba..8f34990 100644
--- a/THANKS
+++ b/THANKS
@@ -54,5 +54,6 @@ Sezai Tekin
Valentin Haenel
Vitaly Lipatov
Yang Yu
+Wouter Beek
Zachary Lund
Zane van Iperen