From 145c88fb7bfb7e5941a0994daa3d9f4401a167a1 Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Tue, 18 Sep 2018 15:03:47 -0400 Subject: [PATCH] Add NEWS file I received a request for a NEWS file. That needs to be handled by Tony and Brian, but for now, we can at least provide one that provides a link to github so that users who expect NEWS files from their packages will know where to go for release information. Reviewed-by: Neal Gompa Reviewed-by: Tony Hutter Reviewed-by: Brian Behlendorf Signed-off-by: Richard Yao Closes #7918 --- Makefile.am | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Makefile.am b/Makefile.am index 55cae89fa..f2cd574a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ endif AUTOMAKE_OPTIONS = foreign EXTRA_DIST = autogen.sh copy-builtin EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am -EXTRA_DIST += META AUTHORS COPYRIGHT LICENSE NOTICE README.md +EXTRA_DIST += META AUTHORS COPYRIGHT LICENSE NEWS NOTICE README.md @CODE_COVERAGE_RULES@ diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..bbdc2b69b --- /dev/null +++ b/NEWS @@ -0,0 +1,3 @@ +Descriptions of all releases can be found on github: + +https://github.com/zfsonlinux/zfs/releases -- 2.39.2