Trace Parser: add RELEASE NOTES 34/162034/5
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 28 Nov 2017 14:35:02 +0000 (17:35 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Wed, 29 Nov 2017 15:03:21 +0000 (18:03 +0300)
Change-Id: I55f27e334195974fc52c75ece549826e708f61d4
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
src/cli/trace_parser/docs/RELEASE_NOTES [new file with mode: 0644]

diff --git a/src/cli/trace_parser/docs/RELEASE_NOTES b/src/cli/trace_parser/docs/RELEASE_NOTES
new file mode 100644 (file)
index 0000000..ae8656b
--- /dev/null
@@ -0,0 +1,13 @@
+Release Notes
+=============
+
+
+Release 1.0
+-----------
+
+The first Trace Parser release. The tool consists of two binaries: swap_parser
+executable and libspp.so library.
+Supported SWAP protocol versions: 3.0, 4.0, 4.1, 4.2, supported output types:
+text output, python output, JSON output, CSV output.
+Documentation located at docs/: user guide at README.md, development and support
+guide at MAINTAIN.md.