[Release] npu-engine 2.2.6 release
authorDongju Chae <dongju.chae@samsung.com>
Wed, 18 Nov 2020 01:39:37 +0000 (10:39 +0900)
committer우상정/On-Device Lab(SR)/Staff Engineer/삼성전자 <sangjung.woo@samsung.com>
Wed, 18 Nov 2020 11:00:40 +0000 (20:00 +0900)
This patch makes new release of npu-engine, 2.2.6.
Please refer to ./CHANGES for details.

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 4bd425f..8da9135 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.2.5 -> 2.2.6:
+  - Support 2-TOPS NPU devices for emulation with different command files
+  - Add the command line utility (trinity-smi) for monitoring trinity devices
+  - Support the Docker envionment (xenial, bionic) for npu-engine users
+
 2.2.4 -> 2.2.5:
   - Revise the utility for trinity-testing applications
   - Replace emulation library from libnpu-engine-emul to libmrpsim
index 616b6a1..4020c97 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.2.6) unstable xenial bionic; urgency=medium
+
+  * 2.2.6 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Wed, 18 Nov 2020 10:36:00 +0900
+
 npu-engine (2.2.5) unstable xenial bionic; urgency=medium
 
   * 2.2.5 release; See ./CHANGES for details
index 93170c0..de20813 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.2.5',
+  version: '2.2.6',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index d6040f7..a4a71ce 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.2.5
+Version:       2.2.6
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -87,6 +87,9 @@ This probides utility packages for NPU Engine, including metadata extraction of
 %{neexampledir}/utils/*
 
 %changelog
+* Wed Nov 18 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.2.6
+
 * Wed Nov 04 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.2.5