~ubuntu-branches/ubuntu/trusty/libxi/trusty-security

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-03-16 15:27:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316152745-n2fxsuea2vd70a1x
Tags: 2:1.2.1-2
Fix typo in debian/rules, which made us build with make -j if
DEB_BUILD_OPTIONS didn't ask for it.  Thanks to Samuel Thibault for
reporting the problem!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 69422ae36ede8fd5d7975c1e2b74c32906ad8535
 
2
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
3
Date:   Thu Feb 26 09:20:44 2009 +1000
 
4
 
 
5
    libXi 1.2.1
 
6
    
 
7
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
8
 
 
9
commit f63ea39a328ce0e5e6c980243e2ebea15634dc7d
 
10
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
11
Date:   Wed Feb 25 17:00:16 2009 +1000
 
12
 
 
13
    XGetDeviceControl: size the libXi structs, not the wire structs (#20293)
 
14
    
 
15
    X.Org Bug 20293 <http://bugs.freedesktop.org/show_bug.cgi?id=20293>
 
16
    
 
17
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
18
    (cherry picked from commit cbdc33d903ec6f90a42ec3c31905eeaef9ecf0a2)
 
19
 
 
20
commit 6e65cf0776019b2eec6be4a06fef7838562e94a8
 
21
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
22
Date:   Wed Feb 25 16:59:04 2009 +1000
 
23
 
 
24
    XGetDeviceControl: Add a missing break leading to wrong length calculation.
 
25
    
 
26
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
27
    (cherry picked from commit 78f64722c57ff5ec5d0ae35da0c8f151598e6d6b)
 
28
 
 
29
commit 17df06d5aeceb4798caf487a1d57efe58fa7e3fa
 
30
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
31
Date:   Mon Feb 2 20:34:34 2009 -0800
 
32
 
 
33
    Add README with pointers to mailing list, bugzilla & git repos
 
34
    
 
35
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
36
    (cherry picked from commit 6e1159a9059d762d6b5d24455237a088e839fe2c)
 
37
 
 
38
commit f2f92b1df861c1f571edc89eddbb8d72a228e2a8
 
39
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
 
40
Date:   Thu Jan 29 19:30:30 2009 -0200
 
41
 
 
42
    Return NULL on error, and match LockDisplay with UnlockDisplay.
 
43
    (cherry picked from commit ba2546a51d5f9087ec54fba7cae46ea1f210198a)
 
44
 
 
45
commit 2d586065649304b2864afddee6f6225a4a61a0c9
 
46
Author: Peter Hutterer <peter.hutterer@redhat.com>
 
47
Date:   Wed Dec 3 12:50:45 2008 +1000
 
48
 
 
49
    libXi 1.2.0
 
50
    
 
51
    Requires inputproto 1.5.0 or later.
 
52
 
 
53
commit 305d356e43462834a2fdd2cf59d47b055c2416fd
 
54
Author: Peter Hutterer <peter.hutterer@redhat.com>
 
55
Date:   Mon Nov 17 11:50:06 2008 +1000
 
56
 
 
57
    Add support for XI 1.5 device properties.
 
58
    
 
59
    This is a manual merge from master onto libXi 1.1.4. The branches have
 
60
    diverged too much to make cherry-picking reasonable and readable.
 
61
    
 
62
    This patch includes the property support provided by the combination of the
 
63
    following patches:
 
64
    - 7d5bb99ffce3200f82420c5a5ebac3b445aac633
 
65
    - 0211e3e8277c590349903989f1676f6af4baa44b
 
66
    - bfd2e08f3530091fbcd8c078f684e9aab9057df0
 
67
    - bec02767629ed795582ba3f645299d7036093511
 
68
    - f9a5371d43b2c6023745f766d0e8ceff2acdff60
 
69
    - e179b124aac13387c6f730197b8852c1f69eb9e3
 
70
    
 
71
    Man pages are copied from the parsed docbook output from master.
 
72
 
 
73
commit 45b73dc157f326785e1022f5476bfc1f9f514d6e
 
74
Author: Peter Hutterer <peter.hutterer@redhat.com>
 
75
Date:   Mon Nov 17 11:44:31 2008 +1000
 
76
 
 
77
    Add XI_JOYSTICK to list of defined types.
 
78
    (cherry picked from commit e5c529813b04327babc20e51ca56006210cb0c37)
 
79
    
 
80
    Conflicts:
 
81
    
 
82
        man/XI.xml
 
83
 
 
84
commit 88e2bf75cc619bb1ddc51e5dc65ddb9d712f69f5
 
85
Author: Peter Hutterer <peter.hutterer@redhat.com>
 
86
Date:   Mon Nov 17 11:35:59 2008 +1000
 
87
 
 
88
    Bump to 1.1.99.2.
 
89
    
 
90
    1.1.99.1 was used by master for a while.
 
91
 
1
92
commit f0ecfd1952289f5ff33297e3358552365e047f09
2
93
Author: Peter Hutterer <peter.hutterer@redhat.com>
3
94
Date:   Mon Nov 17 11:12:39 2008 +1000
186
277
    Add *.o to .gitignore.
187
278
 
188
279
commit 6e08a76fd8e356f98d2d6913f0c1b1401090768d
189
 
Merge: ba84e84... 360ceac...
 
280
Merge: ba84e84 360ceac
190
281
Author: Daniel Stone <daniel@fooishbar.org>
191
282
Date:   Sun Sep 24 20:02:24 2006 +0300
192
283
 
193
284
    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXi
194
285
 
195
286
commit ba84e84575b4167b0c6298e86a860b0741e2d2a3
196
 
Merge: 93d3c2c... 576c579...
 
287
Merge: 93d3c2c 576c579
197
288
Author: Daniel Stone <daniel@fooishbar.org>
198
289
Date:   Sun Sep 24 19:58:56 2006 +0300
199
290