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

Florin Braescu florin at lunar-linux.org
Thu Dec 25 18:35:19 CET 2008


commit 3f2e24d6e712318e013fe26ba9794263ff0e960a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Dec 25 19:35:19 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.).
---
 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..79f4c70 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=20081225
            SHORT="The X.Org Input protocol headers"
 
 cat << EOF


More information about the Lunar-commits mailing list