Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ Change to how page loading is checked in fire events.

0.132 Wed Jan 05 10:00:00 CET 2022
- Points DBUS address to null so xvfb does not hang after tests are complete

0.133 Thu May 05 13:05:00 CET 2022
- Fix regression in check/uncheck functionality
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MANIFEST
README
README.md
t/01load.t
t/check.t
t/cookie.t
t/drag_and_drop.t
t/drag_and_drop_mouse.t
Expand All @@ -28,6 +29,7 @@ t/logging.t
t/mouse.t
t/navigator.t
t/test/attribute.html
t/test/check.html
t/test/confirm.html
t/test/console_error.html
t/test/cookie.html
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/WebKit2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use XSLoader;
use English '-no_match_vars';
use POSIX qw(F_SETFD F_GETFD FD_CLOEXEC);

our $VERSION = '0.132';
our $VERSION = '0.133';

use constant DOM_TYPE_ELEMENT => 1;
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;
Expand Down