From: MyungJoo Ham Date: Wed, 14 Aug 2019 04:39:13 +0000 (+0900) Subject: Release of 0.3.0 X-Git-Tag: accepted/tizen/unified/20190906.111929^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f60e840f23222ba8922ffd4e7c4c012957510f77;p=platform%2Fupstream%2Fnnstreamer.git Release of 0.3.0 Please do SR with this. Signed-off-by: MyungJoo Ham --- diff --git a/CHANGES b/CHANGES index 684112c..7ba02b6 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 0afb828..dc8d56a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 14 Aug 2019 13:39:00 +0900 + nnstreamer (0.2.1.0) unstable xenial bionic; urgency=medium * 0.2.1 RC Development Started diff --git a/jni/nnstreamer.mk b/jni/nnstreamer.mk index 21ad770..0617969 100644 --- a/jni/nnstreamer.mk +++ b/jni/nnstreamer.mk @@ -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 diff --git a/meson.build b/meson.build index e76803c..80ed5bf 100644 --- a/meson.build +++ b/meson.build @@ -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: [ diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 14826f2..0bd2bbd 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -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 @@ -330,6 +330,9 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/ %endif %changelog +* Wed Aug 14 2019 MyungJoo Ham +- Release of 0.3.0 + * Mon May 27 2019 MyungJoo Ham - Release of 0.2.0