Release of 1.3.0, the development version
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 11 Dec 2019 04:12:22 +0000 (13:12 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 13 Dec 2019 07:03:08 +0000 (16:03 +0900)
When 1.3.x is completed, it will be released as 1.4.0 and
1.5.x development will be started.

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 d834340..ec6c11b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+1.2.0 -> 1.3.0:
+       - 1.3.0 is a devel version for 1.4.0 release.
+       - From 1.2.0, 1.even.x is a release and 1.odd.x is a devel version.
+       - When 1.3.x is "done", it will release 1.4.0 and move on to 1.5.0
+
 1.0.0 -> 1.2.0:
        - Tizen Sensor Framework Integration (tensor_src_tizensensor)
        - Single C-API latency shortened by bypassing GST pipeline constructions
index fd93203..9dbe4e4 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (1.3.0.0) unstable xenial bionic; urgency=medium
+
+  * 1.3.0 development starts
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Wed, 11 Dec 2019 13:14:00 +0900
+
 nnstreamer (1.2.0.0) unstable xenial bionic; urgency=medium
 
   * 1.2.0 Release
index 2c5dda4..1243f66 100644 (file)
@@ -8,7 +8,7 @@ ifndef GSTREAMER_ROOT_ANDROID
 $(error GSTREAMER_ROOT_ANDROID is not defined!)
 endif
 
-NNSTREAMER_VERSION  := 1.2.0
+NNSTREAMER_VERSION  := 1.3.0
 
 NNSTREAMER_GST_HOME := $(NNSTREAMER_ROOT)/gst/nnstreamer
 NNSTREAMER_EXT_HOME := $(NNSTREAMER_ROOT)/ext/nnstreamer
index 5ca9657..dcfbb6e 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.2.0',
+  version: '1.3.0',
   license: ['LGPL'],
   meson_version: '>=0.50.0',
   default_options: [
index 5625534..b2b2cf6 100644 (file)
@@ -476,6 +476,9 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
 
 %changelog
 * Wed Dec 11 2019 MyungJoo Ham <myungjoo.ham@samsung.com>
+- 1.3.0 development starts
+
+* 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>