<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/version.sh, branch 3.6.x</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.6.x</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.6.x'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2021-01-31T13:31:41+00:00</updated>
<entry>
<title>shellcheck: Fix SC2059 issue</title>
<updated>2021-01-31T13:31:41+00:00</updated>
<author>
<name>Mario Trangoni</name>
<email>mjtrangoni@gmail.com</email>
</author>
<published>2021-01-31T13:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=18aca1f69ce0b305c746b84ff90f8bf5a471ca33'/>
<id>urn:sha1:18aca1f69ce0b305c746b84ff90f8bf5a471ca33</id>
<content type='text'>
See,

$ find . -name "*.sh" | xargs shellcheck -i SC2059

In ./version.sh line 34:
printf "${VER}"
       ^------^ SC2059: Don't use variables in the printf format string. Use printf '..%s..' "$foo".

For more information:
  https://www.shellcheck.net/wiki/SC2059 -- Don't use variables in the printf...

Signed-off-by: Mario Trangoni &lt;mjtrangoni@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make nxagent process aware of its current NX'ish version.</title>
<updated>2015-02-17T08:26:54+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-02-16T14:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=203d97147623b97a48c0f6456cc1de9d8364db03'/>
<id>urn:sha1:203d97147623b97a48c0f6456cc1de9d8364db03</id>
<content type='text'>
  This feature copies the way how X.Org version string and number
  are propagated at build time.

  First use case: if people start nxagent, it reports its version number
  on stderr. This is about being human-friendly.

  Second use case: None, so far. But it will now be easy to use
  the NXAGENT_VERSION_STRING in later feature add-ons.
</content>
</entry>
</feed>
