From b5a33064d8c4ee02db0cbc2caf136f75324f8939 Mon Sep 17 00:00:00 2001 From: Sangwan Kwon Date: Wed, 5 Aug 2020 14:58:32 +0900 Subject: [PATCH] Release 0.1.3 [summary] - Redesign policy management logic - PolicyLoader -> DynamicVirtualTable - Add code formatter [details] - Rename Table::generate to Table::select - Refactor virtual table - Migrate bluetooth-policy to DynamicTable - Cleanup deprecated policy-loader - Redesign policy management logic - Enable gdb on docker - Add dymanic loader for plugin - Fix svace defects - Apply formatting to osquery - Apply formatting to vist - Add code formatter Change-Id: Ia8232657e859acc835ecbe6abaa7d97267563c7e Signed-off-by: Sangwan Kwon --- CMake/Definition.cmake | 2 +- packaging/vist.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/Definition.cmake b/CMake/Definition.cmake index 52bfa5a..7de0b60 100644 --- a/CMake/Definition.cmake +++ b/CMake/Definition.cmake @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License -SET(VERSION "0.1.2") +SET(VERSION "0.1.3") SET(OSQUERY_VERSION "4.0.0") SET(RO_DIR "/usr/share") diff --git a/packaging/vist.spec b/packaging/vist.spec index b6329c5..e481820 100644 --- a/packaging/vist.spec +++ b/packaging/vist.spec @@ -1,5 +1,5 @@ Name: vist -Version: 0.1.2 +Version: 0.1.3 Release: 0 License: Apache-2.0 Summary: ViST(Virtual Security Table) is an unified security API platform based virtual tables. -- 2.34.1