Commit Diff


commit - f350bc73eb44b726d2cfdfe499c168fb83c91bc4
commit + c5eaabc1777882d71992d6f1556a1d7f6d02e69e
blob - a608fa85ae0b8926861443310d14deee0c8ac507
blob + b52bce185a3d72b29ce21c41213597f5e63f8856
--- ChangeLog
+++ ChangeLog
@@ -1,7 +1,33 @@
+2024-05-25  Thomas Adam  <thomas.adam22@gmail.com>
+
+	* cmd.c (cmd_toggle_styling): add toggle-styling to toggle the styling.
+
+2024-05-26  Omar Polo  <op@omarpolo.com>
+
+	* configure.ac: tag 0.9.1 "Cielo Super Acceso"
+
+2024-05-25  Thomas Adam  <thomas.adam22@gmail.com>
+
+	* 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  <thomas.adam22@gmail.com>
+
+	* Makefile.am: fix parallel builds with bundled libgrapheme.
+
+2024-03-25  Omar Polo  <op@omarpolo.com>
+
+	* configure.ac: add a check to detect invalid LibreSSL/OpenSSL mixings.
+
+2024-02-23  Omar Polo  <op@omarpolo.com>
+
+	* configure.ac: tag 0.9 "Cielo Super Acceso"
+
 2024-02-21  Omar Polo  <op@omarpolo.com>
 
 	* 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  <op@omarpolo.com>