Skip to content

Commit 84b0c4a

Browse files
committed
tag 0.7.1 -- bugfix release
fix use after free when loading an about:* page from about:about. Reported by Brian Callahan, thanks!
1 parent 0b9a2b9 commit 84b0c4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2022-01-15 Omar Polo <op@omarpolo.com>
22

3+
* configure.ac: tag 0.7.1, bugfix release
4+
35
* telescope.c (do_load_url): fix use after free when loading an about:* page from about:about. Reported by Brian Callahan, thanks!
46

57
2022-01-13 Omar Polo <op@omarpolo.com>

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([telescope], [0.7-current], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com])
1+
AC_INIT([telescope], [0.7.1], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com])
22
AC_CONFIG_LIBOBJ_DIR(compat)
33
AC_CANONICAL_HOST
44
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])

0 commit comments

Comments
 (0)