aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");