aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-11-18 09:36:18 +0100
committerOmar Polo <op@omarpolo.com>2020-11-18 09:36:18 +0100
commitdd3895586f02713b2ef058190d7cade1beb39fce (patch)
tree17ae450d3bfb2d2eec3ee0ba5e3bbc1b2387d728
parent7cd6880b84f3bba0cc8b11ef452dba18e0b51155 (diff)
mention the bugfix and tag 1.3.11.3.1
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 217661d..874db7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2020-11-18 Omar Polo <op@omarpolo.com>
+ * 1.3.1 tagged
+
* gmid.c (url_after_proto): correct url parsing: accept URLs
without explicit protocol
+ (url_start_of_request): correct handling of relative URLs
2020-11-17 Omar Polo <op@omarpolo.com>