summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 12:33:26 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 12:33:26 -0400
commit0270e7dd7a0b3057622ba05338d0ca519cadd713 (patch)
tree20421797b8dcc679d2f168e3b0a1b4ea763a58a5
parent78c7de4416f40e4cfd24a61c4cf204923cf0c811 (diff)
downloadluxio-0270e7dd7a0b3057622ba05338d0ca519cadd713.tar.gz
Add NEWS file.
This should be updated whenever a new feature is added to Luxio. It is not meant to be a full changelog, so only put headline items in this file please. The first time a change happens after a new version, please remember to add the new title.
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..fa204e8
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,15 @@
+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 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