[Release] npu-engine 2.2.3 release
authorDongju Chae <dongju.chae@samsung.com>
Wed, 23 Sep 2020 06:28:22 +0000 (15:28 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 24 Sep 2020 09:20:30 +0000 (18:20 +0900)
This patch makes npu-engine 2.2.3 release.
Please check its details at ./CHANGES.

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 413e239..5325733 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+2.2.2 -> 2.2.3:
+  - Add a prototype of profiling interface as libnpuhost APIs
+  - Add some apptests to check a multi-tasking capability
+  - Skip to install dummy (or uncompatible) apptests in non-emulated env.
+  - Fix minor bugs related to model unregistration
+
 2.2.1 -> 2.2.2:
   - Fix external segment handling bugs
   - Add npu-engine-utils package
index 9f7952c..bf290b0 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.2.3) unstable xenial bionic; urgency=medium
+
+  * 2.2.3 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Wed, 23 Sep 2020 15:27:00 +0900
+
 npu-engine (2.2.2) unstable xenial bionic; urgency=medium
 
   * 2.2.2 release; See ./CHANGES for details
index 57a4a08..dabc193 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.2.2',
+  version: '2.2.3',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index fd56a54..2399411 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.2.2
+Version:       2.2.3
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -204,6 +204,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Wed Sep 23 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.2.3
+
 * Fri Aug 21 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.2.2