summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/security-manager.changes19
-rw-r--r--packaging/security-manager.spec2
-rw-r--r--src/client/CMakeLists.txt2
-rw-r--r--src/common/CMakeLists.txt2
4 files changed, 22 insertions, 3 deletions
diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes
new file mode 100644
index 00000000..53a89dc9
--- /dev/null
+++ b/packaging/security-manager.changes
@@ -0,0 +1,19 @@
+* Tue Sep 18 2014 Rafal Krypa <r.krypa@samsung.com>
+- 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 <stephane.desneux@open.eurogiciel.org>
+- 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 <r.krypa@samsung.com>
+- 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 d3fa093e..2a3c6539 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 57215038..077b3934 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 18226b8d..9a9d57cf 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