From 3dec492df1a5a937ceed39c4985d9659860e5783 Mon Sep 17 00:00:00 2001 From: Rafal Krypa Date: Tue, 18 Nov 2014 17:58:08 +0100 Subject: [PATCH] Release version 0.2.0 Also fill the changelog for two previous releases. Change-Id: I590dfd6bc302b26a0aaf2afa8b6fd1addae8194d Signed-off-by: Rafal Krypa --- packaging/security-manager.changes | 19 +++++++++++++++++++ packaging/security-manager.spec | 2 +- src/client/CMakeLists.txt | 2 +- src/common/CMakeLists.txt | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 packaging/security-manager.changes diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes new file mode 100644 index 0000000..53a89dc --- /dev/null +++ b/packaging/security-manager.changes @@ -0,0 +1,19 @@ +* Tue Sep 18 2014 Rafal Krypa +- Version 0.2.0 +- No longer use libprivilege-control +- Set Cynara policies during installation +- Support group-mapped privileges +- Use designated user for global app installation instead of root + +* Fri Jul 25 2014 Stephane Desneux +- Keep information about installed applications in private data base +- Complete support for uninstallation +- Support per user installation of applications +- Properly handle multiple applications with the same pkgId +- Add API for launchers setting Smack label during application start +- Systemd integration +- Log to systemd journal instead of dlog + +* Wed Jun 18 2014 Rafal Krypa +- Version 0.1.0 +- Initial release of standalone security-manager, splitting from security-server diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec index d3fa093..2a3c653 100644 --- a/packaging/security-manager.spec +++ b/packaging/security-manager.spec @@ -1,6 +1,6 @@ Name: security-manager Summary: Security manager and utilities -Version: 0.1.0 +Version: 0.2.0 Release: 1 Group: Security/Service License: Apache-2.0 diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 5721503..077b393 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -5,7 +5,7 @@ PKG_CHECK_MODULES(CLIENT_DEP ) SET(CLIENT_VERSION_MAJOR 0) -SET(CLIENT_VERSION ${CLIENT_VERSION_MAJOR}.1.0) +SET(CLIENT_VERSION ${CLIENT_VERSION_MAJOR}.2.0) INCLUDE_DIRECTORIES(SYSTEM ${CLIENT_DEP_INCLUDE_DIRS} diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 18226b8..9a9d57c 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,5 +1,5 @@ SET(COMMON_VERSION_MAJOR 0) -SET(COMMON_VERSION ${COMMON_VERSION_MAJOR}.1.0) +SET(COMMON_VERSION ${COMMON_VERSION_MAJOR}.2.0) PKG_CHECK_MODULES(COMMON_DEP REQUIRED -- 2.7.4