Skip to content

Commit 8940935

Browse files
committed
Version bump
1 parent e79c748 commit 8940935

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ Change to how page loading is checked in fire events.
3232

3333
0.125 Mon Oct 5 13:15 CET 2020
3434
- allow multiple concurrent navigations (can be caused by iframes) and turn die into opt-in warn
35+
36+
0.126 Tue Oct 6 11:00 CET 2020
37+
- navigation requests to about:blank never properly finish and cause WebKit to hang

lib/WWW/WebKit2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use XSLoader;
5555
use English '-no_match_vars';
5656
use POSIX qw(F_SETFD F_GETFD FD_CLOEXEC);
5757

58-
our $VERSION = '0.125';
58+
our $VERSION = '0.126';
5959

6060
use constant DOM_TYPE_ELEMENT => 1;
6161
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;

0 commit comments

Comments
 (0)