Skip to content

Commit a231df0

Browse files
committed
Documentation updated for 2.14 release
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
1 parent 7b7543d commit a231df0

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

website/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ <h1>libdill: Structured Concurrency for C</h1>
1717
<li><a href="faq.html">FAQ</a></li>
1818
</ul>
1919
<h1 id="download">Download</h1>
20-
<p><a href="http://libdill.org/libdill-2.13.tar.gz" class="uri">http://libdill.org/libdill-2.13.tar.gz</a></p>
21-
<pre><code>$ wget http://libdill.org/libdill-2.13.tar.gz
22-
$ tar -xzf libdill-2.13.tar.gz
23-
$ cd libdill-2.13
20+
<p><a href="http://libdill.org/libdill-2.14.tar.gz" class="uri">http://libdill.org/libdill-2.14.tar.gz</a></p>
21+
<pre><code>$ wget http://libdill.org/libdill-2.14.tar.gz
22+
$ tar -xzf libdill-2.14.tar.gz
23+
$ cd libdill-2.14
2424
$ ./configure
2525
$ make
2626
$ sudo make install</code></pre>

website/libdill-history.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ <h1>libdill: Structured Concurrency for C</h1>
1717
<li><a href="faq.html">FAQ</a></li>
1818
</ul>
1919
<h1 id="past-versions">Past versions</h1>
20+
<p><strong>Feb 28th, 2019 <a href="http://libdill.org/libdill-2.14.tar.gz" class="uri">http://libdill.org/libdill-2.14.tar.gz</a></strong></p>
21+
<ul>
22+
<li>ipc_sendfd() and ipc_recvfd() functions added. They allow to send OS-level<br />
23+
file descriptors to different processes via an IPC connection.</li>
24+
<li>Multiple bug fixes.</li>
25+
</ul>
2026
<p><strong>Oct 29th, 2018 <a href="http://libdill.org/libdill-2.13.tar.gz" class="uri">http://libdill.org/libdill-2.13.tar.gz</a></strong></p>
2127
<ul>
2228
<li>An implementation of Happy Eyeballs protocol (RFC 8305) added.</li>

website/src/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
# Download
33

4-
<http://libdill.org/libdill-2.13.tar.gz>
4+
<http://libdill.org/libdill-2.14.tar.gz>
55

66
```
7-
$ wget http://libdill.org/libdill-2.13.tar.gz
8-
$ tar -xzf libdill-2.13.tar.gz
9-
$ cd libdill-2.13
7+
$ wget http://libdill.org/libdill-2.14.tar.gz
8+
$ tar -xzf libdill-2.14.tar.gz
9+
$ cd libdill-2.14
1010
$ ./configure
1111
$ make
1212
$ sudo make install

website/src/libdill-history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# Past versions
33

4+
**Feb 28th, 2019 <http://libdill.org/libdill-2.14.tar.gz>**
5+
6+
* ipc_sendfd() and ipc_recvfd() functions added. They allow to send OS-level
7+
file descriptors to different processes via an IPC connection.
8+
* Multiple bug fixes.
9+
410
**Oct 29th, 2018 <http://libdill.org/libdill-2.13.tar.gz>**
511

612
* An implementation of Happy Eyeballs protocol (RFC 8305) added.

0 commit comments

Comments
 (0)