commit c5eaabc1777882d71992d6f1556a1d7f6d02e69e from: Omar Polo date: Mon May 27 11:54:53 2024 UTC sync changelog commit - f350bc73eb44b726d2cfdfe499c168fb83c91bc4 commit + c5eaabc1777882d71992d6f1556a1d7f6d02e69e blob - a608fa85ae0b8926861443310d14deee0c8ac507 blob + b52bce185a3d72b29ce21c41213597f5e63f8856 --- ChangeLog +++ ChangeLog @@ -1,7 +1,33 @@ +2024-05-25 Thomas Adam + + * cmd.c (cmd_toggle_styling): add toggle-styling to toggle the styling. + +2024-05-26 Omar Polo + + * configure.ac: tag 0.9.1 "Cielo Super Acceso" + +2024-05-25 Thomas Adam + + * net.c (net_ev): guard against faulty gemini servers that don't use close_notify. + * defaults.c: update links to new gemcap. + +2024-05-24 Thomas Adam + + * Makefile.am: fix parallel builds with bundled libgrapheme. + +2024-03-25 Omar Polo + + * configure.ac: add a check to detect invalid LibreSSL/OpenSSL mixings. + +2024-02-23 Omar Polo + + * configure.ac: tag 0.9 "Cielo Super Acceso" + 2024-02-21 Omar Polo * parser_gophermap.c (emit_line): fix handling of gopher selector with spaces and other characters disallowed in URI paths. + * iric. (iri_unparse): always emit file: URIs with the // 2024-02-20 Omar Polo