Commit Diff


commit - 42235e3fc2853ac5c1b0fa355c1dda45d558ee11
commit + 40b71b6861fc7ddbe8ee66a7a3c6b253912e0c5f
blob - 05da7c1803334fd8634e49ebf22e8b3b6e24bb1e
blob + 52741975dd5744fc2f74295b427fbab97d443a4d
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,13 @@
+2024-04-03  Omar Polo  <op@omarpolo.com>
+
+	* configure: improve function checking in the configure
+	* have/landlock.c: fix landlock test
+	* gmid.c (main_print_conf): fix config dumping with -nn
+
+2024-03-03  Omar Polo  <op@omarpolo.com>
+
+	* gmid.c: fix `log access path' with a chroot
+
 2024-01-30  Anna “CyberTailor”
 
 	* contrib/vim/indent/gmid.vim: fix indent
blob - c55d9a4d258567c469b0a20d704448a931874a90
blob + 406b7a08bd57de338f2129b787c6b31688602243
--- site/changelog.gmi
+++ site/changelog.gmi
@@ -1,5 +1,13 @@
 # change log
 
+## 2024/04/04 - 2.0.2 “Lady Stardust” bugfix release
+
+- fix `log access path' with `chroot' enabled.
+- fix config dumping (-nn).
+- rework grammar to allow semicolors after top-level statements.
+- don't make the log styles reserved keywords.
+- contrib/vim: fixed indent, from Anna “CyberTailor”, thanks!
+
 ## 2024/01/24 - 2.0.1 “Lady Stardust” bugfix release
 
 * convert gmid to the new imsg API