Skip to content

Commit 284a562

Browse files
authored
Merge pull request #68 from KAMiKAZOW/patch-3
Update NEWS for 2.1.0 release
2 parents fb9ad81 + 1cc626b commit 284a562

2 files changed

Lines changed: 26 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.6)
22

3-
project(maliit-framework VERSION 2.0.0)
3+
project(maliit-framework VERSION 2.1.0)
44

55
# Build options
66

@@ -13,7 +13,7 @@ option(enable-glib "Build GLib support" ON)
1313
option(enable-xcb "Compile with xcb support" ON)
1414
option(enable-wayland "Compile with support for wayland" ON)
1515
option(enable-wayland-gtk "Compile with support for wayland gtk+" OFF)
16-
option(enable-qt5-inputcontext "Compile with Qt5 input context" ON)
16+
option(enable-qt5-inputcontext "Compile with Qt 5 input context" ON)
1717

1818
option(enable-hwkeyboard "Enable support for the hardware keyboard" ON)
1919
option(enable-dbus-activation "Enable dbus activation support for maliit-server" OFF)
@@ -33,7 +33,7 @@ endif()
3333

3434
if(NOT DEFINED GTK3_PLUGINS_INSTALL_DIR)
3535
set(GTK3_PLUGINS_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/gtk-3.0/3.0.0" CACHE PATH
36-
"Installation directory for Gtk+ 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]")
36+
"Installation directory for Gtk 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]")
3737
endif()
3838

3939
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

NEWS

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1+
2.1.0
2+
=====
3+
4+
CHANGES SINCE 2.0.0
5+
* Add cmake option to build examples and do not build them by default
6+
* Fix search for qtwaylandscanner on 32-bit architectures
7+
* Show the panel as the keyboard interface is reset
8+
* Ensure orientation updates are always sent when valid
9+
* Only allow focus removal from input items
10+
* Clean up FindGIO.cmake to allow working with older cmake
11+
* Stop client crashing when QGuiApplication::focusObject is null
12+
* Load compose inputcontext plugin for physical keyboard handling
13+
* Update input method area when activation is lost
14+
* input_method_v1: Treat content_purpose_digits just like content_purpose_number
15+
* Update or remove outdated and broken links
16+
17+
2.0.0
18+
=====
19+
20+
CHANGES SINCE 0.99.2
21+
* Minor changes around pkgconfig
22+
* Align version number with Maliit Keyboard
23+
124
0.99.2
225
======
326

427
CHANGES SINCE 0.99.1
528
* Use cmake instad of qmake as the buildsystem.
6-
729
* Some bugs fixed
830

931
0.99.1

0 commit comments

Comments
 (0)