summaryrefslogtreecommitdiff
path: root/NEWS
blob: d9490743a2c2e17cfdfe02bb69124769e889c4f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
News for Luxio
==============

This document lists important things to know about changes to Luxio between
one release and the next.  It is arranged in reverse-version-order, with the
newest NEWS at the top.

Changes since v13
-----------------

* Added select, getpgrp, setpgrp, and setsid calls, thanks to Richard Ipsum

Changes since v12
-----------------

* `Makefile` updates to make Luxio buildable across more Linux platforms
* Switch to `readdir()` over `readdir_r()` because the latter is deprecated.
* Additional documentation
* Added a NEWS file