diff --git a/ChangeLog b/ChangeLog index d9358bd..2f259de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2022-01-15 Omar Polo + * configure.ac: tag 0.7.1, bugfix release + * telescope.c (do_load_url): fix use after free when loading an about:* page from about:about. Reported by Brian Callahan, thanks! 2022-01-13 Omar Polo diff --git a/configure.ac b/configure.ac index b2c1bce..2657c64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.7-current], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.7.1], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_LIBOBJ_DIR(compat) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])