summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-06-01 19:34:30 +0200
committerSebastian Pipping <sebastian@pipping.org>2022-06-01 19:39:04 +0200
commita0b9b251787f1053cae90c793c8433af4028c2d1 (patch)
treee1f1e3d70ed8774f7d7032d070649ac7731c3064
parente20a979a4220f03ed3c4b8ef15e314b6e20cf86b (diff)
downloaduriparser-a0b9b251787f1053cae90c793c8433af4028c2d1.tar.gz
ChangeLog: Document #149
-rw-r--r--ChangeLog5
-rw-r--r--THANKS1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc54e13..b06cc75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ xxxx-xx-xx -- x.x.x
* Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub #139,
GitHub #141); thanks to Mariusz Zaborski for the report!
+ * Improved: Use name UriConfig.h rather than generic config.h for the
+ config header file to avoid name clashes and also include it through
+ "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found
+ in quote path locations (GitHub #149)
+ Thanks to Gaspard Petit for bringing this up!
2022-01-06 -- 0.9.6
diff --git a/THANKS b/THANKS
index 8428606..0d6cce3 100644
--- a/THANKS
+++ b/THANKS
@@ -22,6 +22,7 @@ Edward Z. Yang
Eren Türkay
Fabrice Fontaine
Friedrich Delgado Friedrichs
+Gaspard Petit
Gary Mazzaferro
Graham Percival
Harvey Vrsalovic