commit 84b0c4ab06e6de6c071c3cac39b0df011cf23ff5 from: Omar Polo date: Sat Jan 15 08:36:11 2022 UTC tag 0.7.1 -- bugfix release fix use after free when loading an about:* page from about:about. Reported by Brian Callahan, thanks! commit - 0b9a2b9206b2123bae3a2ae8893348d4ae7b90a6 commit + 84b0c4ab06e6de6c071c3cac39b0df011cf23ff5 blob - d9358bd354299356dbd807b9531c192ff33e6b84 blob + 2f259de3b3eaa0137c825518c275024d633f9978 --- ChangeLog +++ ChangeLog @@ -1,4 +1,6 @@ 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! blob - b2c1bcef23f97a51d4836718d59c757895ac4839 blob + 2657c6424f87376e4fdaa574b86b0e2b8f0fdcfb --- configure.ac +++ 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])