[Release] NPU Engine 1.1.0 release
authorDongju Chae <dongju.chae@samsung.com>
Wed, 19 Feb 2020 09:49:33 +0000 (18:49 +0900)
committerDongju Chae <dongju.chae@samsung.com>
Mon, 24 Feb 2020 04:15:46 +0000 (13:15 +0900)
This commit makes a NPU engine release, 1.1.0

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 8acfa34..2cbe2af 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+1.0.1 -> 1.1.0:
+  - Remove NPU emulation impl. (moved to AIP/NPU_SystemService_Emulator)
+  - Remove testdata generation impl. (moved to AIP/NPU_SystemService_Testdata)
+  - Simplify debian/tizen packaging scripts
+
 1.0.0 -> 1.0.1:
   - Fix minor bugs in testdata generation
 
index 042ee99..5f22637 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (1.1.0) unstable xenial bionic; urgency=medium
+
+  * 1.1.0 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 21 Feb 2020 13:00:00 +0900
+
 npu-engine (1.0.1) unstable xenial bionic; urgency=medium
 
   * 1.0.1 release
index 8729d60..ca31489 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '1.0.1',
+  version: '1.1.0',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index b82c2ce..bbf73c0 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       1.0.1
+Version:       1.1.0
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -172,6 +172,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Fri Feb 21 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 1.1.0
+
 * Wed Feb 19 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 1.0.1