File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ =================
2
+ WPE WebKit 2.45.2
3
+ =================
4
+
5
+ What's new in WPE WebKit 2.45.2?
6
+
7
+ - Use Cairo on big-endian platforms for now, since Skia does not support them.
8
+ - Fix a crash in GIF image decoder.
9
+ - Revert the text scaling fix, since it caused several issues in some sites.
10
+ - Add new API to load settings from a config file.
11
+ - Fix several crashes and rendering issues.
12
+
1
13
=================
2
14
WPE WebKit 2.45.1
3
15
=================
Original file line number Diff line number Diff line change 1
1
include (GNUInstallDirs )
2
2
include (VersioningUtils )
3
3
4
- SET_PROJECT_VERSION (2 45 1 )
4
+ SET_PROJECT_VERSION (2 45 2 )
5
5
6
6
# This is required because we use the DEPFILE argument to add_custom_command().
7
7
# Remove after upgrading cmake_minimum_required() to 3.20.
@@ -190,11 +190,11 @@ find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED COMPONENTS gio gio-unix gobje
190
190
SET_AND_EXPOSE_TO_BUILD (ENABLE_WPE_PLATFORM ${ENABLE_2022_GLIB_API} )
191
191
192
192
if (WPE_API_VERSION VERSION_EQUAL "1.0" )
193
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE (WEBKIT 27 0 24 )
193
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE (WEBKIT 27 1 24 )
194
194
elseif (WPE_API_VERSION VERSION_EQUAL "1.1" )
195
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE (WEBKIT 8 0 8 )
195
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE (WEBKIT 8 1 8 )
196
196
else ()
197
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE (WEBKIT 5 0 4 )
197
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE (WEBKIT 5 1 4 )
198
198
endif ()
199
199
200
200
if (ENABLE_WPE_PLATFORM )
You can’t perform that action at this time.
0 commit comments