This commit is contained in:
Omar Polo 2022-04-08 15:14:21 +00:00
parent 18bd83915e
commit 99a95569a4

View File

@ -1,5 +1,11 @@
2022-04-08 Omar Polo <op@omarpolo.com>
* mime.c (mime): sort the MIME mappings and do a binary search to
match
* gmid.c (listener_main): don't load the default mime listing when
`types' is used.
* mime.c (add_mime): fix memory leak in the mime handling
2022-04-07 Omar Polo <op@omarpolo.com>