<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wayland/configure.ac, branch 1.17.92</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/wayland/atom/configure.ac?h=1.17.92</id>
<link rel='self' href='http://git.sudomsg.com/mirror/wayland/atom/configure.ac?h=1.17.92'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/'/>
<updated>2020-01-28T21:02:25Z</updated>
<entry>
<title>build: bump to version 1.17.92 for the beta release</title>
<updated>2020-01-28T21:02:25Z</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2020-01-28T21:02:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=367d2985f3242d12c16a4f9074254584a8739d1f'/>
<id>urn:sha1:367d2985f3242d12c16a4f9074254584a8739d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: bump to version 1.17.91 for the alpha release</title>
<updated>2020-01-21T14:18:48Z</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2020-01-21T14:18:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=75e644c23ded2ef798fa31383c51afcf305cc9cb'/>
<id>urn:sha1:75e644c23ded2ef798fa31383c51afcf305cc9cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scanner: Add configure check for strndup</title>
<updated>2019-11-05T14:59:58Z</updated>
<author>
<name>Joshua Watt</name>
<email>JPEWhacker@gmail.com</email>
</author>
<published>2019-10-26T02:03:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4a1f348c20157db7bd7c759fdeb23fbe8729c571'/>
<id>urn:sha1:4a1f348c20157db7bd7c759fdeb23fbe8729c571</id>
<content type='text'>
Some platforms may not have strndup() (e.g. MinGW), so provide a
equivalent implementation if it's not found.

Signed-off-by: Joshua Watt &lt;JPEWhacker@gmail.com&gt;
</content>
</entry>
<entry>
<title>cursor: Use memfd_create() when available</title>
<updated>2019-07-21T09:06:43Z</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2019-02-16T15:06:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=6908c8c85a2e33e5654f64a55cd4f847bf385cae'/>
<id>urn:sha1:6908c8c85a2e33e5654f64a55cd4f847bf385cae</id>
<content type='text'>
This (so-far) Linux-only API lets users create file descriptors purely
in memory, without any backing file on the filesystem and the race
condition which could ensue when unlink()ing it.

It also allows seals to be placed on the file, ensuring to every other
process that we won’t be allowed to shrink the contents, potentially
causing a SIGBUS when they try reading it.

This patch is best viewed with the -w option of git log -p.

Signed-off-by: Emmanuel Gil Peyrot &lt;linkmauve@linkmauve.fr&gt;
Reviewed-by: Simon Ser &lt;contact@emersion.fr&gt;
</content>
</entry>
<entry>
<title>docs: Abort configure if docbook-xsl package is missing</title>
<updated>2019-04-19T14:04:09Z</updated>
<author>
<name>Harish Krupo</name>
<email>harishkrupo@gmail.com</email>
</author>
<published>2019-04-19T14:01:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=b77cf862909f5cc2a4b20f0f92c586a1f135dd92'/>
<id>urn:sha1:b77cf862909f5cc2a4b20f0f92c586a1f135dd92</id>
<content type='text'>
The docbook-xsl package includes all the stylesheets required to build
the docs without internet access.

Test:
One way to emulate missing style sheets is to move /etc/xml/catalog file
to a different location. Doing so should cause configure to fail with
"checking for docbook stylesheets... no"

v2: add AC_MSG_RESULT (Pekka)

