sync changelog

This commit is contained in:
Omar Polo 2021-12-11 09:12:10 +00:00
parent 63bf54b646
commit fe903d30e7

View File

@ -1,3 +1,7 @@
2021-12-11 Max <vdrummer@posteo.net>
* sandbox.c (filter): [seccomp]: allow ugetrlimit(2), needed by glibc on armv7l
2021-12-09 Omar Polo <op@omarpolo.com>
* server.c (client_read): don't check if the port in the request is the same we're listening on. Suggested by Allen Sobot, thanks!