Skip to content

Commit fedce8f

Browse files
author
Jason Carty
committed
Update for release
1 parent ef027bc commit fedce8f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ Change to how page loading is checked in fire events.
2525

2626
0.123 Tue Sep 29 18:01:00 CET 2020
2727
- Use Webkit2 decide-policy signal to make sure we do not navigate away from pages too quickly
28-
- Injected JS for navigation is through anonymous functions to reduce the amount of global variables
28+
- Injected JS for navigation is through anonymous functions to reduce the amount of global variables
29+
30+
0.124 Thu Oct 1 08:16:00 CET 2020
31+
- error correction for tests when run as root. Use ok in wrong position

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.123';
58+
our $VERSION = '0.124';
5959

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

0 commit comments

Comments
 (0)