Release of NNStreamer 0.1.2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 20 Mar 2019 05:57:09 +0000 (14:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 20 Mar 2019 06:39:24 +0000 (15:39 +0900)
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 <myungjoo.ham@samsung.com>
CHANGES
debian/changelog
packaging/nnstreamer.spec

diff --git a/CHANGES b/CHANGES
index 9fe98d8..604bee3 100644 (file)
--- 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
index b54e315..84636ab 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (0.1.2.1) unstable xenial bionic; urgency=medium
+
+  * 0.1.2 Release
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Wed, 20 Mar 2019 15:00:00 +0900
+
 nnstreamer (0.1.2.0) unstable xenial bionic; urgency=medium
 
   * 0.1.2 RC Development Started
index f49aee0..745643c 100644 (file)
@@ -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 <myungjoo.ham@samsung.com>
 License:       LGPL-2.1
@@ -231,6 +231,9 @@ popd
 %{_prefix}/lib/nnstreamer/customfilters/*.so
 
 %changelog
+* Wed Mar 20 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Release of 0.1.2
+
 * Mon Feb 25 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Release of 0.1.1