Release of 0.3.0 accepted/tizen/unified/20190906.111929 submit/tizen/20190905.082039 v0.3.0
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 14 Aug 2019 04:39:13 +0000 (13:39 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 5 Sep 2019 08:05:01 +0000 (17:05 +0900)
Please do SR with this.

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 684112c..7ba02b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+0.2.0 -> 0.3.0:
+       - Tizen Public C-API Single/Pipeline RC1 Fixed for 5.5 M2
+       - Tizen Public C-API RC2 features included (pipeline whitelist, aliasing)
+       - Tizen Public C#-API Single/Pipeline RC1.
+       - Android Java-API and build infrastructure. Ready for JCenter release.
+       - Tensorflow-lite / NNAPI tested & fixed
+       - Tensorflow 1.13 compatibility fix (1.09 kept supported)
+       - Caffe2/PyTorch support
+       - Movidius support
+       - This is effectively 1.0-RC1
+
 0.1.2 -> 0.2.0:
        - A lot of security issues and bugs fixed (for Tizen 5.5 M1 release)
        - Tizen Public C-API Pipeline for 5.5 M1
index 0afb828..dc8d56a 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (0.3.0.0) unstable xenial bionic; urgency=medium
+
+  * 0.3.0 Release. 0.2.1 becomes 0.3.0 as a lot of features are included for commercialization.
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Wed, 14 Aug 2019 13:39:00 +0900
+
 nnstreamer (0.2.1.0) unstable xenial bionic; urgency=medium
 
   * 0.2.1 RC Development Started
index 21ad770..0617969 100644 (file)
@@ -5,7 +5,7 @@ $(warning NNSTREAMER_ROOT is not defined! Using $(LOCAL_PATH)/.. )
 NNSTREAMER_ROOT := $(LOCAL_PATH)/..
 endif
 
-NNSTREAMER_VERSION  := 0.2.1
+NNSTREAMER_VERSION  := 0.3.0
 
 NNSTREAMER_GST_HOME := $(NNSTREAMER_ROOT)/gst/nnstreamer
 NNSTREAMER_EXT_HOME := $(NNSTREAMER_ROOT)/ext/nnstreamer
index e76803c..80ed5bf 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: '0.2.1',
+  version: '0.3.0',
   license: ['LGPL'],
   meson_version: '>=0.42.0',
   default_options: [
index 14826f2..0bd2bbd 100644 (file)
@@ -14,7 +14,7 @@ Summary:      gstremaer plugins for neural networks
 # 2. Tizen  : ./packaging/nnstreamer.spec
 # 3. Android: ./jni/nnstreamer.mk
 # 4. Meson  : ./meson.build
-Version:       0.2.1
+Version:       0.3.0
 Release:       0
 Group:         Applications/Multimedia
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -330,6 +330,9 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
 %endif
 
 %changelog
+* Wed Aug 14 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Release of 0.3.0
+
 * Mon May 27 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Release of 0.2.0