xorgproto: Branch 'master' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Sep 15 15:56:55 UTC 2021


 configure.ac       |    2 +-
 meson.build        |    2 +-
 specs/XI2proto.txt |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 57acac1d4c7967f4661fb1c9f86f48f34a46c48d
Author: Povilas Kanapickas <povilas at radix.lt>
Date:   Wed Sep 15 18:55:35 2021 +0300

    xorgproto 2021.5
    
    Signed-off-by: Povilas Kanapickas <povilas at radix.lt>

diff --git a/configure.ac b/configure.ac
index 37290e7..a6008fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
 # keep version in sync with meson.build
-AC_INIT([xorgproto], [2021.4.99.2],
+AC_INIT([xorgproto], [2021.5],
         [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
diff --git a/meson.build b/meson.build
index 8694521..5c15cc9 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@
 # SOFTWARE.
 
 # keep version in sync with configure.ac
-project('xorgproto', 'c', license : 'MIT', version : '2021.4.99.2')
+project('xorgproto', 'c', license : 'MIT', version : '2021.5')
 cc = meson.get_compiler('c')
 
 pcs = [
commit d9518ce2793b70a7a6e7ba13ccb5b0de6065c0c9
Author: Povilas Kanapickas <povilas at radix.lt>
Date:   Wed Sep 15 18:55:34 2021 +0300

    specs: Specify XI 2.4 as released
    
    Signed-off-by: Povilas Kanapickas <povilas at radix.lt>

diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index ef3097c..325d3e1 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -15,7 +15,7 @@ Authors:
 History 
 -------
 
-- v2.4, (not released): Touchpad gesture support added
+- v2.4, September 2021: Touchpad gesture support added
 - v2.3, December 2012: Pointer barrier events added
 - v2.2, March 2012: Multitouch support added
 - v2.1, December 2011: new raw event behaviour, smooth scrolling support


More information about the xorg-commit mailing list