From ac4a1d53c546aebe511b88595102f90f3964a6d3 Mon Sep 17 00:00:00 2001 From: Dongju Chae Date: Fri, 19 Feb 2021 13:07:37 +0900 Subject: [PATCH] [Release] NPU Engine 2.3.2 release This patch makes NPU Engine 2.3.2 release. Signed-off-by: Dongju Chae --- CHANGES | 5 +++++ debian/changelog | 6 ++++++ meson.build | 2 +- packaging/npu-engine.spec | 5 ++++- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 636b151..6105a34 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.3.1 -> 2.3.2: + - Support the DSP profiling for MDK + - Increase the overall code coverage + - Revise the debugging feature + 2.3.0 -> 2.3.1: - Update npubinfmt.h to store extra model info - Support per-layer profiling for MDK diff --git a/debian/changelog b/debian/changelog index 0cdc1c7..192a160 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +npu-engine (2.3.2) unstable xenial bionic; urgency=medium + + * 2.3.2 release; See ./CHANGES for details + + -- Dongju Chae Fri, 19 Feb 2021 13:07:00 +0900 + npu-engine (2.3.1) unstable xenial bionic; urgency=medium * 2.3.1 release; See ./CHANGES for details diff --git a/meson.build b/meson.build index 2b8ea54..d832191 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('npu-engine', ['c', 'cpp'], - version: '2.3.1', + version: '2.3.2', license: ['Proprietary'], meson_version: '>=0.47.0', default_options: [ diff --git a/packaging/npu-engine.spec b/packaging/npu-engine.spec index 10f6775..1da754b 100644 --- a/packaging/npu-engine.spec +++ b/packaging/npu-engine.spec @@ -2,7 +2,7 @@ Name: npu-engine Summary: NPU Engine -Version: 2.3.1 +Version: 2.3.2 Release: 1 Group: System Environment/Daemons Packager: MyungJoo Ham @@ -90,6 +90,9 @@ This probides utility packages for NPU Engine, including metadata extraction of %{neexampledir}/utils/* %changelog +* Fri Feb 19 2021 Dongju Chae +- Release of 2.3.2 + * Tue Feb 02 2021 Dongju Chae - Release of 2.3.1 -- 2.7.4