Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/182'
Browse files Browse the repository at this point in the history
* upstream/pull/182
  2.3.2 release

  updates from last release

  Eugen Friedrich:
    ilm_control: fix order during destroying of control resources

  Phung Van Chien:
    Build library and example: fix the warning of unused variable
    Build library and example: fix the warning of invalid type of argument
    Rename variables to avoid keywords
    Build library and example: fix the warning of missing initializer

  Tran Ba Khang:
    CMakeLists: update libweston to version 11
    ivi-id-agent: listen to id_allocation_request_signal
    ivi-controller: emit id_allocation_request_signal to allocate surface id
    ilm_control_notification_test: add invalidInputsIsNotToReceiveNotificationsScreenshot
    ilm_control_notification_test: remove getNotificationWhenScreenshotError
    ilm_check_env: update new ivi-wm version
    ivi-controller: new mechanism for screenshot
    ivi-controller: mapping bkgnd surface and view before repain
    ilm_input: remove redunant release_instance
    ivi-controller: fix memory leak of background surface remove
    ivi-input-controller: end grab of all devices when destroy a seat
    ivi-controller: fix wrong pointer in output_resized event

  Reviewed-by: Eugen Friedrich <[email protected]>
  • Loading branch information
Eugen Friedrich committed Nov 21, 2023
2 parents 182344d + f435a39 commit d62475b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ project(wayland-ivi-extension)

include(GNUInstallDirs)

SET(IVI_EXTENSION_VERSION 2.3.1)
SET(ILM_API_VERSION 2.3.1)
SET(IVI_EXTENSION_VERSION 2.3.2)
SET(ILM_API_VERSION 2.3.2)

SET(LIBWESTON_VER 11)

Expand Down

0 comments on commit d62475b

Please sign in to comment.