[Release] npu-engine 2.2.4 release
authorDongju Chae <dongju.chae@samsung.com>
Wed, 21 Oct 2020 09:46:18 +0000 (18:46 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 22 Oct 2020 01:34:48 +0000 (10:34 +0900)
This patch makes npu-engine 2.2.4 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 5325733..3418c13 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2.2.3 -> 2.2.4:
+  - Fix minor bugs related to layout conversion
+
 2.2.2 -> 2.2.3:
   - Add a prototype of profiling interface as libnpuhost APIs
   - Add some apptests to check a multi-tasking capability
index bf290b0..90b4cf1 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.2.4) unstable xenial bionic; urgency=medium
+
+  * 2.2.4 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Wed, 21 Oct 2020 18:45:00 +0900
+
 npu-engine (2.2.3) unstable xenial bionic; urgency=medium
 
   * 2.2.3 release; See ./CHANGES for details
index dabc193..8380793 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.2.3',
+  version: '2.2.4',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index 2399411..10484f5 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.2.3
+Version:       2.2.4
 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 Oct 21 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.2.4
+
 * Wed Sep 23 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.2.3