Skip to content

Commit 4260ba3

Browse files
committed
Release version 1.2.1
1 parent 1d5bf11 commit 4260ba3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_policy(VERSION 3.0)
44
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55
include(VersioningUtils)
66

7-
SET_PROJECT_VERSION(1 2 0)
7+
SET_PROJECT_VERSION(1 2 1)
88
set(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 3 1 2)
17+
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 2 2)
1818

1919
project(libwpe VERSION "${PROJECT_VERSION}")
2020

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=======================
2+
1.2.1 - August 12, 2019
3+
=======================
4+
5+
- Added missing control characters to the Unicode-to-KeySym table.
6+
- Fixed build failure on systems where the libxkbcommon headers are installed
7+
in a non-standard location.
8+
- Fixed memory overallocation for pasteboard strings.
9+
110
======================
211
1.2.0 - March 26, 2019
312
======================

0 commit comments

Comments
 (0)