Skip to content

Commit

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

## 2.0.17 - 2023-08-13

This version does not include any new features, but the deb and rpm packages
have been updated to target more recent distro versions.

## 2.0.16 - 2023-02-06

- Do not use abstract socket on BSD
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 "16")
set(PATCH_VERSION "17")
add_definitions(-D_VERSION="v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")

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

* Upgrade the target Debian version on CI

-- José Expósito <jose.exposito89@gmail.com> Sun, 13 Aug 2023 12:00:00 +0100

touchegg (2.0.16) focal; urgency=medium

* Do not use abstract socket on BSD
Expand Down
5 changes: 4 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.16
Version: 2.0.17
Release: 1
License: GPLv3+
Group: Applications/Productivity
Expand Down Expand Up @@ -85,6 +85,9 @@ fi

%changelog

* Sun Aug 13 2023 José Expósito <jose.exposito89@gmail.com> - 2.0.16-1
- Upgrade the target Fedora and RHEL version on CI

* Mon Feb 06 2023 José Expósito <jose.exposito89@gmail.com> - 2.0.16-1
- Do not use abstract socket on BSD
- Fix compilation error on GCC 13
Expand Down

0 comments on commit 4df5813

Please sign in to comment.