~ubuntu-branches/ubuntu/karmic/x11-xserver-utils/karmic

« back to all changes in this revision

Viewing changes to iceauth/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin, Julien Cristau, Brice Goglin
  • Date: 2007-08-17 09:58:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070817095834-ywge2nyzj1s3rqnd
Tags: 7.3+1
[ Julien Cristau ]
* iceauth 1.0.2.
  + removes blank line in the manpage (closes: #25285).
* xmodmap 1.0.3.
  + manpage updated to state that -pm is the default (closes: #236198)
* xgamma 1.0.2.
  + the manpage now explains how to print the gamma value more clearly
    (closes: #296021).
* xsetroot 1.0.2.
* xrdb 1.0.4.
  + fixes manpage typo (closes: #276286).
* Add upstream URL to debian/copyright, and update it from xgamma's COPYING
  file.

[ Brice Goglin ]
* Add menu entries for xrefresh and xvidtune.
* sessreg 1.0.3.
* xset 1.0.3.
* Add myself to Uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 5e52eb5d27986490dfad02781a452b8d0650f4b9
 
2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
3
Date:   Mon Jul 23 18:23:56 2007 -0700
 
4
 
 
5
    Version bump: 1.0.2
 
6
 
 
7
commit 4471761150676a8cee5631615bc187019b760161
 
8
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
9
Date:   Mon Jul 23 17:49:59 2007 -0700
 
10
 
 
11
    Change iceauth_CFLAGS to AM_CFLAGS to avoid automake-1.10 warning
 
12
    
 
13
    Makefile.am:27: compiling `iceauth.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
 
14
 
 
15
commit bc7a27ab2e4e3339b9c2ee3bb90a38662b128448
 
16
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
17
Date:   Fri May 18 12:58:23 2007 -0700
 
18
 
 
19
    More constification and reduction of rw data in binary
 
20
 
 
21
commit 45bb32cecdcf3319ae268f29a3ba1c33378e0acf
 
22
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
23
Date:   Fri May 18 12:57:00 2007 -0700
 
24
 
 
25
    Debian Bug #25285: iceauth manpage starts with blank screen
 
26
    
 
27
    <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=25285>
 
28
 
 
29
commit bff96f0f863ba98fe5a66110ae0e29ca26336861
 
30
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
31
Date:   Thu May 17 14:08:03 2007 -0700
 
32
 
 
33
    Constify some static data constants
 
34
 
 
35
commit c5e43b03ca7176907dd8d0d0964e0fd0460b9ff5
 
36
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
37
Date:   Thu May 17 13:50:05 2007 -0700
 
38
 
 
39
    ANSIfy function declarations
 
40
 
 
41
commit b2761be7f786fe9fde424b4331479d3ac5082f16
 
42
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
43
Date:   Thu May 17 13:23:25 2007 -0700
 
44
 
 
45
    Fix some lint warnings
 
46
    
 
47
    (611) warning: assignment of 64-bit integer to 32-bit integer
 
48
    (653) warning: variable argument to strcpy(); make sure it's safe
 
49
    (728) warning: sign extension from 32-bit to 64-bit integer
 
50
 
 
51
commit 77cadcef6ea687e7181aa222c47402f34644a6ea
 
52
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
53
Date:   Thu May 17 13:02:49 2007 -0700
 
54
 
 
55
    Add option to check code with lint/sparse/etc.
 
56
 
 
57
commit 2afbb4393b1053fcb2edbec7c92575245efabffe
 
58
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
59
Date:   Thu May 17 12:59:51 2007 -0700
 
60
 
 
61
    Replace static ChangeLog with disthook to generate from git log
 
62
 
 
63
commit 0022cf7baf11bccea0024d0dc8c1ecc37e46ef3d
 
64
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
65
Date:   Wed May 16 20:14:10 2007 -0700
 
66
 
 
67
    Bug 10739: iceauth dumps core if signal caught before initialization done
 
68
    
 
69
    X.Org Bugzilla #10739 <http://bugs.freedesktop.org/show_bug.cgi?id=10739>
 
70
    
 
71
    Adding a test for NULL filename before calling IceUnlockAuthFile in
 
72
    auth_finalize cleared the crash, but left the lock file behind.
 
73
    Moving the initialization of authfilename to earlier in auth_initialize()
 
74
    allowed the locks to be cleaned up as well.
 
75
 
 
76
commit f749d926bd9796badee2efd1ee1da5905d6fd38d
 
77
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
78
Date:   Mon May 14 19:04:24 2007 -0700
 
79
 
 
80
    Replace copystring() with strdup() calls
 
81
    
 
82
    Also solves Coverity #924: Function copystring:
 
83
      Pointer "src" dereferenced before NULL check
 
84
 
 
85
commit 1a142e8b29113bbd9daf21b8371f1572cd0152dd
 
86
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
87
Date:   Mon May 14 18:57:31 2007 -0700
 
88
 
 
89
    Coverity #1089: Double frees in error cleanup path
 
90
    
 
91
    Double free of pointer "(auth)->auth_data" in call to "free"
 
92
    Double free of pointer "(auth)->protocol_data" in call to "free"
 
93
 
 
94
commit 4c1bd3d698bbb2ec4c1f8d3744549ec44c58d1bf
 
95
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
96
Date:   Mon May 14 18:47:48 2007 -0700
 
97
 
 
98
    renamed: .cvsignore -> .gitignore
 
99
 
 
100
commit ca8a9af2c282da78eac601e316d7db553cb411b3
 
101
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
102
Date:   Mon May 14 18:47:24 2007 -0700
 
103
 
 
104
    Coverity #1039: Using uninitialized value "authdata"
 
105
 
 
106
commit 59ccc789fa5d7d34cd81d28f46b6022e92536d6b
 
107
Author: Kevin E Martin <kem@kem.org>
 
108
Date:   Wed Dec 21 02:29:42 2005 +0000
 
109
 
 
110
    Update package version for X11R7 release.
 
111
 
 
112
commit d8dd7304386ba1ca8a6fbbcdcc6c4d790599ac91
 
113
Author: Adam Jackson <ajax@nwnk.net>
 
114
Date:   Mon Dec 19 16:22:40 2005 +0000
 
115
 
 
116
    Stub COPYING files
 
117
 
 
118
commit f3a5ff191dda517c3331760d97549a826ede4266
 
119
Author: Kevin E Martin <kem@kem.org>
 
120
Date:   Thu Dec 15 00:24:02 2005 +0000
 
121
 
 
122
    Update package version number for final X11R7 release candidate.
 
123
 
 
124
commit 589df4ac932d1c5616c12a331ef99c0ac6f75563
 
125
Author: Kevin E Martin <kem@kem.org>
 
126
Date:   Tue Dec 6 22:48:16 2005 +0000
 
127
 
 
128
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
129
 
 
130
commit 7ec4ba15177f055afb6dc9972763c25bfc79cec9
 
131
Author: Kevin E Martin <kem@kem.org>
 
132
Date:   Sat Dec 3 05:49:15 2005 +0000
 
133
 
 
134
    Update package version number for X11R7 RC3 release.
 
135
 
 
136
commit 31a2c7a834076f86bb801de6f7c6ff2a454e3db3
 
137
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
138
Date:   Mon Nov 28 22:01:37 2005 +0000
 
139
 
 
140
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
 
141
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
 
142
 
 
143
commit de9318f27ce26c5362d71a970738db261277a630
 
144
Author: Eric Anholt <anholt@freebsd.org>
 
145
Date:   Mon Nov 21 10:34:55 2005 +0000
 
146
 
 
147
    Another pass at .cvsignores for apps.
 
148
 
 
149
commit 9b58fd72a610a45eb5a93d04d6b7b883ca3b8faf
 
150
Author: Eric Anholt <anholt@freebsd.org>
 
151
Date:   Sun Nov 20 22:08:48 2005 +0000
 
152
 
 
153
    Add/improve .cvsignore files for apps.
 
154
 
 
155
commit cab89641f369a196d4ad7ad23db8e6dfc2257d01
 
156
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
157
Date:   Sun Nov 20 18:08:14 2005 +0000
 
158
 
 
159
    iceauth only depends on xproto headers, not x11 library
 
160
 
 
161
commit e4b6fddc688dbb65353f818dd482c1a0dd9575f8
 
162
Author: Kevin E Martin <kem@kem.org>
 
163
Date:   Wed Oct 19 02:47:48 2005 +0000
 
164
 
 
165
    Update package version number for RC1 release.
 
166
 
 
167
commit 1ded5d399305e930b7e3dcbb5ca48cbf5018faa7
 
168
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
169
Date:   Mon Oct 17 23:56:19 2005 +0000
 
170
 
 
171
    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
 
172
        work better with BSD make
 
173
 
 
174
commit a0fcb616a2e44353758f3010769b1e975f7944b9
 
175
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
176
Date:   Fri Oct 14 00:25:41 2005 +0000
 
177
 
 
178
    Use sed to fill in variables in man page
 
179
 
 
180
commit 973f5b5e29f4ecc43e47799dcd747d67c956edd6
 
181
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
182
Date:   Mon Aug 1 20:25:27 2005 +0000
 
183
 
 
184
    Install man pages to section 1 instead of section m (Patch from Donnie
 
185
        Berkholz)
 
186
 
 
187
commit 8f0e8e0af05244c5a10914dc789c97f99e7a2aa3
 
188
Author: Kevin E Martin <kem@kem.org>
 
189
Date:   Fri Jul 29 21:22:29 2005 +0000
 
190
 
 
191
    Various changes preparing packages for RC0:
 
192
    - Verify and update package version numbers as needed
 
193
    - Implement versioning scheme
 
194
    - Change bug address to point to bugzilla bug entry form
 
195
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
 
196
        reenable it)
 
197
    - Fix makedepend to use pkgconfig and pass distcheck
 
198
    - Update build script to build macros first
 
199
    - Update modular Xorg version
 
200
 
 
201
commit ee46a1af27aabf3178af70b02d95356d757572d3
 
202
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
203
Date:   Tue Jul 26 18:58:14 2005 +0000
 
204
 
 
205
    Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and
 
206
    -DHAS_VFORK
 
207
 
 
208
commit c911c36dadcb8070fbdf94d7f9eef494e18b5094
 
209
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
210
Date:   Tue Jul 26 18:55:42 2005 +0000
 
211
 
 
212
    Add config.h includes for modularization Use RETSIGTYPE if defined by
 
213
        autoconf in addition to Imake's SIGNALRETURNSINT. Use
 
214
        HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's
 
215
        HAS_VFORK
 
216
 
 
217
commit 055e01c0756e6aa8603169dd104cdd2153d2b749
 
218
Author: Adam Jackson <ajax@nwnk.net>
 
219
Date:   Wed Jul 20 19:31:48 2005 +0000
 
220
 
 
221
    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
 
222
        configure cache, you cache it, and the cached value is probably wrong.
 
223
 
 
224
commit c83a1200d2480ac67d755e4c589b524d1b834a6a
 
225
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
226
Date:   Sat Jul 16 20:52:25 2005 +0000
 
227
 
 
228
    Mark variables modified in signal handlers as volatile (part of Sun bug id
 
229
        4496504)
 
230
 
 
231
commit d0bc63cf13e98f686bd371a0ab609018e7fdf8c2
 
232
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
 
233
Date:   Tue Jun 28 15:04:15 2005 +0000
 
234
 
 
235
    Add build system for iceauth
 
236
 
 
237
commit 2562a65de3dfa44006c1f82052814d9b54e00f37
 
238
Author: Egbert Eich <eich@suse.de>
 
239
Date:   Fri Apr 23 19:54:33 2004 +0000
 
240
 
 
241
    Merging XORG-CURRENT into trunk
 
242
 
 
243
commit d8eefa5e8a51e448eecb9ec6be656775be2884cd
 
244
Author: Egbert Eich <eich@suse.de>
 
245
Date:   Sun Mar 14 08:34:51 2004 +0000
 
246
 
 
247
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
 
248
 
 
249
commit c560cd34038b23f28862bc890f3aaf161bb64c32
 
250
Author: Egbert Eich <eich@suse.de>
 
251
Date:   Wed Mar 3 12:12:50 2004 +0000
 
252
 
 
253
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
 
254
 
 
255
commit d05d91dcd79d5ce8ce548da80ae6e11eb8a4fcc7
 
256
Author: Egbert Eich <eich@suse.de>
 
257
Date:   Thu Feb 26 13:36:15 2004 +0000
 
258
 
 
259
    readding XFree86's cvs IDs
 
260
 
 
261
commit a833bab02a6cbe19724b6bb4583f4ffaa24a0534
 
262
Author: Egbert Eich <eich@suse.de>
 
263
Date:   Thu Feb 26 09:23:54 2004 +0000
 
264
 
 
265
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
 
266
 
 
267
commit a3101452dc6f4ef01c328fad7e18685363937bcf
 
268
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
269
Date:   Fri Nov 14 16:48:57 2003 +0000
 
270
 
 
271
    XFree86 4.3.0.1
 
272
 
 
273
commit 511f5a05d0cc763d60b6b39584ea29b287cb801c
 
274
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
275
Date:   Fri Nov 14 15:54:52 2003 +0000
 
276
 
 
277
    R6.6 is the Xorg base-line