Release version 1.1.6 60/71460/10 accepted/tizen/common/20160602.140046 accepted/tizen/ivi/20160602.022851 accepted/tizen/mobile/20160602.023024 accepted/tizen/tv/20160602.022552 accepted/tizen/wearable/20160602.022739 submit/tizen/20160531.024853
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 25 May 2016 11:12:55 +0000 (13:12 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 30 May 2016 06:55:36 +0000 (23:55 -0700)
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
packaging/security-manager.spec
pc/security-manager.pc.in

index bfd7823..a8012b4 100644 (file)
@@ -1,3 +1,59 @@
+* Wed May 25 2016 Tomasz Swierczek <t.swierczek@samsung.com>
+- 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 <jooseong.lee@samsung.com>
+- 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 <jooseong.lee@samsung.com>
+- Version 1.1.4
+- Use wildcard user in cynara policy installing a preloaded app
+
+* Mon May 2 2016 Tomasz Swierczek <t.swierczek@samsung.com>
+- 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 <yunjin-.lee@samsung.com>
+- Version 1.1.2
+
+* Mon Mar 21 2016 Keeho Yang <keeho.yang@samsung.com>
+- Updated version for release
+
 * Thu Sep 03 2015 Rafal Krypa <r.krypa@samsung.com>
 - Version 1.1.0
 - Master-slave mode to support Vasum (Tizen containers)
index aef6987..7ac305c 100644 (file)
@@ -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
index 7a3624d..599e3cf 100644 (file)
@@ -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