Skip to content

Commit 4be4c7d

Browse files
committed
Release version 1.0.0
1 parent 0066d95 commit 4be4c7d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55
include(VersioningUtils)
66

77
SET_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.

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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
====================
221
0.2.0 - July 9, 2018
322
====================

0 commit comments

Comments
 (0)