Release of nnstreamer 1.2.0 accepted/tizen/unified/20191213.115126 submit/tizen/20191213.070732 v1.2.0
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 11 Dec 2019 04:08:55 +0000 (13:08 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 13 Dec 2019 07:03:08 +0000 (16:03 +0900)
New features are coming with 1.2.0

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CHANGES
debian/changelog
jni/nnstreamer.mk
meson.build
packaging/nnstreamer.spec

diff --git a/CHANGES b/CHANGES
index c13a526..d834340 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+1.0.0 -> 1.2.0:
+       - Tizen Sensor Framework Integration (tensor_src_tizensensor)
+       - Single C-API latency shortened by bypassing GST pipeline constructions
+       - NNFW-Runtime Integration (tensor_filter::nnfw)
+               - NNFW: https://git.tizen.org/cgit/platform/core/ml/nnfw/
+               - Integrated & tested along with ARMCL.
+       - C++ classes are suggested (WIP)
+       - Converter accepts external subplugins (tensor_converter::*)
+       - Custom-Easy mode (tensor_filter::custom_easy) for future "lambda func" support.
+       - Tizen ncsdk2 support
+       - Types for path configurations are no more hardcoded.
+       - Overall architecture improved/refactored (Lowered CC, DC, and so on)
+       - Fixes from 1.0.1 (Tizen 5.5 M2's stable/commercialization branch)
+       - Documentation updates and bugfixes.
+
 0.3.0 -> 1.0.0:
        - Tizen Public C-API (Single & Pipeline) Reviewed and Confirmed!
        - Tizen Public C#-API (Single) Reviewed and Confirmed!
index ed2fe9f..fd93203 100644 (file)
@@ -1,6 +1,12 @@
+nnstreamer (1.2.0.0) unstable xenial bionic; urgency=medium
+
+  * 1.2.0 Release
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Wed, 11 Dec 2019 11:12:00 +0900
+
 nnstreamer (1.0.0.0) unstable xenial bionic; urgency=medium
 
-  * 1.0.0 Release (1.0 RC2). NNStreamer becomes 1.0 with Tizen 5.5 M2 official release.
+  * 1.0.0 Release (1.0 RC2 = 1.0 Release). NNStreamer becomes 1.0 with Tizen 5.5 M2 official release.
 
  -- MyungJoo Ham <myungjoo.ham@samsung.com>  Thu, 26 Sep 2019 15:39:00 +0900
 
index 9f64306..2c5dda4 100644 (file)
@@ -8,7 +8,7 @@ ifndef GSTREAMER_ROOT_ANDROID
 $(error GSTREAMER_ROOT_ANDROID is not defined!)
 endif
 
-NNSTREAMER_VERSION  := 1.0.0
+NNSTREAMER_VERSION  := 1.2.0
 
 NNSTREAMER_GST_HOME := $(NNSTREAMER_ROOT)/gst/nnstreamer
 NNSTREAMER_EXT_HOME := $(NNSTREAMER_ROOT)/ext/nnstreamer
index 9142921..5ca9657 100644 (file)
@@ -2,7 +2,7 @@
 # If you are using Tizen 5.0+ or Ubuntu/Bionix+, you don't need to mind meson version.
 
 project('nnstreamer', 'c', 'cpp',
-  version: '1.0.0',
+  version: '1.2.0',
   license: ['LGPL'],
   meson_version: '>=0.50.0',
   default_options: [
index 13f3a88..5625534 100644 (file)
@@ -15,7 +15,7 @@ Summary:      gstreamer plugins for neural networks
 # 2. Tizen  : ./packaging/nnstreamer.spec
 # 3. Android: ./jni/nnstreamer.mk
 # 4. Meson  : ./meson.build
-Version:       1.0.0
+Version:       1.2.0
 Release:       0
 Group:         Applications/Multimedia
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -475,8 +475,11 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
 %endif
 
 %changelog
+* Wed Dec 11 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Release of 1.2.0
+
 * Thu Sep 26 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
-- Release of 1.0.0 (1.0 RC2)
+- Release of 1.0.0 (1.0 RC2 == 1.0 Release for Tizen 5.5 M2)
 
 * Wed Aug 14 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Release of 0.3.0 (1.0 RC1)