aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-25 14:31:40 +0000
committerOmar Polo <op@omarpolo.com>2021-01-25 14:31:40 +0000
commita5d04ea066e388b39aa5494574fda7c92f116009 (patch)
tree0af0773ea550c68fc43f3e825423d519b6517fc7 /ChangeLog
parentf28d96d3997c46c4679963ef5253c829b7221152 (diff)
sync
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 815e5db..4082685 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-01-25 Omar Polo <op@omarpolo.com>
+ * gmid.1: manpage improvements (example and usage)
+
+ * gmid.c (main): Dropping -C, -K, -f, changing the meaning of -d:
+ now it's the certificate directory. Serve the directory given as
+ positional argument (or the current one) when running in
+ config-less mode.
+ (gen_certificate): automatically generate a certificate
+
* parse.y (option): added chroot and user options
2021-01-24 Omar Polo <op@omarpolo.com>