<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs, branch 3.5.99.7</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.7</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.7'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2017-05-04T22:20:26+00:00</updated>
<entry>
<title>release 3.5.99.7</title>
<updated>2017-05-04T22:20:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-04T22:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=5d5336541a7fb09f0164bebc63dc3113e553d720'/>
<id>urn:sha1:5d5336541a7fb09f0164bebc63dc3113e553d720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #427 from sunweaver/pr/gnu-hurd-i386-support</title>
<updated>2017-05-04T21:54:31+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-05-04T21:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=13753ddfd41b968258ba32096decff4b4aa3aad4'/>
<id>urn:sha1:13753ddfd41b968258ba32096decff4b4aa3aad4</id>
<content type='text'>
Address FTBFS issues on GNU/Hurd and GNU/kFreeBSD</content>
</entry>
<entry>
<title>nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to GNU/Hurd and GNU/kFreeBSD).</title>
<updated>2017-05-04T21:51:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-13T10:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=681069d7a42d955a3cbe302f40564f4266185908'/>
<id>urn:sha1:681069d7a42d955a3cbe302f40564f4266185908</id>
<content type='text'>
 We use the error code (and its underlying message for
 generating log errors and their textual messages. So,
 in theory, we could use any error code here. Thus,
 choosing the once closest to EBADFD while being
 portable to non-Linux systems.
</content>
</entry>
<entry>
<title>nx-X11/config/cf/gnu*: Re-introduce GNU/Hurd support to the nx-X11 buildflow.</title>
<updated>2017-05-04T21:51:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-13T10:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d8a25946ef06217c10d6a5c7caf693f6bfd24c8b'/>
<id>urn:sha1:d8a25946ef06217c10d6a5c7caf693f6bfd24c8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove _X_DEPRECATED for XKeycodeToKeysym</title>
<updated>2017-05-04T21:50:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-05-04T21:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=c59710e8eb2d641b0f14d99a4ed14399a0cc7ac5'/>
<id>urn:sha1:c59710e8eb2d641b0f14d99a4ed14399a0cc7ac5</id>
<content type='text'>
We need that function for performance reasons. By removing
_X_DEPRECATED we get rid of compiler warnings.
</content>
</entry>
<entry>
<title>Merge branch 'uli42-pr/fix_keyboard_delay' into 3.6.x</title>
<updated>2017-05-04T21:08:18+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-05-04T21:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f149e36264c31a5b58046b4a38fd2ed6fb29620e'/>
<id>urn:sha1:f149e36264c31a5b58046b4a38fd2ed6fb29620e</id>
<content type='text'>
Attributes GH PR #452: https://github.com/ArcticaProject/nx-libs/pull/452
</content>
</entry>
<entry>
<title>Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function to using XGetKeyboardMapping()."</title>
<updated>2017-05-04T20:45:57+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-05-04T20:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=651d5e5eefdcf1276d0ec3be6717b817dca1aa75'/>
<id>urn:sha1:651d5e5eefdcf1276d0ec3be6717b817dca1aa75</id>
<content type='text'>
This reverts commit efc0dae0519aa0ef1fabea6a64919475fd916347.

Recent test revealed keyboard hangs on high latency connections. These
hangs are not happening in 3.5.0 releases if the nx-libs.

The commit above is responsible for them so we take that back.

Interestingly nxcomp has special treatment for XGetKeyboardMapping()
so it should normally speed up things but it results in the opposite
for us. Needs further examination.

This fixes ArcticaProject/nx-libs#450
</content>
</entry>
<entry>
<title>nx-libs.spec: RPM does not support %elif/%elsif/%elseif/whatever.</title>
<updated>2017-04-25T12:21:30+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-04-25T12:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=60d7c02e0ebce704fb78fd6c48c91d90308076de'/>
<id>urn:sha1:60d7c02e0ebce704fb78fd6c48c91d90308076de</id>
<content type='text'>
Fixes: ArcticaProject/nx-libs#432
</content>
</entry>
<entry>
<title>debian/copyright: Update copyright attributions (re-add nx-X11/programs/Xserver/hw/nxagent/NXpicturestr_PictSolidFill.h).</title>
<updated>2017-04-21T19:31:14+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-21T19:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=776785afbb71d4d5f2999e8b023ed232ee325662'/>
<id>urn:sha1:776785afbb71d4d5f2999e8b023ed232ee325662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 3.5.99.6</title>
<updated>2017-04-21T14:26:53+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-21T14:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=06a6a5fca31a2f104c734ce49acaaccb5ddf1718'/>
<id>urn:sha1:06a6a5fca31a2f104c734ce49acaaccb5ddf1718</id>
<content type='text'>
</content>
</entry>
</feed>
