Skip to content

Commit ef2360b

Browse files
committed
Update to v2.0.16
1 parent a458bc8 commit ef2360b

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.0.16 - 2023-02-06
4+
5+
- Do not use abstract socket on BSD
6+
7+
https://github.com/JoseExposito/touchegg/issues/611
8+
9+
- Fix compilation error on GCC 13
10+
11+
https://github.com/JoseExposito/touchegg/pull/616
12+
313
## 2.0.15 - 2022-11-14
414

515
- Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0)
33
project(touchegg)
44
set(MAJOR_VERSION "2")
55
set(MINOR_VERSION "0")
6-
set(PATCH_VERSION "15")
6+
set(PATCH_VERSION "16")
77
add_definitions(-D_VERSION="v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
88

99
set(CMAKE_CXX_STANDARD 17)

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
touchegg (2.0.16) focal; urgency=medium
2+
3+
* Do not use abstract socket on BSD
4+
* Fix compilation error on GCC 13
5+
6+
-- José Expósito <jose.exposito89@gmail.com> Mon, 06 Feb 2023 12:00:00 +0100
7+
18
touchegg (2.0.15) focal; urgency=medium
29

310
* Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND

rpm/touchegg.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: touchegg
22
Summary: Multi-touch gesture recognizer
33
Url: https://github.com/JoseExposito/touchegg
4-
Version: 2.0.15
4+
Version: 2.0.16
55
Release: 1
66
License: GPLv3+
77
Group: Applications/Productivity
@@ -85,6 +85,10 @@ fi
8585

8686
%changelog
8787

88+
* Mon Feb 06 2023 José Expósito <jose.exposito89@gmail.com> - 2.0.16-1
89+
- Do not use abstract socket on BSD
90+
- Fix compilation error on GCC 13
91+
8892
* Mon Nov 14 2022 José Expósito <jose.exposito89@gmail.com> - 2.0.15-1
8993
- Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
9094
- Remove Firefox from the default config, it supports native gestures

0 commit comments

Comments
 (0)