Signed-off-by: Harish Krupo &lt;harishkrupo@gmail.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: reopen master for regular development</title>
<updated>2019-04-08T07:26:24Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.com</email>
</author>
<published>2019-04-08T07:26:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=ca5a59ec4cd7e88636d650b47ae4b976f3e47b6a'/>
<id>urn:sha1:ca5a59ec4cd7e88636d650b47ae4b976f3e47b6a</id>
<content type='text'>
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.com&gt;
</content>
</entry>
<entry>
<title>configure: detect libdl and librt</title>
<updated>2019-04-06T19:53:25Z</updated>
<author>
<name>Leonid Bobrov</name>
<email>mazocomp@disroot.org</email>
</author>
<published>2019-02-25T17:38:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=dd3ba21457648db411d14b5b308e6a93aa401a4e'/>
<id>urn:sha1:dd3ba21457648db411d14b5b308e6a93aa401a4e</id>
<content type='text'>
Signed-off-by: Leonid Bobrov &lt;mazocomp@disroot.org&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.17.0 for the official release</title>
<updated>2019-03-21T00:54:18Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.wayland@gmail.com</email>
</author>
<published>2019-03-21T00:54:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=e091839dd08354289e501a47219e0c7a6472dff3'/>
<id>urn:sha1:e091839dd08354289e501a47219e0c7a6472dff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.16.93 for the RC1 release</title>
<updated>2019-03-14T02:27:59Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.wayland@gmail.com</email>
</author>
<published>2019-03-14T02:27:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=cbdfa87ce3223c10355b7c3869c0e42cf2e125e3'/>
<id>urn:sha1:cbdfa87ce3223c10355b7c3869c0e42cf2e125e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.16.92 for the beta release</title>
<updated>2019-03-05T23:22:24Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.wayland@gmail.com</email>
</author>
<published>2019-03-05T23:22:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=75bd70c0b335a8bbbbb030e5be1557a4bc02a86d'/>
<id>urn:sha1:75bd70c0b335a8bbbbb030e5be1557a4bc02a86d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.16.91 for the alpha release</title>
<updated>2019-02-19T19:32:36Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.wayland@gmail.com</email>
</author>
<published>2019-02-19T19:32:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=a94b77d0a65943232abd48128b17227a8c5e1ddc'/>
<id>urn:sha1:a94b77d0a65943232abd48128b17227a8c5e1ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: Reopen master for regular development</title>
<updated>2018-08-24T18:41:14Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.samsung@gmail.com</email>
</author>
<published>2018-08-24T18:41:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f1d10fb6092c772a7c5ac192890a8d2bbe695a5f'/>
<id>urn:sha1:f1d10fb6092c772a7c5ac192890a8d2bbe695a5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.16.0 for the official release</title>
<updated>2018-08-24T17:39:14Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.samsung@gmail.com</email>
</author>
<published>2018-08-24T17:39:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=254bef7b4a32b52346bdcdf4b8a432b582a9ddb4'/>
<id>urn:sha1:254bef7b4a32b52346bdcdf4b8a432b582a9ddb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.15.94 for the RC2 release</title>
<updated>2018-08-17T16:19:45Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.samsung@gmail.com</email>
</author>
<published>2018-08-17T16:19:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=de3079685c320ac290bb1c5728db27e3bc829c90'/>
<id>urn:sha1:de3079685c320ac290bb1c5728db27e3bc829c90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.15.93 for the RC1 release</title>
<updated>2018-08-10T18:01:10Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.samsung@gmail.com</email>
</author>
<published>2018-08-10T18:01:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=fde60465c3b30c9bbcfdd67622ce5539709bac40'/>
<id>urn:sha1:fde60465c3b30c9bbcfdd67622ce5539709bac40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.15.92 for the beta release</title>
<updated>2018-07-27T16:46:27Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.samsung@gmail.com</email>
</author>
<published>2018-07-27T16:46:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=6ac3ff1c3fb99af77522853cd3687dca0773cc78'/>
<id>urn:sha1:6ac3ff1c3fb99af77522853cd3687dca0773cc78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Remove support for non-pkg-config Expat</title>
<updated>2018-07-26T15:23:35Z</updated>
<author>
<name>Daniel Stone</name>
<email>daniels@collabora.com</email>
</author>
<published>2018-07-21T11:04:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=bd56f9e29f16ca956b3e4d9658e32f1125db9d2d'/>
<id>urn:sha1:bd56f9e29f16ca956b3e4d9658e32f1125db9d2d</id>
<content type='text'>
The Expat XML library has shipped a pkg-config file for long enough to
be in Debian's oldstable (Jessie, April 2015) and Ubuntu's oldest
supported LTS (Trusty, 14.04). The pkg-config file was added in Expat
upstream's commit 352cfc8f59a7, in September 2007.

Drop build support for versions of Expat which do not ship a
pkg-config file.

