From 2860c9429e59a4ebf70ce87dd5f3b41672314f75 Mon Sep 17 00:00:00 2001 From: lifeng68 Date: Wed, 14 Oct 2020 14:32:16 +0800 Subject: [PATCH 07/10] lcr: release v2.0.4 Signed-off-by: lifeng68 --- CMakeLists.txt | 2 +- lcr.spec | 4 ++-- release_notes | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 224269a..3f7d6ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project (lcr) option(VERSION "set lcr version" ON) if (VERSION STREQUAL "ON") - set(LCR_VERSION "2.0.3") + set(LCR_VERSION "2.0.4") endif() option(DEBUG "set lcr gcc option" ON) diff --git a/lcr.spec b/lcr.spec index c0cd6cf..2ed7191 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ -%global _version 2.0.3 -%global _release 20200810.102757.git9fc48b6c +%global _version 2.0.4 +%global _release 20201014.143152.git71d77d16 %global _inner_name isula_libutils Name: lcr diff --git a/release_notes b/release_notes index 579a061..b93694a 100644 --- a/release_notes +++ b/release_notes @@ -1,3 +1,14 @@ +2020-10-14 lifeng release 2.0.4 + - !73 lcr: add libisula_libutils.so isula group From: @gaohuatao Reviewed-by: @jingxiaolu,@lifeng2221dd1 Signed-off-by: @lifeng2221dd1 + - !72 device_cgroup_rule: add support device cgroup rule Merge pull request !72 from lifeng_isula/blk + - !71 nano cpus: add support nano cpus Merge pull request !71 from lifeng_isula/blk + - !70 update: add support update cpu rt Merge pull request !70 from lifeng_isula/blk + - !69 blk: add blkiops define Merge pull request !69 from lifeng_isula/blk + + dev stats: + - 7 files changed, 409 insertions(+), 340 deletions(-) + - contributors: lifeng68, gaohuatao + 2020-08-10 lifeng release 2.0.3 - !67 add debug package Merge pull request !67 from YoungJQ/master - !66 info.json add name field Merge pull request !66 from Zhangxiaoyu/master -- 2.20.1