Skip to content

Commit 591e94f

Browse files
committed
Update for release
1 parent 937e532 commit 591e94f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changes

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

1919
0.121 Tue Sep 22 17:20:00 CET 2020
2020
- Add new mouse method that does drag and drop using XTest mouse movement
21+
22+
0.122 Mon Sep 28 18:50:00 CET 2020
23+
- Tests will skip when run as root due to root not being able to remove the X11 session created for the tests
24+
- Additional waiting before opening new pages, this is to help stop issues with ajax requests coming through after navigating to a new page

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

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

0 commit comments

Comments
 (0)