[Release] NPU Engine 2.3.2 release
authorDongju Chae <dongju.chae@samsung.com>
Fri, 19 Feb 2021 04:07:37 +0000 (13:07 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 22 Feb 2021 07:34:26 +0000 (16:34 +0900)
This patch makes NPU Engine 2.3.2 release.

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 636b151..6105a34 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.3.1 -> 2.3.2:
+  - Support the DSP profiling for MDK
+  - Increase the overall code coverage
+  - Revise the debugging feature
+
 2.3.0 -> 2.3.1:
   - Update npubinfmt.h to store extra model info
   - Support per-layer profiling for MDK
index 0cdc1c7..192a160 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.3.2) unstable xenial bionic; urgency=medium
+
+  * 2.3.2 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 19 Feb 2021 13:07:00 +0900
+
 npu-engine (2.3.1) unstable xenial bionic; urgency=medium
 
   * 2.3.1 release; See ./CHANGES for details
index 2b8ea54..d832191 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.3.1',
+  version: '2.3.2',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index 10f6775..1da754b 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.3.1
+Version:       2.3.2
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -90,6 +90,9 @@ This probides utility packages for NPU Engine, including metadata extraction of
 %{neexampledir}/utils/*
 
 %changelog
+* Fri Feb 19 2021 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.3.2
+
 * Tue Feb 02 2021 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.3.1