Skip to content

Commit

Permalink
gmid v1.6 -- "Stargazers"
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Mar 20, 2021
1 parent b890467 commit c8249ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2021-03-20 Omar Polo <[email protected]>

* 1.6 tagged

* sandbox.c (sandbox_logger_process): add capsicum to the logger process

2021-03-19 Omar Polo <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c8249ba

Please sign in to comment.