From cf95173b7dd5f3a5c6798eb98dc5f7da78d09332 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 25 May 2022 14:38:01 +0000 Subject: [PATCH] tag 0.8 "Le Scarpe Volanti" --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d8d4d7e..289ae01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-05-25 Omar Polo + + * configure.ac: tag 0.8 "Le Scarpe Volanti" + + * configure.ac: disable landlock check. it's currently unused + after the fs/ui merge, but it may come back in the future. + 2022-05-05 Omar Polo * ui.c (ui_on_download_refresh): rate-limit the update of the diff --git a/configure.ac b/configure.ac index bb2ce8d..3977aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.7.1-current], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.8], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(compat) AC_CANONICAL_HOST