Skip to content

Commit

Permalink
tag 0.7.1 -- bugfix release
Browse files Browse the repository at this point in the history
fix use after free when loading an about:* page from about:about.
Reported by Brian Callahan, thanks!
  • Loading branch information
omar-polo committed Jan 15, 2022
1 parent 0b9a2b9 commit 84b0c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2022-01-15 Omar Polo <[email protected]>

* 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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([telescope], [0.7-current], [[email protected]], [telescope], [gemini://telescope.omarpolo.com])
AC_INIT([telescope], [0.7.1], [[email protected]], [telescope], [gemini://telescope.omarpolo.com])
AC_CONFIG_LIBOBJ_DIR(compat)
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
Expand Down

0 comments on commit 84b0c4a

Please sign in to comment.