summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-27 14:42:17 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2017-02-27 08:01:32 -0500
commitd2d014c660e0b60fc3287ec438b796075b3229da (patch)
tree37de4b591da3e0c8c4d156f836f68be4dd932c2c
parent2445dd3403b3b6e2e903f6d476ed4076e9a51e29 (diff)
NEWS: initial releasev0.1
Change-Id: Ieaa644063e088f27fe1102a351335d65ffb54efc Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
-rw-r--r--Makefile.am2
-rw-r--r--NEWS7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f17603..8e63b2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ DISTCLEANFILES = Makefile.in gluster-block.spec autom4te.cache
CLEANFILES = *~ gluster-block.spec
EXTRA_DIST = autogen.sh README.md COPYING-GPLV2 COPYING-LGPLV3 \
- gluster-block.spec INSTALL
+ gluster-block.spec INSTALL NEWS
if USE_SYSTEMD
RPM_WITH_FLAGS = --with systemd
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..94098fa
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,7 @@
+gluster-block initial release 0.1 is tagged.
+Read more at [1] and [2]
+
+[1] https://github.com/gluster/gluster-block/blob/master/README.md
+[2] https://github.com/gluster/gluster-block/blob/master/INSTALL
+
+Cheers!