108 lines
4.3 KiB
Plaintext
108 lines
4.3 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Tue Oct 4 19:55:14 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Update to version 1.14.0:
|
||
|
+ New API to provide input events to be treated by WebKit as
|
||
|
gamepad inputs.
|
||
|
+ New API to configure the target refresh rate of view backends.
|
||
|
+ New API which allow clients to supply an alternative mechanism
|
||
|
for spawning WebKit auxiliary processes.
|
||
|
+ New WPE_ENABLE_XKB build option, enabled by default, which can
|
||
|
be used to avoid usage of libxkbcommon.
|
||
|
- Use ldconfig_scriptlets macro for post(un) handling.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Aug 26 16:00:11 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Update to version 1.12.3:
|
||
|
+ Fix the build when using Clang's libc++ or the Musl libc.
|
||
|
- Changes from version 1.12.2:
|
||
|
+ Fix the build when using CMake to configure it.
|
||
|
- Changes from version 1.12.1:
|
||
|
+ Fix pasteboard to use the generic interface by default.
|
||
|
+ Fix memory allocation to always abort execution on failure.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Nov 25 21:09:15 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Update to version 1.12.0:
|
||
|
+ New API to handle requests initiated by web content to
|
||
|
(un)fullscreen web views.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Jul 17 06:56:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 1.10.1:
|
||
|
- Fix the build with versions of Python older than 3.6
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat May 8 18:31:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 1.10.0:
|
||
|
- New API to explicitly deinitialize an EGL renderer target, which allows
|
||
|
implementors of the wpe_renderer_backend_egl_target_interface
|
||
|
- build system improvements
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Sep 17 22:55:56 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||
|
|
||
|
- Update to version 1.8.0:
|
||
|
+ New build configuration system based on Meson. The existing
|
||
|
CMake-based system is still maintained, and both produce the
|
||
|
same outputs.
|
||
|
+ Hidden visibility is now used by default for symbols, and only
|
||
|
those belonging to the public API are exported.
|
||
|
- Switch to meson.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Mar 12 12:49:59 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Update to version 1.6.0:
|
||
|
+ Added support for smooth 2D axis input events.
|
||
|
+ Ensure that only symbols marked with WPE_EXPORT are public.
|
||
|
+ Improved robustness of the CMake build system.
|
||
|
- Changes from version 1.5.90:
|
||
|
+ Added support for smooth 2D axis input events.
|
||
|
+ Improved robustness of the CMake build system.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Oct 5 14:25:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Add baselibs.conf, build 32-bit support lib.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Oct 3 13:15:17 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Update to version 1.4.0.1:
|
||
|
+ Fix the version numbers to ensure 1.4.0 is used when building
|
||
|
from tarballs.
|
||
|
- Drop no longer needed Group tag.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Sep 19 09:45:06 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Update to version 1.4.0:
|
||
|
+ New API to set the device scaling factor. Backends and WebKit
|
||
|
embedders can use this to e.g. support HiDPI displays.
|
||
|
+ New API to to obtain the root accessibility object for a view
|
||
|
backend.
|
||
|
+ API reference documentation can now be built with HotDoc.
|
||
|
Descriptions for most functionality is still missing, though.
|
||
|
+ Fix build failure on systems where libxkbcommon has its headers
|
||
|
installed in a non-standard location.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Sep 17 01:59:02 UTC 2019 - Michael Gorse <mgorse@suse.com>
|
||
|
|
||
|
- Update to version 1.3.91:
|
||
|
+ Enabled compiler warnings.
|
||
|
+ Fix build failure on systems where libxkbcommon has its headers
|
||
|
installed in a non-standard location.
|
||
|
+ Fix documentation build.
|
||
|
- Drop libwpe-fix-include-dir.patch: fixed upstream.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Jul 24 21:33:53 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||
|
|
||
|
- Initial packaging for openSUSE, version 1.3.1.
|