npu-engine 2.5.2 release accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix master tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063840 accepted/tizen/7.0/unified/hotfix/20221116.104450 accepted/tizen/unified/20220920.110639 submit/tizen/20220919.014846 tizen_7.0_m2_release
authorJiho Chu <jiho.chu@samsung.com>
Wed, 7 Sep 2022 02:19:22 +0000 (11:19 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Wed, 7 Sep 2022 04:33:29 +0000 (13:33 +0900)
- Support triv-3.9.1 simulator
- trinity-trace, trinity-test utiliity

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index 96904a4..182050c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.5.1 -> 2.5.2:
+  - Support latest simulator 3.9.1
+  - trinity-test utility
+  - trinity-trace utility
+
 2.5.0 -> 2.5.1:
   - Support Simulator 3.9.1
   - Backward compatibility for simulator is not supported
index 7ffe78f..d9ecb5e 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.5.2) unstable bionic; urgency=medium
+
+  * npu-engine v2.5.2 release; See ./CHANGES for details
+
+ -- Jiho Chu <jiho.chu@samsung.com>  Wed, 07 Sep 2022 12:00:00 +0900
+
 npu-engine (2.5.1) unstable bionic; urgency=medium
 
   * npu-engine v2.5.1 release; See ./CHANGES for details
index f1c17f5..b0b90b2 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.5.0',
+  version: '2.5.2',
   license: ['Apache-2.0'],
   meson_version: '>=0.47.0',
   default_options: [
index fc5bb09..0d0e561 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.5.1
+Version:       2.5.2
 Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -194,6 +194,9 @@ Reference implementation of NNStreamer filter subplugin for SR TRIx devices (for
 %endif
 
 %changelog
+* Wed Sep 07 2022 Jiho Chu <jiho.chu@samsung.com>
+- npu-engine v2.5.2 release; See ./CHANGES for details
+
 * Fri Jul 18 2022 Jiho Chu <jiho.chu@samsung.com>
 - npu-engine v2.5.1 release; See ./CHANGES for details