File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55include (VersioningUtils)
66
77SET_PROJECT_VERSION(1 0 0)
8- set (WPE_API_VERSION "0.1 " )
8+ set (WPE_API_VERSION "0.2 " )
99
1010# Before making a release, the LT_VERSION string should be modified.
1111# The string is of the form C:R:A.
Original file line number Diff line number Diff line change 1+ =======================
2+ 1.0.0 - August 21, 2018
3+ =======================
4+
5+ This release changes the API version to 0.2, and introduces the following
6+ changes and features:
7+
8+ - The library is now called libwpe to avoid confusion. The WPEBackend name
9+ used previously seemed to indicate that the library implemented a WPE
10+ backend. The new libwpe name better reflects that it contains code needed
11+ by the WPE WebKit port.
12+ - The libwpe library now uses the libtool versioning convention.
13+ - Handle conversion of keysyms to Unicode inside libwpe. This allowed to
14+ remove he "unicode" member from keyboard event structs, and removing
15+ wpe_input_key_mapper/wpe_input_key_mapper_interface.
16+ - New field in event structs to specify keyboard modifiers.
17+ - New API for keymap and composition handling based on libxkbcommon.
18+
19+
120====================
2210.2.0 - July 9, 2018
322====================
You can’t perform that action at this time.
0 commit comments