Signed-off-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Derek Foreman &lt;derek.foreman.samsung@gmail.com&gt;
Reviewed-by: Emil Velikov &lt;emil.velikov@collabora.com&gt;
</content>
</entry>
<entry>
<title>build: Remove execinfo.h check</title>
<updated>2018-07-26T15:21:46Z</updated>
<author>
<name>Daniel Stone</name>
<email>daniels@collabora.com</email>
</author>
<published>2018-07-21T10:58:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b'/>
<id>urn:sha1:99c3c10ad0e0a27a8c5d33d1e285e8b77fe0534b</id>
<content type='text'>
The check for the execinfo.h header is only advisory; the build will not
fail if it is not present, and set HAVE_EXECINFO_H if it is. The check
was added in commit bc3e020475e ("build: Add declaration checks to check for
required syscall flags") with no obvious use or reasoning.

Remove the no-op check.

Signed-off-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Derek Foreman &lt;derek.foreman.samsung@gmail.com&gt;
Reviewed-by: Emil Velikov &lt;emil.velikov@collabora.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.15.91 for the alpha release</title>
<updated>2018-07-13T16:27:03Z</updated>
<author>
<name>Derek Foreman</name>
<email>derek.foreman.samsung@gmail.com</email>
</author>
<published>2018-07-13T16:27:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4cc1c1519a7001d1f9e4db8c9dea6fa191b88744'/>
<id>urn:sha1:4cc1c1519a7001d1f9e4db8c9dea6fa191b88744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Update URLs for GitLab transition</title>
<updated>2018-06-11T09:03:39Z</updated>
<author>
<name>Daniel Stone</name>
<email>daniels@collabora.com</email>
</author>
<published>2018-06-08T23:49:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=7846d4beea05239f7188f8417e8f497203bf8641'/>
<id>urn:sha1:7846d4beea05239f7188f8417e8f497203bf8641</id>
<content type='text'>
Update bug and Git URLs for GitLab; the site has also been served over
HTTPS for quite some time.

Signed-off-by: Daniel Stone &lt;daniels@collabora.com&gt;
Reviewed-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: Reopen master for regular development</title>
<updated>2018-04-09T18:15:31Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2018-04-09T18:15:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=e09c1a98f988d32f8b6fb06aa72da06c93897189'/>
<id>urn:sha1:e09c1a98f988d32f8b6fb06aa72da06c93897189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.15.0 for the official release</title>
<updated>2018-04-09T16:54:10Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2018-04-09T16:54:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4fdb8530a3dfd43cdd88e89188a7eb468bf8d07c'/>
<id>urn:sha1:4fdb8530a3dfd43cdd88e89188a7eb468bf8d07c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.14.93 for the RC1 release</title>
<updated>2018-04-02T17:50:16Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2018-04-02T17:50:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=8be9aa86a2fd0f00f842c4a700633f3521fa9704'/>
<id>urn:sha1:8be9aa86a2fd0f00f842c4a700633f3521fa9704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.14.92 for the beta release</title>
<updated>2018-03-19T20:39:39Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2018-03-19T20:39:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=d3fe626219ee336d86f1bec980c5c09cce8d68c1'/>
<id>urn:sha1:d3fe626219ee336d86f1bec980c5c09cce8d68c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: don't install the static libraries</title>
<updated>2018-03-16T10:18:07Z</updated>
<author>
<name>Emil Velikov</name>
<email>emil.velikov@collabora.com</email>
</author>
<published>2018-03-13T13:43:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f34af17b219f1eaa0d091a687124fbb8b7a3c81b'/>
<id>urn:sha1:f34af17b219f1eaa0d091a687124fbb8b7a3c81b</id>
<content type='text'>
One should always be using the shared libraries.

Spotted while going through the Debian packaing.

Signed-off-by: Emil Velikov &lt;emil.velikov@collabora.com&gt;
Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Acked-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>tests: disable coredumps on sanity-test</title>
<updated>2018-03-15T12:59:24Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2018-02-14T12:22:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=371c26d52b992ed224062cb09e138d0c053b87ff'/>
<id>urn:sha1:371c26d52b992ed224062cb09e138d0c053b87ff</id>
<content type='text'>
SEGV and ABRT by default cause a core dump, which may create a file,
launch crash handlers, and so on. sanity-test has 21 processes that
are expected to crash like this. Disable core dumps on them all.

I counted 21 entries in coredumpctl list, while only 16 functions needed
patching. After this patch no entries appear in coredumpctl list.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.14.91 for the alpha release</title>
<updated>2018-02-26T17:37:44Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2018-02-26T16:52:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=97351f995c216eff33b02ade0bd63dd089c3af89'/>
<id>urn:sha1:97351f995c216eff33b02ade0bd63dd089c3af89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wayland-egl: use correct `nm` path when cross-compiling</title>
<updated>2018-02-23T17:38:22Z</updated>
<author>
<name>Emil Velikov</name>
<email>emil.velikov@collabora.com</email>
</author>
<published>2018-02-23T17:31:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=6903e4d5392563b36aabc8ebc69cb1a08dd2de0e'/>
<id>urn:sha1:6903e4d5392563b36aabc8ebc69cb1a08dd2de0e</id>
<content type='text'>
Inspired by Heiko Becker and Eric's work in libdrm and Mesa
respectively.

Cc: Eric Engestrom &lt;eric.engestrom@imgtec.com&gt;
Signed-off-by: Emil Velikov &lt;emil.velikov@collabora.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
</content>
</entry>
<entry>
<title>build: wire-up wayland-egl</title>
<updated>2018-02-09T17:31:00Z</updated>
<author>
<name>Emil Velikov</name>
<email>emil.velikov@collabora.com</email>
</author>
<published>2017-10-10T13:43:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=1fcb4d1387e2a40ed8cd35b11a7788de52b9cdb9'/>
<id>urn:sha1:1fcb4d1387e2a40ed8cd35b11a7788de52b9cdb9</id>
<content type='text'>
Wire-up the imported sources, test and pkg-config files.

v2:
 - Don't mangle with existing EXTRA_DIST list
 - Add the symbols check script to the `make check' target
 - Rename wayland-egl-{priv,backend}.h

Signed-off-by: Emil Velikov &lt;emil.velikov@collabora.com&gt;
Reviewed-by: Arnaud Vrac &lt;avrac@freebox.fr&gt;
</content>
</entry>
<entry>
<title>Reopen master for regular development</title>
<updated>2017-08-08T19:03:27Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-08-08T19:03:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=0b991b62b864a123db971a56adfc14f5e2255cac'/>
<id>urn:sha1:0b991b62b864a123db971a56adfc14f5e2255cac</id>
<content type='text'>
A 1.14 branch has been established for stable release work.
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.14.0 for the official release</title>
<updated>2017-08-08T18:20:35Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-08-08T18:20:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=989cf03d1ce05d2b2481758e746f7299a1086880'/>
<id>urn:sha1:989cf03d1ce05d2b2481758e746f7299a1086880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.13.93 for the RC1 release</title>
<updated>2017-08-01T18:12:43Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-08-01T18:12:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=269c1434b4f5442a5625b662dd4bef10d2d22910'/>
<id>urn:sha1:269c1434b4f5442a5625b662dd4bef10d2d22910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.13.92 for the beta release</title>
<updated>2017-07-25T23:25:01Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-07-25T23:25:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=897256d4190caf276363b8ce11de8846094ea553'/>
<id>urn:sha1:897256d4190caf276363b8ce11de8846094ea553</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.13.91 for the alpha release</title>
<updated>2017-07-12T02:07:55Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-07-12T02:07:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f52c50baad90f9c44d1a7ae21802204b4f9702d9'/>
<id>urn:sha1:f52c50baad90f9c44d1a7ae21802204b4f9702d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.13.90 for open development</title>
<updated>2017-02-21T22:27:16Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-02-21T22:25:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f8c93078f8ec4f754dfd7dc5de1c9833a3b0f453'/>
<id>urn:sha1:f8c93078f8ec4f754dfd7dc5de1c9833a3b0f453</id>
<content type='text'>
Signed-off-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.13.0 for the official release</title>
<updated>2017-02-21T21:27:16Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-02-21T21:27:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=1361da9cd5a719b32d978485a29920429a31ed25'/>
<id>urn:sha1:1361da9cd5a719b32d978485a29920429a31ed25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.12.93 for the RC1 release</title>
<updated>2017-02-14T20:56:55Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-02-14T20:56:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=24df0fb6b3835c3b4574847491eecae769af4c2c'/>
<id>urn:sha1:24df0fb6b3835c3b4574847491eecae769af4c2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.12.92 for the beta release</title>
<updated>2017-02-07T23:14:56Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-02-07T23:14:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=6161d7dd0efd33339a90bdfbc6f2575ff16f1b2f'/>
<id>urn:sha1:6161d7dd0efd33339a90bdfbc6f2575ff16f1b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.12.91 for the alpha release</title>
<updated>2017-01-25T02:13:26Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2017-01-25T02:13:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=ad4f04872a3f99eaef38cceab1987906b0e19996'/>
<id>urn:sha1:ad4f04872a3f99eaef38cceab1987906b0e19996</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.12.90 for open development</title>
<updated>2016-09-22T17:31:53Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-09-22T17:31:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=454df51dce609dcc805c888cb8611049bdf9ae08'/>
<id>urn:sha1:454df51dce609dcc805c888cb8611049bdf9ae08</id>
<content type='text'>
Signed-off-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.12.0 for the official release</title>
<updated>2016-09-20T17:45:10Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-09-20T17:45:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=a0d76ffda5c3483e5e67fed19b7d8afe8966782c'/>
<id>urn:sha1:a0d76ffda5c3483e5e67fed19b7d8afe8966782c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.11.94 for the RC2 release</title>
<updated>2016-09-13T19:13:57Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-09-13T19:13:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=a4aba37ba178f8400cfdc2b595005bb76d6af2c0'/>
<id>urn:sha1:a4aba37ba178f8400cfdc2b595005bb76d6af2c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.11.93 for the RC1 release</title>
<updated>2016-09-06T21:22:03Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-09-06T21:22:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=da58173cfe047864d073ba078e0b8db982a31b12'/>
<id>urn:sha1:da58173cfe047864d073ba078e0b8db982a31b12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.11.92 for the beta release</title>
<updated>2016-08-30T18:40:23Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-08-30T18:40:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=2d7b34e2ee7627e125496c8816f656f485fcfc81'/>
<id>urn:sha1:2d7b34e2ee7627e125496c8816f656f485fcfc81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.11.91 for the alpha release</title>
<updated>2016-08-16T18:25:12Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-08-16T18:25:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=2a6b08896abeb8ce82f381b1abf5daeee53e7d79'/>
<id>urn:sha1:2a6b08896abeb8ce82f381b1abf5daeee53e7d79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.11.90 for open development</title>
<updated>2016-06-01T08:08:02Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-06-01T08:08:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=98d94b5c1d1cc21f5c963cdebc1cd535c6ae5b4f'/>
<id>urn:sha1:98d94b5c1d1cc21f5c963cdebc1cd535c6ae5b4f</id>
<content type='text'>
As announced in 1.11.0 release notes, master is open again.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.11.0 for the official release</title>
<updated>2016-06-01T00:11:20Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-06-01T00:11:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=47163797f810373c81b6e13b7a8a245eb9877785'/>
<id>urn:sha1:47163797f810373c81b6e13b7a8a245eb9877785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.10.93 for the RC1 release</title>
<updated>2016-05-24T19:29:59Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-05-24T19:29:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=62d67fe8fa217994f1d82dcb3203bb651e1c011f'/>
<id>urn:sha1:62d67fe8fa217994f1d82dcb3203bb651e1c011f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.10.92 for the beta release</title>
<updated>2016-05-18T05:07:48Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-05-18T05:07:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f19b569ec2cf2f8dbaf00d62e2f6b131f29aeec4'/>
<id>urn:sha1:f19b569ec2cf2f8dbaf00d62e2f6b131f29aeec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.10.91 for the alpha release</title>
<updated>2016-05-04T00:56:22Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-05-04T00:56:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=08bda63ac4aa483c046fcbf8dd62a1103ffe9683'/>
<id>urn:sha1:08bda63ac4aa483c046fcbf8dd62a1103ffe9683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix ./configure --disable-dtd-validation</title>
<updated>2016-02-29T23:32:35Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2016-02-29T12:59:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4a41d26c4d0f4775f3a013a41a32ac1512a0a177'/>
<id>urn:sha1:4a41d26c4d0f4775f3a013a41a32ac1512a0a177</id>
<content type='text'>
When configured with --disable-dtd-validation:

  CPPAS    src/dtddata.o
src/dtddata.S: Assembler messages:
src/dtddata.S:39: Error: file not found: src/wayland.dtd.embed
Makefile:1520: recipe for target 'src/dtddata.o' failed

This is because the variable name used does not match the implicit
variable name in autoconf.

Fix the variable name, making both --disable-dtd-validation and
--enable-dtd-validation to what they should.

Do not try to build dtddata.S if dtd-validation is disabled. It depends
on wayland.dtd.embed which is created by configure only if
dtd-validation is enabled.

If not building dtddata.S, also make sure the extern definitions in
scanner.c are compiled out.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=575212
Reported-by: leio@gentoo.org
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
Reviewed-by: Quentin Glidic &lt;sardemff7+git@sardemff7.net&gt;
Tested-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>build: Add an --enable-fatal-warnings configure option</title>
<updated>2016-02-17T06:13:51Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2016-01-15T19:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=8216abc5877a29bd8c20d8adb257e084d1390f29'/>
<id>urn:sha1:8216abc5877a29bd8c20d8adb257e084d1390f29</id>
<content type='text'>
New --enable-fatal-warnings ./configure option that just adds -Werror
to GCC_CFLAGS

Signed-off-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Reviewed-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.10.90 for open development</title>
<updated>2016-02-17T01:15:26Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-02-17T01:15:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=22acc9cec921720bacfdf77e13a73fdb4a379876'/>
<id>urn:sha1:22acc9cec921720bacfdf77e13a73fdb4a379876</id>
<content type='text'>
Master is open for new feature development again.
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.10.0 for the official release</title>
<updated>2016-02-16T20:03:40Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-02-16T20:03:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=0ff73b7666b8aee1a68302dd6a7664b68aa659af'/>
<id>urn:sha1:0ff73b7666b8aee1a68302dd6a7664b68aa659af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.9.93 for the RC1 release</title>
<updated>2016-02-09T21:26:21Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-02-09T21:26:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=1906a90aab613501396fe4fb72c7fba9e13ee161'/>
<id>urn:sha1:1906a90aab613501396fe4fb72c7fba9e13ee161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.9.92 for the beta release</title>
<updated>2016-02-02T23:30:36Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@bryceharrington.org</email>
</author>
<published>2016-02-02T23:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=816a0ae09bd5c370b95cee459905976dc14cfac0'/>
<id>urn:sha1:816a0ae09bd5c370b95cee459905976dc14cfac0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: re-bump to version 1.9.91 for the alpha release</title>
<updated>2016-01-19T22:54:32Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-01-19T22:54:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=14b76a0e24c988334c18f477572a556ba005b182'/>
<id>urn:sha1:14b76a0e24c988334c18f477572a556ba005b182</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.9.91 for the alpha release</title>
<updated>2016-01-19T22:30:33Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2016-01-19T22:30:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=7ed00c1de77afbab23f4908fbd9d60ec070c209b'/>
<id>urn:sha1:7ed00c1de77afbab23f4908fbd9d60ec070c209b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Validate the protocol xml during scanning</title>
<updated>2015-11-17T12:36:21Z</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2015-11-09T23:53:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f66e2d53dd8920451a4d9544b2fd2568a6a75b9b'/>
<id>urn:sha1:f66e2d53dd8920451a4d9544b2fd2568a6a75b9b</id>
<content type='text'>
Embed the wayland.dtd protocol data into the scanner binary so we can validate
external protocol files without requiring makefile changes. Hat-tip to Pekka
Paalanen for the embedding trick.
The embedding trick doesn't work well if the to-be-embedded file is in a
different location than the source file, so copy/link it during configure and
then build it in from the local directory.

The current expat parser is not a validating parser, moving scanner.c to
another parser has the risk of breaking compatibility. This patch adds libxml2
as extra (optional) dependency, but that also requires parsing the input
twice.

If the protocol fails validation a warning is printed but no error is returned
otherwise.

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Reviewed-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.9.90 for open development</title>
<updated>2015-09-22T20:39:44Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-09-22T20:39:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=b31225f91bfa0efe176ff5c93d5830dd947f6671'/>
<id>urn:sha1:b31225f91bfa0efe176ff5c93d5830dd947f6671</id>
<content type='text'>
Master is open for new feature development again.

Signed-off-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.9.0 for the official release</title>
<updated>2015-09-21T23:52:11Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-09-21T23:51:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=b05668f0ad64ad9ba82e124965163daed4172ead'/>
<id>urn:sha1:b05668f0ad64ad9ba82e124965163daed4172ead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.8.93 for the RC1 release</title>
<updated>2015-09-16T03:16:37Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-09-16T03:16:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=8fd494995d000edbc9d4c1a1805d316ffdff8890'/>
<id>urn:sha1:8fd494995d000edbc9d4c1a1805d316ffdff8890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.8.92 for the beta release</title>
<updated>2015-09-01T23:51:30Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-09-01T23:51:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=b16c0a5dfa829ff6cef707ed72907c5f88acf3cf'/>
<id>urn:sha1:b16c0a5dfa829ff6cef707ed72907c5f88acf3cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.8.91 for the alpha release</title>
<updated>2015-08-16T20:54:50Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-08-16T20:54:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=c0636ddcacc72c34a773f170aabdb46a5a21c275'/>
<id>urn:sha1:c0636ddcacc72c34a773f170aabdb46a5a21c275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: always build wayland-scanner</title>
<updated>2015-07-17T11:19:08Z</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2015-07-01T21:51:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=21f80b89826d07bf687de35a1992a0b9bca3a51d'/>
<id>urn:sha1:21f80b89826d07bf687de35a1992a0b9bca3a51d</id>
<content type='text'>
The previous idiom for building a cross-compiled Wayland is to build once for
the build host (with --enable-scanner --disable-libraries) to get a
wayland-scanner binary that can then be used in a cross-compile (with
--disable-scanner).  The problem with this is that the cross wayland is missing
a wayland-scanner binary, which means you then can't do any Wayland development
on the target.

Instead, always build wayland-scanner for the target and change
--enable/disable-scanner to --with/without-host-scanner.  Normal builds use the
default of --without-host-scanner and run the wayland-scanner it just built, and
cross-compiled builds pass --with-host-scanner to use a previously built host
scanner but still get a wayland-scanner to install.

(a theoretically neater solution would be to build two scanners if required (one
to run and one to install), but automake makes this overly complicated)

[daniels: Bikeshedded naming with Ross's OK.]

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
</content>
</entry>
<entry>
<title>build: Don't depend on libffi unless we're building libraries</title>
<updated>2015-06-18T11:06:32Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2015-06-17T20:13:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=bc3b66d5c194b9238126f7bc954142a07fe44f0e'/>
<id>urn:sha1:bc3b66d5c194b9238126f7bc954142a07fe44f0e</id>
<content type='text'>
When building just the scanner or docs it's not required.

This can reduce requirements for a host cross compiling wayland,
since only the scanner needs to be built natively.

Signed-off-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Reviewed-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>build: Allow disabling building of wayland libraries</title>
<updated>2015-06-18T11:06:16Z</updated>
<author>
<name>Derek Foreman</name>
<email>derekf@osg.samsung.com</email>
</author>
<published>2015-06-17T20:13:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=5cfdbef3d29919ef37cfe309ff907763d849febf'/>
<id>urn:sha1:5cfdbef3d29919ef37cfe309ff907763d849febf</id>
<content type='text'>
When cross-compiling it may be useful to build only the wayland-scanner
natively.  This patch makes it possible to disable build of the libraries.

Signed-off-by: Derek Foreman &lt;derekf@osg.samsung.com&gt;
Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Reviewed-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.8.90</title>
<updated>2015-06-03T07:12:49Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-06-03T07:12:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=baed4b0a2ffd6f61e0f868af7013cd24dd4b429c'/>
<id>urn:sha1:baed4b0a2ffd6f61e0f868af7013cd24dd4b429c</id>
<content type='text'>
Master is open for new features again

Signed-off-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.8.0 for the official release</title>
<updated>2015-06-02T23:06:02Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-06-02T23:06:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=60024af597b68974c451c89f960a7c11de11c33a'/>
<id>urn:sha1:60024af597b68974c451c89f960a7c11de11c33a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.7.93 for the RC2 release</title>
<updated>2015-05-27T02:10:15Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-05-27T02:10:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=6ffd998a98ca76ff2ff64617516fe1d6d34100a3'/>
<id>urn:sha1:6ffd998a98ca76ff2ff64617516fe1d6d34100a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.7.92 for the RC1 release</title>
<updated>2015-05-16T00:53:29Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-05-16T00:53:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=12cab2c4dfd4634e8979f78cec855a14091ce9d9'/>
<id>urn:sha1:12cab2c4dfd4634e8979f78cec855a14091ce9d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.7.91 for the alpha release</title>
<updated>2015-05-07T01:59:59Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-05-07T01:59:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=8877a349e7b1fe8943962cfcd0dcdf78dc7f39f6'/>
<id>urn:sha1:8877a349e7b1fe8943962cfcd0dcdf78dc7f39f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config: use simpler regexp syntax to get dot version</title>
<updated>2015-04-07T22:48:25Z</updated>
<author>
<name>Bill Spitzak</name>
<email>spitzak@gmail.com</email>
</author>
<published>2015-04-03T02:20:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=313b26f415d48e1918818cb9da54f8e8bc521f87'/>
<id>urn:sha1:313b26f415d48e1918818cb9da54f8e8bc521f87</id>
<content type='text'>
I wasted a lot of time before I figured out that I needed to add those
square brackets to get this to work. Sigh...
Reviewed-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.7.90</title>
<updated>2015-02-18T02:34:33Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-02-18T02:34:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f3a5ca999e7efabc873bd2ee1d5fbe07e1e73ddd'/>
<id>urn:sha1:f3a5ca999e7efabc873bd2ee1d5fbe07e1e73ddd</id>
<content type='text'>
Master is open for new features again

Signed-off-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.7.0 for release</title>
<updated>2015-02-14T03:17:56Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-02-14T03:17:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=8e9d5a108476b3435a8286613b9a63b69afd92b7'/>
<id>urn:sha1:8e9d5a108476b3435a8286613b9a63b69afd92b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump to version 1.6.93 for rc2 release</title>
<updated>2015-02-07T01:56:44Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-02-07T01:56:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=52d971c924d0147d6949096c9cf001d75828a054'/>
<id>urn:sha1:52d971c924d0147d6949096c9cf001d75828a054</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: Fallback to older detection code if pkg-config can't find expat</title>
<updated>2015-02-06T23:52:50Z</updated>
<author>
<name>Bill Spitzak</name>
<email>spitzak@gmail.com</email>
</author>
<published>2015-02-03T22:26:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=371a9e0aefcc2bdef9c044a59d613ce6c175ed73'/>
<id>urn:sha1:371a9e0aefcc2bdef9c044a59d613ce6c175ed73</id>
<content type='text'>
This paritally reverts commit a4afd90f9f0c27ed5f3f313b915c260673f8be34.

On older expat versions (ie the one on Ubuntu 12.04) there is no pkg-config
file, so fall back to a test for the header and library. In addition the
source for expat does not seem to be in a git repository but in cvs instead
and it seems preferrable to not require cvs to build wayland.

The restored test has been updated to use AC_SEARCH_LIBS. This version
uses empty square brackets for the unused branches, similar to many other
if statements in configure.ac.
Reviewed-by: Bryce Harrington &lt;bryce@osg.samsung.com&gt;
Reviewed-by: Andrew Oakley &lt;aoakley@espial.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: re-bump version to 1.6.92 for rc1 release</title>
<updated>2015-01-31T03:08:22Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-01-31T03:04:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=48bf640d16b9f3a6920220e216d55665b42dc0c6'/>
<id>urn:sha1:48bf640d16b9f3a6920220e216d55665b42dc0c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.6.92 for rc1 release</title>
<updated>2015-01-30T22:57:53Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-01-30T22:57:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=768724495e2d15af0b9ea8303fe776201e6d49de'/>
<id>urn:sha1:768724495e2d15af0b9ea8303fe776201e6d49de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: use pkg-config to find expat</title>
<updated>2015-01-29T05:29:10Z</updated>
<author>
<name>Andrew Oakley</name>
<email>aoakley@espial.com</email>
</author>
<published>2015-01-27T17:18:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=a4afd90f9f0c27ed5f3f313b915c260673f8be34'/>
<id>urn:sha1:a4afd90f9f0c27ed5f3f313b915c260673f8be34</id>
<content type='text'>
This is now done in the same way as the libffi dependency and still
allows the library to be installed in a non-standard location (with
PKG_CONFIG_PATH).
</content>
</entry>
<entry>
<title>doc: Switch from static image files to generated diagrams.</title>
<updated>2015-01-29T01:43:16Z</updated>
<author>
<name>Jon Cruz</name>
<email>jonc@osg.samsung.com</email>
</author>
<published>2015-01-29T01:24:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=b5fca036cc2bfc224a3db4724c00543d98008cb5'/>
<id>urn:sha1:b5fca036cc2bfc224a3db4724c00543d98008cb5</id>
<content type='text'>
Switches diagrams from using static PNG images to instead generate them via
simple graphviz DOT markup files.

Signed-off-by: Jon A. Cruz &lt;jonc@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>tests: C++ compilation test</title>
<updated>2015-01-27T11:17:42Z</updated>
<author>
<name>Mariusz Ceier</name>
<email>mceier+wayland@gmail.com</email>
</author>
<published>2014-12-15T10:33:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=e3dc9a7af6f8f88ff7503bc3a70178e47802868d'/>
<id>urn:sha1:e3dc9a7af6f8f88ff7503bc3a70178e47802868d</id>
<content type='text'>
This test includes one of wayland headers, which produced
error with C++ compiler. C compiler can't be used for this test,
because it issues only a warning[1] and only when wayland headers
are not installed in system headers path (/usr/include).

[1] wayland-server-protocol.h:201:2: warning: implicit declaration of function ‘wl_resource_post_event’

[daniels: Merged in Marek's follow-up to check for a C++ compiler.]

Signed-off-by: Mariusz Ceier &lt;mceier+wayland@gmail.com&gt;
Signed-off-by: Marek Chalupa &lt;mchqwerty@gmail.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.6.91 for the alpha release</title>
<updated>2015-01-17T11:39:05Z</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@osg.samsung.com</email>
</author>
<published>2015-01-17T11:39:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=b7f9925abccd787b54148814057052bbd6368ba6'/>
<id>urn:sha1:b7f9925abccd787b54148814057052bbd6368ba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Add config check for doxygen 1.6.0+.</title>
<updated>2014-12-08T08:07:35Z</updated>
<author>
<name>Jon A. Cruz</name>
<email>jonc@osg.samsung.com</email>
</author>
<published>2014-12-04T02:26:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=480b437cd87b6c268b083c970dfbfbd8ff1a0dae'/>
<id>urn:sha1:480b437cd87b6c268b083c970dfbfbd8ff1a0dae</id>
<content type='text'>
Add a config time check for a new enough (1.6.0+) version of doxygen.

v2. require 1.6.0+ instead of 1.8.0+

Signed-off-by: Jon A. Cruz &lt;jonc@osg.samsung.com&gt;
Reviewed-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>doc: replace publican with xmlto</title>
<updated>2014-09-22T07:30:41Z</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2014-09-04T07:32:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f3e7eedf1c0824639a816519ccfbdacb946cc63f'/>
<id>urn:sha1:f3e7eedf1c0824639a816519ccfbdacb946cc63f</id>
<content type='text'>
Publican isn't packaged for some distros, xmlto is a lot more common. Most of
what publican provides for us is the stylesheet anyway, so we can just use
xmlto and the publican stylesheet to get roughly the same look.

PDF and XML generation has been dropped, this needs a bit more more effort
than a mere switchover to xmlto.

The top-level directory structure imposed by publican is kept for now
(specifically the Wayland/en-US/html tree). This makes it easier to transition over
for packagers. Note that the list of files inside has changed.

CSS files are taken from publican to keep a uniform look compared to previous
documentations. Stylesheets are licensed under CC0 1.0 Universal license, see
publican/LICENSE:

1.  Files in the datadir/Common_Content directory and its subdirectories are
    licensed under the CC0 1.0 Universal license.

    To the extent possible under law, the developers of Publican waive all
    copyright and related or neighboring rights to the files contained
    in the datadir/Common_Content directory and its subdirectories.

Acked-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.6.90</title>
<updated>2014-09-22T06:51:20Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2014-09-22T06:51:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=472f0c48e667ff13794bc86750f6c74baabdc284'/>
<id>urn:sha1:472f0c48e667ff13794bc86750f6c74baabdc284</id>
<content type='text'>
Master is open for new features again.

Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.6.0</title>
<updated>2014-09-19T09:36:04Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2014-09-19T09:36:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=339e83aa579569711cd14623ca4b2db46256b766'/>
<id>urn:sha1:339e83aa579569711cd14623ca4b2db46256b766</id>
<content type='text'>
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.5.93 for rc2</title>
<updated>2014-09-12T09:26:50Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2014-09-12T09:26:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=edf4e7abea4046f003f53c300acf9af7dffc2e48'/>
<id>urn:sha1:edf4e7abea4046f003f53c300acf9af7dffc2e48</id>
<content type='text'>
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: bump version to 1.5.92 for rc1</title>
<updated>2014-09-05T11:57:03Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2014-09-05T11:57:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=44bf13ba0f3b881c0c5055a7225591395bc80583'/>
<id>urn:sha1:44bf13ba0f3b881c0c5055a7225591395bc80583</id>
<content type='text'>
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure.ac: Bump version to 1.5.91 for the alpha release</title>
<updated>2014-08-22T15:01:35Z</updated>
<author>
<name>Pekka Paalanen</name>
<email>pekka.paalanen@collabora.co.uk</email>
</author>
<published>2014-08-22T15:01:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=6d0f298665e0f6b11a18ab6b6ccc49ba990b4b3e'/>
<id>urn:sha1:6d0f298665e0f6b11a18ab6b6ccc49ba990b4b3e</id>
<content type='text'>
Signed-off-by: Pekka Paalanen &lt;pekka.paalanen@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>configure: fix publican version detection</title>
<updated>2014-07-06T09:39:16Z</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2014-07-02T07:23:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=567977815a8eb73fa22908bb730b6ff395d95a28'/>
<id>urn:sha1:567977815a8eb73fa22908bb730b6ff395d95a28</id>
<content type='text'>
Publican now adds a spurious "v" to the version output.
</content>
</entry>
<entry>
<title>configure.ac: Bump configure.ac version to 1.5.90 on master</title>
<updated>2014-05-28T17:11:55Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-05-28T17:11:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=3de6a1de3f860fdb4e0eb8c09e9a868295f44643'/>
<id>urn:sha1:3de6a1de3f860fdb4e0eb8c09e9a868295f44643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: Bump version to 1.5.0</title>
<updated>2014-05-19T23:24:00Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-05-19T23:24:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=3ac62cd6b6012f40e37b1bd7fc1e8178585905ca'/>
<id>urn:sha1:3ac62cd6b6012f40e37b1bd7fc1e8178585905ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: Bump version 1.4.93</title>
<updated>2014-05-12T19:54:13Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-05-12T19:54:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=bad885170f286ff5feb91160a60efcd6f77872d0'/>
<id>urn:sha1:bad885170f286ff5feb91160a60efcd6f77872d0</id>
<content type='text'>
This is the last RC before 1.5.
</content>
</entry>
<entry>
<title>configure.ac: Bump version to 1.4.92</title>
<updated>2014-05-01T20:44:09Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-05-01T20:44:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4a4523fa92e8a1110b84d3595a2467bd16dc22af'/>
<id>urn:sha1:4a4523fa92e8a1110b84d3595a2467bd16dc22af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.ac: Bump version to 1.4.91</title>
<updated>2014-04-07T23:08:42Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-04-07T23:08:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=5e2cfd2a0a771e57aea05fe8380e12ae5c7c323a'/>
<id>urn:sha1:5e2cfd2a0a771e57aea05fe8380e12ae5c7c323a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Move tests/Makefile.am into toplevel Makefile.am</title>
<updated>2014-03-07T20:00:06Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-03-07T08:00:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=7ecb102409f30be29f157f9dd300b9f8860c7b85'/>
<id>urn:sha1:7ecb102409f30be29f157f9dd300b9f8860c7b85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Move src/Makefile.am into toplevel Makefile.am</title>
<updated>2014-03-07T19:50:59Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-03-07T07:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4c163b9b001bd93aaf97d7e962873a379eb90bfd'/>
<id>urn:sha1:4c163b9b001bd93aaf97d7e962873a379eb90bfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Move cursor Makefile.am into toplevel Makefile.am</title>
<updated>2014-03-07T07:15:02Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-03-07T07:15:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=267b28887dffa47eeb79bb4d6e737979b6fc3cc3'/>
<id>urn:sha1:267b28887dffa47eeb79bb4d6e737979b6fc3cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Move protocol/ Makefile.am into toplevel Makefile.am</title>
<updated>2014-02-18T22:55:09Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2014-02-18T22:55:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=bb5344ee6d404095ddb70195b0b4f749d460d989'/>
<id>urn:sha1:bb5344ee6d404095ddb70195b0b4f749d460d989</id>
<content type='text'>
A small step towards non-recursive build system for wayland too.
</content>
</entry>
</feed>
