File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_policy(VERSION 3.0)
44set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
55include (VersioningUtils)
66
7- SET_PROJECT_VERSION(1 1 0)
7+ SET_PROJECT_VERSION(1 3 0)
88set (WPE_API_VERSION "1.0" )
99
1010# Before making a release, the LT_VERSION string should be modified.
@@ -14,7 +14,7 @@ set(WPE_API_VERSION "1.0")
1414# - If binary compatibility has been broken (eg removed or changed interfaces)
1515# change to C+1:0:0
1616# - If the interface is the same as the previous version, change to C:R+1:A
17- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 2 0 1 )
17+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 0 2 )
1818
1919project (libwpe VERSION "${PROJECT_VERSION} " )
2020
Original file line number Diff line number Diff line change 1+ ===================
2+ 1.3.0 - May 8, 2019
3+ ===================
4+
5+ - New API to set the device scaling factor. Backends and WebKit embedders
6+ can use this to e.g. support HiDPI displays.
7+ - New API to to obtain the root accessibility object for a view backend.
8+ - Fixed memory overallocation when setting pasteboard contents.
9+
110=========================
2111.1.0 - December 13, 2018
312=========================
You can’t perform that action at this time.
0 commit comments