aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-03-20 12:04:23 +0000
committerOmar Polo <op@omarpolo.com>2021-03-20 12:04:23 +0000
commitc8249bada3df6ab700dadaae36e9570cc8e62d55 (patch)
tree69ec14bd15742a866732f12fe1b4e77ff5ebf0e9
parentb890467e60fcd960c6b77ea8aa4290bd7b62b8e1 (diff)
gmid v1.6 -- "Stargazers"v1.6
-rw-r--r--ChangeLog2
-rw-r--r--ex.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c88d30..43300e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-03-20 Omar Polo <op@omarpolo.com>
+ * 1.6 tagged
+
* sandbox.c (sandbox_logger_process): add capsicum to the logger process
2021-03-19 Omar Polo <op@omarpolo.com>
diff --git a/ex.c b/ex.c
index 645e865..d553fe7 100644
--- a/ex.c
+++ b/ex.c
@@ -174,7 +174,7 @@ launch_cgi(struct iri *iri, struct cgireq *req, struct vhost *vhost)
safe_setenv("SERVER_PORT", path);
safe_setenv("SERVER_PROTOCOL", "GEMINI");
- safe_setenv("SERVER_SOFTWARE", "gmid/1.5");
+ safe_setenv("SERVER_SOFTWARE", "gmid/1.6");
if (*req->subject != '\0')
safe_setenv("AUTH_TYPE", "Certificate");