[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxi: Changes to 'debian-unstable'



 ChangeLog        |   22 ++++++++++++++++++++++
 configure.ac     |    2 +-
 debian/changelog |    6 ++++++
 src/XGetFCtl.c   |    3 ---
 4 files changed, 29 insertions(+), 4 deletions(-)

New commits:
commit 3cc571d0dc3168190c9b4d718a238a33e4f1f352
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Aug 12 18:46:22 2013 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 7cb3785..80b605f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxi (2:1.7.2-1) UNRELEASED; urgency=low
+libxi (2:1.7.2-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Julien Cristau <jcristau@debian.org>  Mon, 12 Aug 2013 18:45:10 +0200
+ -- Julien Cristau <jcristau@debian.org>  Mon, 12 Aug 2013 18:46:14 +0200
 
 libxi (2:1.7.1.901-1) unstable; urgency=low
 

commit 8f85d7bbeea7987694f6137af5f5cc69545a2780
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Aug 12 18:45:18 2013 +0200

    Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index cf57166..4234547 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+commit b6553cdb36c1bd7071d3bf0493216c5483325716
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date:   Wed Jul 3 10:28:10 2013 +1000
+
+    libXi 1.7.2
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit d804af99e2dfaf20b99822066a37d586f12c8a5f
+Author: Thomas Klausner <wiz@NetBSD.org>
+Date:   Thu Jun 27 17:16:38 2013 +0200
+
+    Remove check that can never be true.
+    
+    clang warns:
+    warning: comparison of constant 268435455 with expression of type
+    'CARD16' (aka 'unsigned short') is always false
+    
+    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
+    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
 commit 957a9d64afd76f878ce6c5570f369e2a7fc1e772
 Author: Peter Hutterer <peter.hutterer@who-t.net>
 Date:   Thu Jun 27 08:47:16 2013 +1000
diff --git a/debian/changelog b/debian/changelog
index 61e151a..7cb3785 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxi (2:1.7.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Julien Cristau <jcristau@debian.org>  Mon, 12 Aug 2013 18:45:10 +0200
+
 libxi (2:1.7.1.901-1) unstable; urgency=low
 
   * New upstream release candidate.

commit b6553cdb36c1bd7071d3bf0493216c5483325716
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Wed Jul 3 10:28:10 2013 +1000

    libXi 1.7.2
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

diff --git a/configure.ac b/configure.ac
index 18d895b..a66fcee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libXi], [1.7.1.901],
+AC_INIT([libXi], [1.7.2],
 	[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXi])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([src/config.h])

commit d804af99e2dfaf20b99822066a37d586f12c8a5f
Author: Thomas Klausner <wiz@NetBSD.org>
Date:   Thu Jun 27 17:16:38 2013 +0200

    Remove check that can never be true.
    
    clang warns:
    warning: comparison of constant 268435455 with expression of type
    'CARD16' (aka 'unsigned short') is always false
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

diff --git a/src/XGetFCtl.c b/src/XGetFCtl.c
index bb50bf3..2d71fab 100644
--- a/src/XGetFCtl.c
+++ b/src/XGetFCtl.c
@@ -125,9 +125,6 @@ XGetFeedbackControl(
 	    case StringFeedbackClass:
 	    {
 		xStringFeedbackState *strf = (xStringFeedbackState *) f;
-
-		if (strf->num_syms_supported >= (INT_MAX / sizeof(KeySym)))
-		    goto out;
 		size += sizeof(XStringFeedbackState) +
 		    (strf->num_syms_supported * sizeof(KeySym));
 	    }


Reply to: