[Lunar-commits] <moonbase> inputproto: version bumped to 1.5.0.

Florin Braescu florin at lunar-linux.org
Sat Dec 6 15:31:02 CET 2008


commit 1583f46d8cfe54bc2b202fb9f101693d781cb14e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Dec 6 16:31:02 2008 +0200

    inputproto: version bumped to 1.5.0.
    
    Additions over 1.4: input device properties support.
    
    IDP are modelled after window properties and work much in the same manner.
    Each X Input device can have multiple properties of arbitrary types at any
    point in time. These properties can be interpreted by the server and/or the
    driver and thus allow cheap, easily expandable ways of configuring devices.
    
    IDP can also be read by other clients, allowing clients to label devices or
    device specific features. Two of the more obvious cases are to label a device
    as "primary", or to label each axis to denote it's function ("press", "tilt",
    "rotation", etc.).
    
    For those reading commit logs: IDP were originally added as XGE events as part
    of XI2, then backported to traditional events.
---
 xorg7/proto/inputproto/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xorg7/proto/inputproto/DETAILS b/xorg7/proto/inputproto/DETAILS
index 08221ad..acdc73a 100644
--- a/xorg7/proto/inputproto/DETAILS
+++ b/xorg7/proto/inputproto/DETAILS
@@ -1,12 +1,12 @@
           MODULE=inputproto
-         VERSION=1.4.4
+         VERSION=1.5.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$XORG_URL/individual/proto
-      SOURCE_VFY=sha1:9501ae977350a561a1510a543f17167568a7415c
+      SOURCE_VFY=sha1:c6514843f35e2591fadc13f3fc87bf3752b7197c
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org
          ENTERED=20060120
-         UPDATED=20080731
+         UPDATED=20081206
            SHORT="The X.Org Input protocol headers"
 
 cat << EOF


More information about the Lunar-commits mailing list