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

« back to all changes in this revision

Viewing changes to xrefresh/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-01-08 18:38:47 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100108183847-wuunshkmhcyh7vzc
Tags: 7.5+1ubuntu1
* Merge from Debian.  Remaining Ubuntu changes:
  - Add 100_xrandr-output.patch: When using --scale or --transform, verify
    a valid output parameter is used; crashes otherwise.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-04-01  Adam Jackson  <ajax@freedesktop.org>
2
 
 
3
 
        * configure.ac:
4
 
        Bump to 1.0.2.
5
 
 
6
 
2006-03-09  Alan Coopersmith  <alan.coopersmith@sun.com>
7
 
 
8
 
        * xrefresh.c: 
9
 
        Replace custom copystring() with standard strdup()
10
 
        (Also should clear Coverity warning #6827 against copystring)
11
 
 
12
 
2005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>
13
 
 
14
 
        * configure.ac:
15
 
        Update package version for X11R7 release.
16
 
 
17
 
2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
18
 
 
19
 
        * configure.ac:
20
 
        Update package version number for final X11R7 release candidate.
21
 
 
22
 
2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
23
 
 
24
 
        * Makefile.am:
25
 
        Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
26
 
 
27
 
2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
28
 
 
29
 
        * configure.ac:
30
 
        Update package version number for X11R7 RC3 release.
31
 
 
32
 
2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>
33
 
 
34
 
        * configure.ac:
35
 
        Update package version number for RC1 release.
36
 
 
 
1
commit d940fdcf80c5e5d71f5fce071a6301420de85607
 
2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
3
Date:   Fri Oct 16 19:20:34 2009 -0700
 
4
 
 
5
    xrefresh 1.0.3
 
6
    
 
7
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
8
 
 
9
commit 3597e4253f9d7c61baf7be9cfdb7041700f9a699
 
10
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
11
Date:   Fri Oct 16 19:20:07 2009 -0700
 
12
 
 
13
    Fill in COPYING file with copyright/license notice from code & docs
 
14
    
 
15
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
16
 
 
17
commit 3b24974b2df76db8656e839665053f7be17932b9
 
18
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
19
Date:   Fri Oct 16 19:18:37 2009 -0700
 
20
 
 
21
    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
 
22
    
 
23
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
24
 
 
25
commit 9a4e02405fe0b29bce45cbe7322d047d6daf02fc
 
26
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
27
Date:   Thu Oct 1 14:54:29 2009 -0700
 
28
 
 
29
    Add README with pointers to mailing lists, bugzilla, & git
 
30
    
 
31
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
32
 
 
33
commit 7fd999e0a872bd931f5a156ed87e4849f81c575b
 
34
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
 
35
Date:   Mon Jan 26 16:48:20 2009 -0200
 
36
 
 
37
    Correct make distcheck and sparse warnings.
 
38
 
 
39
commit 4511de27ac11c62fc9f5cedce1bfffcdbe73e8f7
 
40
Author: James Cloos <cloos@jhcloos.com>
 
41
Date:   Thu Dec 6 16:37:28 2007 -0500
 
42
 
 
43
    Replace static ChangeLog with dist-hook to generate from git log
 
44
 
 
45
commit 850e8860e6109abe47462e91b611c635503f1503
 
46
Author: James Cloos <cloos@jhcloos.com>
 
47
Date:   Mon Sep 3 05:51:43 2007 -0400
 
48
 
 
49
    Add *~ to .gitignore to skip patch/emacs droppings
 
50
 
 
51
commit 93703e8b18dba1846428ff61be4396e60d34b3ae
 
52
Author: James Cloos <cloos@jhcloos.com>
 
53
Date:   Thu Aug 23 19:25:05 2007 -0400
 
54
 
 
55
    Rename .cvsignore to .gitignore
 
56
 
 
57
commit e40747ae47f9093e787a24b926945010acba0b10
 
58
Author: Adam Jackson <ajax@nwnk.net>
 
59
Date:   Sun Apr 2 01:16:33 2006 +0000
 
60
 
 
61
    Bump to 1.0.2.
 
62
 
 
63
commit 13f2d5790eb194ab721f0df4e6f3cdf800c0e773
 
64
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
65
Date:   Fri Mar 10 01:32:05 2006 +0000
 
66
 
 
67
    Replace custom copystring() with standard strdup() (Also should clear
 
68
        Coverity warning #6827 against copystring)
 
69
 
 
70
commit 73fbe5dacc9969cbb8495fbd7691ae267d482656
 
71
Author: Kevin E Martin <kem@kem.org>
 
72
Date:   Wed Dec 21 02:29:53 2005 +0000
 
73
 
 
74
    Update package version for X11R7 release.
 
75
 
 
76
commit 5cfc5814ea5b8ea617d26af37d93bc97ef708147
 
77
Author: Adam Jackson <ajax@nwnk.net>
 
78
Date:   Mon Dec 19 16:22:47 2005 +0000
 
79
 
 
80
    Stub COPYING files
 
81
 
 
82
commit e53bfe6da5421c2c1dee5deb28023b7b5427ffd9
 
83
Author: Kevin E Martin <kem@kem.org>
 
84
Date:   Thu Dec 15 00:24:11 2005 +0000
 
85
 
 
86
    Update package version number for final X11R7 release candidate.
 
87
 
 
88
commit a31906c6e9153bb01d7d3a19fb5ee8fdcb51d16b
 
89
Author: Kevin E Martin <kem@kem.org>
 
90
Date:   Tue Dec 6 22:48:25 2005 +0000
 
91
 
 
92
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
93
 
 
94
commit edf82f774eeaf387d57707843958d13230f8d9a0
 
95
Author: Kevin E Martin <kem@kem.org>
 
96
Date:   Sat Dec 3 05:49:27 2005 +0000
 
97
 
 
98
    Update package version number for X11R7 RC3 release.
 
99
 
 
100
commit e3ec4424e8ff05664da3061acb88d03eb3213bfd
 
101
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
102
Date:   Mon Nov 28 22:01:46 2005 +0000
 
103
 
 
104
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
 
105
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
 
106
 
 
107
commit 79d3a4d0fb233af275480e002c80fa5d220f343e
 
108
Author: Eric Anholt <anholt@freebsd.org>
 
109
Date:   Mon Nov 21 10:35:07 2005 +0000
 
110
 
 
111
    Another pass at .cvsignores for apps.
 
112
 
 
113
commit 1ba50582a418d89f8ac35c240447b350ea9d0ab2
 
114
Author: Eric Anholt <anholt@freebsd.org>
 
115
Date:   Sun Nov 20 22:08:55 2005 +0000
 
116
 
 
117
    Add/improve .cvsignore files for apps.
 
118
 
 
119
commit 4b4ebfca21168cc83b7ccfbb0fe1e6ebd2a2e5bb
 
120
Author: Kevin E Martin <kem@kem.org>
 
121
Date:   Wed Oct 19 02:47:57 2005 +0000
 
122
 
 
123
    Update package version number for RC1 release.
 
124
 
 
125
commit 022a5b1b6b2aa381285defde18103c6f3ebbe778
 
126
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
127
Date:   Mon Oct 17 23:56:25 2005 +0000
 
128
 
 
129
    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
 
130
        work better with BSD make
 
131
 
 
132
commit 5ca430be51bd4954ea35ddefef8796e1758fc8c5
 
133
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
134
Date:   Fri Oct 14 00:25:48 2005 +0000
 
135
 
 
136
    Use sed to fill in variables in man page
 
137
 
 
138
commit 10db36754587a228c96f90f99a11ccad353425cc
 
139
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
140
Date:   Mon Aug 1 20:25:32 2005 +0000
 
141
 
 
142
    Install man pages to section 1 instead of section m (Patch from Donnie
 
143
        Berkholz)
 
144
 
 
145
commit 82cf5ce8a7e191d0dc38bf5fec724e95cf5e9f05
 
146
Author: Kevin E Martin <kem@kem.org>
 
147
Date:   Fri Jul 29 21:22:37 2005 +0000
 
148
 
 
149
    Various changes preparing packages for RC0:
 
150
    - Verify and update package version numbers as needed
 
151
    - Implement versioning scheme
 
152
    - Change bug address to point to bugzilla bug entry form
 
153
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
 
154
        reenable it)
 
155
    - Fix makedepend to use pkgconfig and pass distcheck
 
156
    - Update build script to build macros first
 
157
    - Update modular Xorg version
 
158
 
 
159
commit 177c64c1dfade46fd6620a4abe3efb756df66c97
 
160
Author: Adam Jackson <ajax@nwnk.net>
 
161
Date:   Wed Jul 20 19:32:04 2005 +0000
 
162
 
 
163
    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
 
164
        configure cache, you cache it, and the cached value is probably wrong.
 
165
 
 
166
commit 67d4877c3b7fcc2324da39842da689f8bdf6122d
 
167
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
 
168
Date:   Fri Jul 1 20:27:45 2005 +0000
 
169
 
 
170
    Build systems for xrdb, xrandr, xrefresh
 
171
 
 
172
commit 19215e4aeb78583e494c46c3c1688fdd302a07a6
 
173
Author: Egbert Eich <eich@suse.de>
 
174
Date:   Fri Apr 23 19:55:03 2004 +0000
 
175
 
 
176
    Merging XORG-CURRENT into trunk
 
177
 
 
178
commit bc2ce0a283d8fe5ccd6c44a44694e78b63d62f16
 
179
Author: Egbert Eich <eich@suse.de>
 
180
Date:   Sun Mar 14 08:35:42 2004 +0000
 
181
 
 
182
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
 
183
 
 
184
commit 6227cc7baaaa63a31d290d68bcef4a10dddb8f26
 
185
Author: Egbert Eich <eich@suse.de>
 
186
Date:   Wed Mar 3 12:13:15 2004 +0000
 
187
 
 
188
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
 
189
 
 
190
commit c62bc09651eb49f9bf1b77a5cf38f58b9de56124
 
191
Author: Egbert Eich <eich@suse.de>
 
192
Date:   Thu Feb 26 13:36:26 2004 +0000
 
193
 
 
194
    readding XFree86's cvs IDs
 
195
 
 
196
commit 4d0fea1f3df49aae6438323b55719c965d24b72e
 
197
Author: Egbert Eich <eich@suse.de>
 
198
Date:   Thu Feb 26 09:24:14 2004 +0000
 
199
 
 
200
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
 
201
 
 
202
commit 74c58bb147d9c5cdae03c10cd8fd37e9186a8343
 
203
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
204
Date:   Fri Nov 14 16:49:23 2003 +0000
 
205
 
 
206
    XFree86 4.3.0.1
 
207
 
 
208
commit f6579bfc3c724813e8dffe3dc9b417b23555762a
 
209
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
210
Date:   Fri Nov 14 15:54:54 2003 +0000
 
211
 
 
212
    R6.6 is the Xorg base-line