diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-04 11:32:21 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-04 11:32:21 +0000 |
commit | b6eb184a950c58d310bb9ae3c093767154518ce3 (patch) | |
tree | c22215ef5a295af2e7b98ee73d49c7a59c176662 | |
parent | d08e2664fc9e54b88e3058a0a943ed5858cb3ca4 (diff) |
changelog for 2.0.3
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2024-06-04 Omar Polo <op@omarpolo.com> + + * configure (VERSION): release 2.0.3 + +2024-06-03 Omar Polo <op@omarpolo.com> + + * server.c (vhost_fastcgi): fix `fastcgi off' handling. + Reported by Alex // nytpu + +2024-05-29 Omar Polo <op@omarpolo.com> + + * server.c (handle_handshake): relax the SNI requirement. There are + legitimate use-cases where SNI can't be used, like connecting to a + raw IPv6 address. + * gg.c (main): add -q to avoid printing "Server Says:" + * gg.c (main): unbreak -n + * iri.c (parse_authority): add support for raw IPv6 addresses + +2024-04-04 Omar Polo <op@omarpolo.com> + + * configure (VERSION): release 2.0.2 + 2024-04-03 Omar Polo <op@omarpolo.com> * configure: improve function checking in the configure |