Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Aug 12, 2019
1 parent 1d5bf11 commit 4260ba3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(VERSION 3.0)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
include(VersioningUtils)

SET_PROJECT_VERSION(1 2 0)
SET_PROJECT_VERSION(1 2 1)
set(WPE_API_VERSION "1.0")

# Before making a release, the LT_VERSION string should be modified.
Expand All @@ -14,7 +14,7 @@ set(WPE_API_VERSION "1.0")
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 1 2)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 2 2)

project(libwpe VERSION "${PROJECT_VERSION}")

Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=======================
1.2.1 - August 12, 2019
=======================

- Added missing control characters to the Unicode-to-KeySym table.
- Fixed build failure on systems where the libxkbcommon headers are installed
in a non-standard location.
- Fixed memory overallocation for pasteboard strings.

======================
1.2.0 - March 26, 2019
======================
Expand Down

0 comments on commit 4260ba3

Please sign in to comment.