File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.0)
33project (touchegg)
44set (MAJOR_VERSION "2" )
55set (MINOR_VERSION "0" )
6- set (PATCH_VERSION "15 " )
6+ set (PATCH_VERSION "16 " )
77add_definitions (-D_VERSION= "v${MAJOR_VERSION} .${MINOR_VERSION} .${PATCH_VERSION} " )
88
99set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 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+
18touchegg (2.0.15) focal; urgency=medium
29
310 * Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
Original file line number Diff line number Diff line change 11Name: touchegg
22Summary: Multi-touch gesture recognizer
33Url: https://github.com/JoseExposito/touchegg
4- Version: 2.0.15
4+ Version: 2.0.16
55Release: 1
66License: GPLv3+
77Group: Applications/Productivity
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
You can’t perform that action at this time.
0 commit comments