<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/auto/modules, branch 0.5</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Perl: use ExtUtils::Embed in configure.</title>
<updated>2018-02-07T14:26:30+00:00</updated>
<author>
<name>Andrei Belov</name>
<email>defan@nginx.com</email>
</author>
<published>2018-02-07T14:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=78300263685f9e1037038a3d20ed15f41e52dd3d'/>
<id>78300263685f9e1037038a3d20ed15f41e52dd3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Perl support.</title>
<updated>2018-01-31T12:47:00+00:00</updated>
<author>
<name>Alexander Borisov</name>
<email>alexander.borisov@nginx.com</email>
</author>
<published>2018-01-31T12:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=960962ddce87f6b401523b4426e8b5c61544ec7b'/>
<id>960962ddce87f6b401523b4426e8b5c61544ec7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP: "--lib-static" option uses "--lib-path" option.</title>
<updated>2018-01-15T12:05:22+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-01-15T12:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=a35732bf057bd7d04a2b675589679af000f88169'/>
<id>a35732bf057bd7d04a2b675589679af000f88169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP: added "--lib-static" configure option.</title>
<updated>2018-01-12T15:15:58+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-01-12T15:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=c9ae1980161add744af9076f57078fd26c1342ec'/>
<id>c9ae1980161add744af9076f57078fd26c1342ec</id>
<content type='text'>
The libraries returned by "php-config --libs" are required to link with
static libphp.a.  Dynamic libphp.so contains the required libraries names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The libraries returned by "php-config --libs" are required to link with
static libphp.a.  Dynamic libphp.so contains the required libraries names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introducing --lib-path options for Python module linkage.</title>
<updated>2017-12-15T11:06:15+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2017-12-15T11:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4e403c17da98d727c12b1e0f742d8911f89e43d8'/>
<id>4e403c17da98d727c12b1e0f742d8911f89e43d8</id>
<content type='text'>
This option is useful when python-config does not setup path to libpython,
which is non standard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is useful when python-config does not setup path to libpython,
which is non standard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Making Go package source distributable and renaming to 'nginx/unit'.</title>
<updated>2017-12-01T13:57:30+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2017-12-01T13:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=40eb1f8b9b2a76d76ef6a4a094bf8192a44cbe41'/>
<id>40eb1f8b9b2a76d76ef6a4a094bf8192a44cbe41</id>
<content type='text'>
All header files are copied to Go package sources.  As the result,
package can be (re-)build when required.

This closes #23 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All header files are copied to Go package sources.  As the result,
package can be (re-)build when required.

This closes #23 issue on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using compiler capability to generate dependencies.</title>
<updated>2017-12-01T13:28:06+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2017-12-01T13:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=630ec3f1eca0543b2d10c409822ea4acb657c87c'/>
<id>630ec3f1eca0543b2d10c409822ea4acb657c87c</id>
<content type='text'>
This closes #58 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #58 issue on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using --ld-opt when linking modules.</title>
<updated>2017-11-29T15:49:08+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2017-11-29T15:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1add36a7ee543b993aeba10c04a4abfc0244c3f8'/>
<id>1add36a7ee543b993aeba10c04a4abfc0244c3f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Style fixes.</title>
<updated>2017-09-05T23:30:55+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2017-09-05T23:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=58907888e510f6907513da2ea4506ee78b9bf77c'/>
<id>58907888e510f6907513da2ea4506ee78b9bf77c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed permissions for Go sources.</title>
<updated>2017-09-04T16:09:34+00:00</updated>
<author>
<name>Andrei Belov</name>
<email>defan@nginx.com</email>
</author>
<published>2017-09-04T16:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=db6d2b96877dac089e22817fc9896a45ea410d8d'/>
<id>db6d2b96877dac089e22817fc9896a45ea410d8d</id>
<content type='text'>
In particular, it resolves a number of errors and warnings
reported by rpmlint(1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, it resolves a number of errors and warnings
reported by rpmlint(1).
</pre>
</div>
</content>
</entry>
</feed>
