<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcxsrv/xorg-server, branch 1.15.2.8</title>
<subtitle>VcXsrv Windows X Server (X2Go/Arctica Builds)
</subtitle>
<id>https://cgit.arctica-project.org/vcxsrv/atom?h=1.15.2.8</id>
<link rel='self' href='https://cgit.arctica-project.org/vcxsrv/atom?h=1.15.2.8'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/'/>
<updated>2015-07-10T12:23:54+00:00</updated>
<entry>
<title>Replace various "VENDOR" strings for X2Go/Arctica</title>
<updated>2015-07-10T12:23:54+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-06-27T23:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=719332a134ccfe63ba90a8a70ad3ffee7e7a5d89'/>
<id>urn:sha1:719332a134ccfe63ba90a8a70ad3ffee7e7a5d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version string: 1.15.2.8</title>
<updated>2015-07-10T12:21:38+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-07-10T12:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=ab75afbcc58c927654b75d8b3c179f423e38cfbd'/>
<id>urn:sha1:ab75afbcc58c927654b75d8b3c179f423e38cfbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump date in "About"</title>
<updated>2015-07-09T11:59:40+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-07-09T11:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=96bc788dd26dd9d1ca602fc5b0c0c04ca0933589'/>
<id>urn:sha1:96bc788dd26dd9d1ca602fc5b0c0c04ca0933589</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version string: 1.15.2.7</title>
<updated>2015-07-07T13:09:29+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-07-07T13:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=6fd77954540e12443d7aa75bb1a791ef51bfb5b1'/>
<id>urn:sha1:6fd77954540e12443d7aa75bb1a791ef51bfb5b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update URLs in "About"</title>
<updated>2015-05-04T00:45:30+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-05-04T00:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=e8be528b9b36afa159c48d39e5c01b7bd9c95b89'/>
<id>urn:sha1:e8be528b9b36afa159c48d39e5c01b7bd9c95b89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version string: 1.15.2.6</title>
<updated>2015-05-04T00:15:51+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-05-04T00:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=8ca56e3f4106339941784cc6ba5a451f18099f8d'/>
<id>urn:sha1:8ca56e3f4106339941784cc6ba5a451f18099f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add extra info to installer and change name</title>
<updated>2015-05-04T00:10:38+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-05-04T00:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=803a88995f061ac4d39ab9da84855aa241f38956'/>
<id>urn:sha1:803a88995f061ac4d39ab9da84855aa241f38956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418)</title>
<updated>2015-05-03T22:39:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-03T16:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=48f4bf187e958a13d57eea3f41eeab7c26c66806'/>
<id>urn:sha1:48f4bf187e958a13d57eea3f41eeab7c26c66806</id>
<content type='text'>
The length checking code validates PutImage height and byte width by
making sure that byte-width &gt;= INT32_MAX / height. If height is zero,
this generates a divide by zero exception. Allow zero height requests
explicitly, bypassing the INT32_MAX check.

v2: backports to VcXsrv 1.15.2.x (Mike DePaulo)
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
Reviewed-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
</content>
</entry>
<entry>
<title>uninstaller: Remove the entire VcXsrv directory</title>
<updated>2015-03-29T13:14:08+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-03-29T13:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=087e0ed0b4cc4589cf2bd32ea95eea60773bb715'/>
<id>urn:sha1:087e0ed0b4cc4589cf2bd32ea95eea60773bb715</id>
<content type='text'>
(GitHub Issue #1)
</content>
</entry>
<entry>
<title>Update version string: 1.15.2.5</title>
<updated>2015-03-29T12:26:37+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-03-29T12:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/vcxsrv/commit/?id=92a13396b3a92f5cceb3f64a3548fe7b14e39462'/>
<id>urn:sha1:92a13396b3a92f5cceb3f64a3548fe7b14e39462</id>
<content type='text'>
</content>
</entry>
</feed>
