Release version 0.0.9 61/293561/1 accepted/tizen/8.0/unified/20231005.093701 accepted/tizen/unified/20230601.162938 tizen_8.0_m2_release
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 31 May 2023 07:43:07 +0000 (16:43 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 31 May 2023 07:43:07 +0000 (16:43 +0900)
- Fix platform version 7.5 to 8.0
- Fix privacy privilege tests
- Change release version in cmake

Change-Id: I7b6a556b8d8aa9500110019ef49238d7f45e8dde
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
CMakeLists.txt
packaging/privilege-info.changes
packaging/privilege-info.spec

index 7336285..781a207 100644 (file)
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
-PROJECT(privilege-info VERSION 0.0.8 LANGUAGES C)
+PROJECT(privilege-info VERSION 0.0.9 LANGUAGES C)
 
 INCLUDE(GNUInstallDirs)
 INCLUDE(FindPkgConfig)
index 867f41e..8d05b8d 100644 (file)
@@ -1,3 +1,8 @@
+Release version 0.0.9
+- Fix platform version 7.5 to 8.0
+- Fix privacy privilege tests
+- Change release version in cmake
+
 Release version 0.0.8
 - Deprecate privacy related API and enum
 - Categorize tests into positive and negative
index 5764e4e..f8824e5 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:    privilege-info
 Summary: Privilege Information
-Version: 0.0.8
+Version: 0.0.9
 Release: 1
 Group:   Security/API
 License: Apache-2.0