[Release] npu-engine 2.3.3 release
authorDongju Chae <dongju.chae@samsung.com>
Tue, 16 Mar 2021 10:52:08 +0000 (19:52 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Fri, 19 Mar 2021 04:46:11 +0000 (13:46 +0900)
This patch makes npu-engine 2.3.3 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 6105a34..f70af97 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.3.2 -> 2.3.3:
+  - Support profiling APIs for requests with any priority
+  - Add an apptest program to test the task preemption
+  - Fix minor bugs on a few unittest programs
+
 2.3.1 -> 2.3.2:
   - Support the DSP profiling for MDK
   - Increase the overall code coverage
index 192a160..7f2b4c1 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.3.3) unstable xenial bionic; urgency=medium
+
+  * 2.3.3 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Tue, 16 Mar 2021 19:51:00 +0900
+
 npu-engine (2.3.2) unstable xenial bionic; urgency=medium
 
   * 2.3.2 release; See ./CHANGES for details
index d832191..a338d40 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.3.2',
+  version: '2.3.3',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index 1da754b..b5a40c5 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.3.2
+Version:       2.3.3
 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
+* Tue Mar 16 2021 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.3.3
+
 * Fri Feb 19 2021 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.3.2