From cd2d462b56be3704ecece33b8597ef7301dd61c1 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Wed, 25 May 2016 13:12:55 +0200 Subject: [PATCH] Release version 1.1.6 Changes: Fix issues with local user app instalaltion and inotify file watches. Fix and generalize generation of default "apps-names" configuration files Allow application directories to be placed in /etc/skel/apps_rw Introduce an interface class for tzplatform-config Implement API for managing list of permitted labels for launcher Simplify and fix code generating SharedRO Smack rules Cleanup around Tizen2X apps/packages generation functions Add tizen version handling to the cmd line tool Add dlog log provider. Make log backend configurable. Revert "Completely remove dlog remainings" Change-Id: I0ec94afe33c98a5023836ba1e19460e4525d9628 --- packaging/security-manager.changes | 56 ++++++++++++++++++++++++++++++++++++++ packaging/security-manager.spec | 4 +-- pc/security-manager.pc.in | 2 +- 3 files changed, 59 insertions(+), 3 deletions(-) diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes index bfd7823..a8012b4 100644 --- a/packaging/security-manager.changes +++ b/packaging/security-manager.changes @@ -1,3 +1,59 @@ +* Wed May 25 2016 Tomasz Swierczek +- Version 1.1.6 +- Fix issues with local user app instalaltion and inotify file watches. +- Fix and generalize generation of default "apps-names" configuration files +- Allow application directories to be placed in /etc/skel/apps_rw +- Introduce an interface class for tzplatform-config +- Implement API for managing list of permitted labels for launcher +- Simplify and fix code generating SharedRO Smack rules +- Cleanup around Tizen2X apps/packages generation functions +- Add tizen version handling to the cmd line tool +- Add dlog log provider. Make log backend configurable. +- Revert "Completely remove dlog remainings" + +* Wed May 18 2016 Jooseong Lee +- Version 1.1.5 +- Fixing small spelling error in db.sql, reproduction only with building new image with MIC +- Require usermanagement permission for local app installation for other users +- Fix the update of package cross-rules during uninstallation +- Path registration requests - server side implementation +- Path registration requests - client side implementation +- Move author_id to pkg - server code adjustment +- Move author_id to pkg - db migration +- Add path registration API stub +- Add privilege-group mapping for tethering.admin privilege + +* Mon May 9 2016 Jooseong Lee +- Version 1.1.4 +- Use wildcard user in cynara policy installing a preloaded app + +* Mon May 2 2016 Tomasz Swierczek +- Version 1.1.3 +- Change logic of security_manager_set_process_groups_from_appid +- Don't check permissions on API calls in off-line mode +- Fix implementation of filesystem.cpp +- Move smack files to new directory +- refactoring: use common function template for getting label by libsmack +- Add installation types (global, local, preloaded). +- Integrate with Cynara, clients must be privileged +- db: update schema to version 2 +- Add constraint error in database logic. +- More error messages +- Use app instead of app_pkg_view in sqlite queries +- security-manager-policy-reload: don't print errors on image build +- Add privilege-group mapping for iotcon +- Remove unused table version +- Adjust Cynara privileges required by privacy manager APIs +- Revert "Add installation types (global, local, preloaded)." +- DB: Change app ids to app names in private sharing +- Revoke subject label of uninstalled application + +* Wed Mar 23 2016 Yunjin Lee +- Version 1.1.2 + +* Mon Mar 21 2016 Keeho Yang +- Updated version for release + * Thu Sep 03 2015 Rafal Krypa - Version 1.1.0 - Master-slave mode to support Vasum (Tizen containers) diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec index aef6987..7ac305c 100644 --- a/packaging/security-manager.spec +++ b/packaging/security-manager.spec @@ -1,7 +1,7 @@ Name: security-manager Summary: Security manager and utilities -Version: 1.1.5 -Release: 4 +Version: 1.1.6 +Release: 0 Group: Security/Service License: Apache-2.0 Source0: %{name}-%{version}.tar.gz diff --git a/pc/security-manager.pc.in b/pc/security-manager.pc.in index 7a3624d..599e3cf 100644 --- a/pc/security-manager.pc.in +++ b/pc/security-manager.pc.in @@ -5,7 +5,7 @@ includedir=${prefix}/include Name: security-manager Description: Security Manager Package -Version: 1.1.0 +Version: 1.1.6 Requires: Libs: -L${libdir} -lsecurity-manager-client Cflags: -I${includedir}/security-manager -- 2.7.4