+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
+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
$(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
# 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: [
%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>