[Release] npu-engine release v2.3.4
authorDongju Chae <dongju.chae@samsung.com>
Wed, 24 Mar 2021 05:40:07 +0000 (14:40 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 25 Mar 2021 10:23:50 +0000 (19:23 +0900)
This patch makes new release v2.3.4

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 f70af97..ea03b9d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2.3.3 -> 2.3.4:
+  - Increase the maximum length of profiling layer name
+  - Update the testdata path of unittests (v2.3.4)
+
 2.3.2 -> 2.3.3:
   - Support profiling APIs for requests with any priority
   - Add an apptest program to test the task preemption
index 7f2b4c1..46b6c18 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.3.4) unstable xenial bionic; urgency=medium
+
+  * 2.3.4 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Wed, 24 Mar 2021 14:39:00 +0900
+
 npu-engine (2.3.3) unstable xenial bionic; urgency=medium
 
   * 2.3.3 release; See ./CHANGES for details
index a338d40..31b74ca 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.3.3',
+  version: '2.3.4',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index b5a40c5..4402c58 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.3.3
+Version:       2.3.4
 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
+* Wed Mar 24 2021 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.3.4
+
 * Tue Mar 16 2021 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.3.3