[Release] npu-engine 2.2.5 release
authorDongju Chae <dongju.chae@samsung.com>
Wed, 4 Nov 2020 05:50:24 +0000 (14:50 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Thu, 12 Nov 2020 02:55:26 +0000 (11:55 +0900)
This patch makes npu-engine 2.2.5 release.
Please refer to ./CHANGES for details.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index 3418c13..4bd425f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.2.4 -> 2.2.5:
+  - Revise the utility for trinity-testing applications
+  - Replace emulation library from libnpu-engine-emul to libmrpsim
+  - Resolve minor issues from static analyzers (i.e., svace, coverity)
+
 2.2.3 -> 2.2.4:
   - Fix minor bugs related to layout conversion
 
index 90b4cf1..616b6a1 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.2.5) unstable xenial bionic; urgency=medium
+
+  * 2.2.5 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Wed, 04 Nov 2020 14:49:00 +0900
+
 npu-engine (2.2.4) unstable xenial bionic; urgency=medium
 
   * 2.2.4 release; See ./CHANGES for details
index 8380793..93170c0 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.2.4',
+  version: '2.2.5',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index a7e93a5..e332fee 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.2.4
+Version:       2.2.5
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -86,6 +86,9 @@ This probides utility packages for NPU Engine, including metadata extraction of
 %{neexampledir}/utils/*
 
 %changelog
+* Wed Nov 04 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.2.5
+
 * Wed Oct 21 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.2.4