From 46af5cdec83b65908213937477f3901e61231c8c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 25 Jul 2016 07:29:31 -0600 Subject: [PATCH] Fix date of 7.17 release. --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 68880a611..df15cb5d4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1605,7 +1605,7 @@ path by providing an alternal path on the command line. From Sébastien Lorquet (2016-06-01). -7.17 2016-08-25 Gregory Nutt +7.17 2016-07-25 Gregory Nutt * apps/examples/alarm: ioctl call was clobbering file descriptor (2016-06-02).