Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webkitgtk: 2.28.2 -> 2.29.3 #92716

Closed
wants to merge 1 commit into from
Closed

Conversation

dasj19
Copy link
Contributor

@dasj19 dasj19 commented Jul 8, 2020

Motivation for this change

Major version bump. (Added systemd as a dependency as it requires libsystemd as per the latest version.)

What's new in the WebKitGTK 2.29.3 release?
===========================================

  - Add webkit_authentication_request_get_security_origin.
  - Change the cookies accept policy to always when no-third-party is set and ITP is enabled.
  - Fix web process hangs on large GitHub pages.
  - Bubblewrap sandbox should not attempt to bind empty paths.
  - Add support for sndio to bubblewrap sandbox.
  - Also handle dark themes when the name ends with -Dark.
  - Fix a race condition causing a crash in media player.
  - Fix several crashes and rendering issues.

What's new in the WebKitGTK 2.29.2 release?
===========================================

  - Add Intelligent Tracking Prevention (ITP) support.
  - Add support for video formats in img elements.
  - Add API to handle video autoplay policy that now defaults to disallow autoplay videos with audio.
  - Add API to mute a web view.
  - Add API to allow applications to handle the HTTP authentication credential storage.
  - Add a WebKitSetting to set the media content types requiring hardware support.
  - Fix a crash during drag an drop due to a bug introduced in 2.29.1.
  - Do not start page load during animation in back/forward gesture.
  - Fix several crashes and rendering issues.
  - Translation updates: Ukrainian.

What's new in the WebKitGTK 2.29.1 release?
===========================================

  - Stop using GTK theming to render form controls.
  - Add API to disable GTK theming for scrollbars too.
  - Fix several race conditions and threading issues in the media player.
  - Add USER_AGENT_BRANDING build option.
  - Add paste as plain text option to the context menu for rich editable content.
  - Fix several crashes and rendering issues.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jtojnar
Copy link
Contributor

jtojnar commented Jul 8, 2020

That is an unstable version, see the sidebar in https://webkitgtk.org/news.html. GNOME and GNOME adjacent software typically uses odd minor versions during the development of the next stable (even) version. (Though some software does not follow this policy or we package unstable release because the stable version is too old. Also, GNOME is currently discussing abandoning this policy because people find it confusing.) Some packages avoid even the odd patch versions (GIMP, NetworkManager…) and some designate minor versions 90+ pre-release versions/release candidates.

@dasj19
Copy link
Contributor Author

dasj19 commented Jul 8, 2020

Okay, thanks for info I thought that only "gnome-" packages follow the even-odd release scheme. I'll be more careful next time.

@dasj19 dasj19 closed this Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants