Skip to content

Commit

Permalink
Update to v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Feb 6, 2023
1 parent a458bc8 commit ef2360b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.0.16 - 2023-02-06

- Do not use abstract socket on BSD

https://github.com/JoseExposito/touchegg/issues/611

- Fix compilation error on GCC 13

https://github.com/JoseExposito/touchegg/pull/616

## 2.0.15 - 2022-11-14

- Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0)
project(touchegg)
set(MAJOR_VERSION "2")
set(MINOR_VERSION "0")
set(PATCH_VERSION "15")
set(PATCH_VERSION "16")
add_definitions(-D_VERSION="v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")

set(CMAKE_CXX_STANDARD 17)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
touchegg (2.0.16) focal; urgency=medium

* Do not use abstract socket on BSD
* Fix compilation error on GCC 13

-- José Expósito <[email protected]> Mon, 06 Feb 2023 12:00:00 +0100

touchegg (2.0.15) focal; urgency=medium

* Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
Expand Down
6 changes: 5 additions & 1 deletion rpm/touchegg.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: touchegg
Summary: Multi-touch gesture recognizer
Url: https://github.com/JoseExposito/touchegg
Version: 2.0.15
Version: 2.0.16
Release: 1
License: GPLv3+
Group: Applications/Productivity
Expand Down Expand Up @@ -85,6 +85,10 @@ fi

%changelog

* Mon Feb 06 2023 José Expósito <[email protected]> - 2.0.16-1
- Do not use abstract socket on BSD
- Fix compilation error on GCC 13

* Mon Nov 14 2022 José Expósito <[email protected]> - 2.0.15-1
- Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
- Remove Firefox from the default config, it supports native gestures
Expand Down

0 comments on commit ef2360b

Please sign in to comment.