~ubuntu-branches/ubuntu/trusty/libice/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2010-11-08 01:24:07 UTC
  • mfrom: (1.1.6 upstream) (0.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101108012407-wgbivb9z29rxt1wf
Tags: 2:1.0.7-1
* New upstream release.
* Drop 0001-Set-the-close-on-exec-flag-for-listening-sockets.patch
* Bump xutils-dev build-dep for new macros.
* Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
* Kill *.xml in the doc directory, no point in shipping them.
* Ship *.html, *.css, and *.txt from the doc directory.
* Switch from --list-missing to --fail-missing for additional safety.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 9856f5679b2b2d458cf830c1e8fdd206c724dfc5
 
2
Author: Adam Jackson <ajax@redhat.com>
 
3
Date:   Tue Oct 19 11:19:08 2010 -0400
 
4
 
 
5
    libICE 1.0.7
 
6
    
 
7
    Signed-off-by: Adam Jackson <ajax@redhat.com>
 
8
 
 
9
commit 59a8d5609398824c81b72deb82735a55332ca239
 
10
Author: Jeremy Huddleston <jeremyhu@apple.com>
 
11
Date:   Sun Oct 17 21:26:31 2010 -0700
 
12
 
 
13
    Fix include ordering, so -I../include precedes $CPPFLAGS which could
 
14
    cause us to include installed rather than packaged headers.
 
15
    
 
16
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
17
 
 
18
commit 4a6f7a357222b2c1fa289d6e7b5fcc8c361e20e9
 
19
Author: Jesse Adkins <jesserayadkins@gmail.com>
 
20
Date:   Tue Sep 28 13:30:01 2010 -0700
 
21
 
 
22
    Purge cvs tags.
 
23
    
 
24
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
 
25
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
26
 
 
27
commit 5bb806a65bf23a507b135abe1e4a8b3cabc7b8aa
 
28
Author: Matt Dew <matt@osource.org>
 
29
Date:   Wed Jun 30 16:52:22 2010 -0400
 
30
 
 
31
    specs: convert ICE doc/specs from xorg-docs module to DocBook XML
 
32
    
 
33
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
34
 
 
35
commit 9b54f509832c50c1fac0edc0cb78e1a3454a56dc
 
36
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
37
Date:   Tue Jun 8 20:12:53 2010 -0700
 
38
 
 
39
    Move ICE protocol & API specs from xorg-docs module
 
40
    
 
41
    For now, just checked in and included in dist tarballs, not processed
 
42
    into a usable format - same as it was in xorg-docs
 
43
    
 
44
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
45
 
 
46
commit 1967c04c021a4cfd7b3cdd4efdc13610b4385a65
 
47
Author: Julien Cristau <jcristau@debian.org>
 
48
Date:   Tue May 11 16:36:20 2010 +0200
 
49
 
 
50
    Set the close-on-exec flag for listening sockets
 
51
    
 
52
    This prevents xsm from leaking file descriptors to the processes it
 
53
    starts.
 
54
    
 
55
    X.Org bug#22932 <http://bugs.freedesktop.org/show_bug.cgi?id=22932>
 
56
    
 
57
    Reported-by: Kalle Olavi Niemitalo <kon@iki.fi>
 
58
    Signed-off-by: Julien Cristau <jcristau@debian.org>
 
59
 
 
60
commit b6478dbedcca4d4cf44bd588c050bcc70c2f4963
 
61
Author: Gaetan Nadon <memsize@videotron.ca>
 
62
Date:   Mon Apr 5 19:50:40 2010 -0400
 
63
 
 
64
    config: update AC_PREREQ statement to 2.60
 
65
    
 
66
    Unrelated to the previous patches, the new value simply reflects
 
67
    the reality that the minimum level for autoconf to configure
 
68
    all x.org modules is 2.60 dated June 2006.
 
69
    
 
70
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
 
71
    
 
72
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
73
 
 
74
commit 8e175ff18649bd30e862b6a6a5f82a4ed4d5241a
 
75
Author: Gaetan Nadon <memsize@videotron.ca>
 
76
Date:   Mon Mar 29 14:53:48 2010 -0400
 
77
 
 
78
    config: remove the pkgconfig pc.in file from EXTRA_DIST
 
79
    
 
80
    Automake always includes it in the tarball.
 
81
    
 
82
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
83
 
 
84
commit 09d61dc024d9846525e4c97d33cdf03c9f06c151
 
85
Author: Gaetan Nadon <memsize@videotron.ca>
 
86
Date:   Tue Feb 16 10:37:21 2010 -0500
 
87
 
 
88
    config: move CWARNFLAGS from configure.ac to Makefile.am
 
89
    
 
90
    Compiler warning flags should be explicitly set in the makefile
 
91
    rather than being merged with other packages compiler flags.
 
92
    
 
93
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
94
 
 
95
commit 72b8a2d39a57eb0640929b9bb9f276c6032f8213
 
96
Author: Gaetan Nadon <memsize@videotron.ca>
 
97
Date:   Fri Nov 27 20:56:03 2009 -0500
 
98
 
 
99
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
 
100
    
 
101
    Now that the INSTALL file is generated.
 
102
    Allows running make maintainer-clean.
 
103
 
 
104
commit 68231f8574e197a12eff1ddde37166d101567269
 
105
Author: Gaetan Nadon <memsize@videotron.ca>
 
106
Date:   Wed Oct 28 14:09:10 2009 -0400
 
107
 
 
108
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 
109
    
 
110
    Add missing INSTALL file. Use standard GNU file on building tarball
 
111
    README may have been updated
 
112
    Remove AUTHORS file as it is empty and no content available yet.
 
113
    Remove NEWS file as it is empty and no content available yet.
 
114
 
 
115
commit b5cfc1cdd367c93660259a86b3b6683c57e5d76a
 
116
Author: Gaetan Nadon <memsize@videotron.ca>
 
117
Date:   Tue Oct 27 15:07:25 2009 -0400
 
118
 
 
119
    Deploy the new XORG_DEFAULT_OPTIONS #24242
 
120
    
 
121
    This macro aggregate a number of existing macros that sets commmon
 
122
    X.Org components configuration options. It shields the configuration file from
 
123
    future changes.
 
124
 
 
125
commit 5524fa4d543932e4565b2235515fef9a5d9a501d
 
126
Author: Gaetan Nadon <memsize@videotron.ca>
 
127
Date:   Mon Oct 26 22:08:41 2009 -0400
 
128
 
 
129
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
 
130
    
 
131
    ChangeLog filename is known to Automake and requires no further
 
132
    coding in the makefile.
 
133
 
 
134
commit 82ad2d2053af2ad37697793b9718721aa3ff80a0
 
135
Author: Gaetan Nadon <memsize@videotron.ca>
 
136
Date:   Thu Oct 22 12:34:18 2009 -0400
 
137
 
 
138
    .gitignore: use common defaults with custom section # 24239
 
139
    
 
140
    Using common defaults will reduce errors and maintenance.
 
141
    Only the very small or inexistent custom section need periodic maintenance
 
142
    when the structure of the component changes. Do not edit defaults.
 
143
 
 
144
commit 4b2289ad5481de7fa51941cf6c2ca7a2a3202690
 
145
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
146
Date:   Wed Oct 21 12:47:23 2009 -0700
 
147
 
 
148
    This is not a GNU project, so declare it foreign.
 
149
    
 
150
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
 
151
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
 
152
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
 
153
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
 
154
    > > it and git wants to commit it.  Should these files even be in git?
 
155
    > > Can I nuke them for the betterment of humanity and since they get
 
156
    > > created by autoreconf anyways?
 
157
    >
 
158
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
 
159
    
 
160
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
 
161
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
 
162
    of the INSTALL file. It is also part of the 24206 solution.
 
163
    
 
164
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
165
 
1
166
commit 94992c686a6850f2303aa78057a64a6369b64692
2
167
Author: Peter Hutterer <peter.hutterer@who-t.net>
3
168
Date:   Fri Aug 28 14:17:50 2009 +1000