[Release] NPU Engine v2.2.9 Release
authorDongju Chae <dongju.chae@samsung.com>
Mon, 14 Dec 2020 10:41:06 +0000 (19:41 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Mon, 14 Dec 2020 11:45:20 +0000 (20:45 +0900)
This patch makes new release for NPU Engine, v2.2.9.

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 01e89a7..8559673 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2.2.8 -> 2.2.9:
+  - Support profiling APIs in FastModel/FPGA env.
+  - Fix some package dependency issues
+
 2.2.7 -> 2.2.8:
   - Implement profiling APIs with the libmrpsim support
   - Fix minor bugs mostly related to NPU emulation
index 36207a9..20714da 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.2.9) unstable xenial bionic; urgency=medium
+
+  * 2.2.9 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Mon, 14 Dec 2020 19:40:00 +0900
+
 npu-engine (2.2.8) unstable xenial bionic; urgency=medium
 
   * 2.2.8 release; See ./CHANGES for details
index 90b931f..7fdb7c1 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.2.8',
+  version: '2.2.9',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index 6878503..2b7726d 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.2.8
+Version:       2.2.9
 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
+* Mon Dec 14 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.2.9
+
 * Fri Dec 04 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.2.8