From 0270e7dd7a0b3057622ba05338d0ca519cadd713 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 2 Aug 2017 12:33:26 -0400 Subject: 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. --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 NEWS (limited to 'NEWS') 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 -- cgit v1.2.1