I might wait for some of the following PRs before merging this version mark.
- #2244 #2246 #2247 #2248 #2249
Changes during 1.5.1:
1.5.1 -> 1.5.2
- Use gmodule instead of dlfcn for wider compatibility
- Get/Set properties for tensor-filters & C-API.
- Support C++ class as tensor-filter subplugin. (experimental. C++ filter API is not yet fixed)
- Highly configurable Android build. (for smaller app binaries)
- Tensor-Filter auto framework detection mode (C-API support)
- Linux Foundation AI compliance & Github ORG migration
- Upgraded Tensor-Filter API (C)
- Applied portable logging mechanism.
- Removed assertion failure for Tizen sensor errors.
- OpenCV compatibility fixes.
- Fixed issues found by static analyzers
- More error/exception handling for robustness
- Shows negative test case statistics
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
+1.5.1 -> 1.5.2
+ - Use gmodule instead of dlfcn for wider compatibility.
+ - Get/Set properties for tensor-filters & C-API.
+ - Support C++ class as tensor-filter subplugin. (experimental. C++ filter API is not yet fixed).
+ - Highly configurable Android build. (for smaller app binaries).
+ - Tensor-Filter auto framework detection mode (C-API support).
+ - Linux Foundation AI compliance & Github ORG migration.
+ - Upgraded Tensor-Filter API (C).
+ - Applied portable logging mechanism.
+ - Removed assertion failure for Tizen sensor errors.
+
+ - Fixed issues found by static analyzers>
+ - More error/exception handling for robustness.
+ - Shows negative test case statistics.
+ - OpenCV compatibility fixes.
+
1.5.0 -> 1.5.1
- Filter subplugin APIs updated. Both V0 (minor changes to the conventional) and V1 (refactored API set) are supported.
- Fixed major issue: now, each instance of a filter subplugin may have different property values.
+nnstreamer (1.5.2.0) unstable xenial bionic; urgency=medium
+
+ * 1.5.2 development starts (1.6.0.RC3)
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com> Wed, 08 Apr 2020 12:30:58 +0900
+
nnstreamer (1.5.1.0) unstable xenial bionic; urgency=medium
* 1.5.1 development starts (1.6.0 RC2)
$(error GSTREAMER_ROOT_ANDROID is not defined!)
endif
-NNSTREAMER_VERSION := 1.5.1
+NNSTREAMER_VERSION := 1.5.2
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.5.1',
+ version: '1.5.2',
license: ['LGPL'],
meson_version: '>=0.50.0',
default_options: [
# 2. Tizen : ./packaging/nnstreamer.spec
# 3. Android: ./jni/nnstreamer.mk
# 4. Meson : ./meson.build
-Version: 1.5.1
+Version: 1.5.2
Release: 0
Group: Applications/Multimedia
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
%endif
%changelog
+* Wed Apr 08 2020 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Start development of 1.5.2 (1.6.0-RC3)
+
* Wed Mar 18 2020 MyungJoo Ham <myungjoo.ham@samsung.com>
- Start development of 1.5.1 (1.6.0-RC2)