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

Release Notification - 108.4.x #4325

Closed
9 tasks done
amaitland opened this issue Dec 6, 2022 · 5 comments
Closed
9 tasks done

Release Notification - 108.4.x #4325

amaitland opened this issue Dec 6, 2022 · 5 comments

Comments

@amaitland
Copy link
Member

amaitland commented Dec 6, 2022

Release 108.4.x

  • Create cefsharp/108 release branch
  • Update DevTools client API
  • Update to latest CEF build
  • Resolve remaining issues attached to 108 Milestone
  • Create release notes
  • Release stable packages to nuget.org
  • Update Issue Template CEF Sample application links
  • Generate new API Doc and upload to http://cefsharp.github.io/api/
  • Update General Usage API doc links
@amaitland
Copy link
Member Author

There are breaking changes to PdfPrintSettings see #4311 for details. Importantly custom margins are now in inches, previously they were in points.

@amaitland amaitland pinned this issue Dec 6, 2022
@amaitland
Copy link
Member Author

Google has released 108.0.5359.94 which includes a high priority security update. Google is aware that an exploit for CVE-2022-4262 exists in the wild.

Waiting on CEF to update, hopefully a build will be available by end of week.

@amaitland
Copy link
Member Author

No sign of a CEF update yet unfortunately.

@amaitland
Copy link
Member Author

@amaitland
Copy link
Member Author

amaitland commented Jan 3, 2023

xUnit tests were originally failing because of upstream issue https://bitbucket.org/chromiumembedded/cef/issues/3434/cef-108-creates-web-data-and-web-data

Running from a read-only folder (e.g. Program Files) without specifying a CachePath is resulting in a crash. Error message in logs will look like:

[0103/131643.152:WARNING:alloy_constrained_window_views_client.cc(63)] No likely focused browser

Workarounds:

  • Set CachePath
  • Run application from a writable folder
  • Revert to version 107 (not recommended)

Issue needs to be fixed in CEF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant