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

Bump up versions for cog (0.14) and libpwe (1.12) #392

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Conversation

psaavedra
Copy link
Member

SSIA

Changes:

* Remove old Cog versions: 0.8.X and 0.10.X
* Move shared definitions to cog.inc
* Set 0.14.X as the devupstream recipe
* Remove specific settings for recipes <= 0.10.X series

Highlights of the 0.14.0 release:

Launcher (cog):

- Support setting memory limits using command line options.
- Support passing initialization parameters to platform plug-ins using
  the --platform-params/-O command line option.

Core library (libcogcore):

- The CogLauncher class is no longer available, as it was an
  implementation detail of the launcher.
- Built-in error pages now have a "Try again" button.

DRM/KMS platform (drm):

- New OpenGL ES renderer, which supports output rotation and improved
  compatibility with some graphics drivers.
- Added refresh rate reporting to let WebKit pace rendering to match
  the output device.

GTK4 platform (gtk4):

- Improved compatibility with more graphics drivers.

Wayland platform (wl):

- Improved compatibility with different compositors.
- Added keybindings to refresh the current page (Ctrl-R, F5).
- Added refresh rate reporting to let WebKit pace rendering to match
  the output device.

X11 platform (x11):

- Fixed rendering with traditional, non-composited window managers.
- Added refresh rate reporting to let WebKit pace rendering to match
  the output device.
* Fix the build when using Clang's libc++ or the Musl libc
* Remove old recipe for 1.10.0 version
@psaavedra psaavedra self-assigned this Aug 30, 2022
@psaavedra psaavedra changed the title Bump up versions for cog (0.14) and libpwe (1.14) Bump up versions for cog (0.14) and libpwe (1.12) Aug 30, 2022
Copy link
Contributor

@manuelafm manuelafm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Oquirella
Copy link
Contributor

Can you also update the dunfell version? Because that one should be long term support.

@psaavedra
Copy link
Member Author

Can you also update the dunfell version? Because that one should be long term support.

Hi @Oquirella, we don't provide a Long Time Support maintenance for old released branches in this repo. Instead of this, we keep always try the compatibility of the main branch for the latest 4 releases OR 2 the latest LTS releases. Refs:

This is why we always encourage to use the main branch references to keep the WebKit binaries up to date in your setups.

@psaavedra psaavedra merged commit 152678c into main Aug 31, 2022
@psaavedra psaavedra deleted the psaavedra/cog_0_14 branch August 31, 2022 07:27
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.

3 participants