From c59dffffd49ec32314813dc18edb46c3623065d1 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 20 Mar 2019 14:57:09 +0900 Subject: [PATCH] Release of NNStreamer 0.1.2 After the nnstreamer summit 5, https://github.com/nnsuite/nnstreamer/wiki/NNStreamer-Mini-Summit-%235 we are releasing 0.1.2 Signed-off-by: MyungJoo Ham --- CHANGES | 12 ++++++++++++ debian/changelog | 6 ++++++ packaging/nnstreamer.spec | 5 ++++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9fe98d8..604bee3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +0.1.1 -> 0.1.2: + - Tizen Public C-API Draft Prototype + - Yocto/Openembedded Layer Tested. + - ROS sink/src supported and partially tested. + - IIO support draft + - Custom filter codegen + - Capability to cut the dependencies on audio/video plugins for minimal memory footprint. + - More clear error messages when the pipeline cannot be initiated. + - Increased unit test coverages with additional unit test cases. + - Minor feature adds on elements. + - A series of bug fixes. + 0.1.0 -> 0.1.1: - Full "Plug & Play" capability of subplugins (tensor_filter, tensor_filter::custom, tensor_decoder) - Fully configurable subplugin locations diff --git a/debian/changelog b/debian/changelog index b54e315..84636ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nnstreamer (0.1.2.1) unstable xenial bionic; urgency=medium + + * 0.1.2 Release + + -- MyungJoo Ham Wed, 20 Mar 2019 15:00:00 +0900 + nnstreamer (0.1.2.0) unstable xenial bionic; urgency=medium * 0.1.2 RC Development Started diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index f49aee0..745643c 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -11,7 +11,7 @@ Summary: gstremaer plugins for neural networks # 3. Android: ./jni/Android*.mk # 4. Meson : ./meson.build Version: 0.1.2 -Release: 0 +Release: 1 Group: Applications/Multimedia Packager: MyungJoo Ham License: LGPL-2.1 @@ -231,6 +231,9 @@ popd %{_prefix}/lib/nnstreamer/customfilters/*.so %changelog +* Wed Mar 20 2019 MyungJoo Ham +- Release of 0.1.2 + * Mon Feb 25 2019 MyungJoo Ham - Release of 0.1.1 -- 2.7.4