Release version 1.1.0
[platform/core/security/security-manager.git] / packaging / security-manager.changes
1 * Thu Sep 03 2015 Rafal Krypa <r.krypa@samsung.com>
2 - Version 1.1.0
3 - Master-slave mode to support Vasum (Tizen containers)
4 - New API for support of privilege mapping between platform versions
5 - New API for getting list of groups mapped to privileges
6 - Updated policy for labeling application files\
7 - Always print warning log messages
8
9 * Wed Mar 25 2015 Jacek Bukarewicz <j.bukarewicz@samsung.com>
10 - Version 1.0.2
11 - Work around application installation problems on slow targets
12
13 * Fri Mar 20 2015 Rafal Krypa <r.krypa@samsung.com>
14 - Version 1.0.1
15 - Bug-fix release, no new features.
16
17 * Fri Mar 06 2015 Rafal Krypa <r.krypa@samsung.com>
18 - Version 1.0.0
19 - User management
20   - Support for managing policy per user
21   - Interface for registering user creation and removal
22   - Hook-based Integration with gumd for user creation/removal events
23   - Initial user policy based on user type (guest, normal, admin)
24   - Initial configuration of user type policy granting all privileges to every
25     user type
26 - API for managing per-user policy
27   - Support for user-admin-like interface for tuning per-user policy by
28     administrator
29   - Support for privacy-manager-like interface for users limiting their own
30     applications
31 - Off-line mode supporting limited functionality when service is not running
32   - Application installation
33   - User creation
34 - Command line tool wrapping some of security-manager's APIs
35   - Registration of application installation and deinstallation with privileges
36     and application paths
37   - Registration of user creation/removal (for gumd integration mentioned above)
38 - Enhanced configuration of Cynara policy
39   - Structured policy based on several buckets
40   - Initial policy created on security-manager installation
41   - Programs with "User" and "System" labels get access to all privileges (with
42     regard to per-user policy)
43 - Easier setup of privilege-group mapping
44   - A config file with the mapping and command line tool for importing it to
45     security-manager
46 - Smack labeling for applications in final form
47   - No longer hard-code labels of all applications to "User"
48   - Each application gets unique Smack label based on appId
49
50 * Tue Sep 18 2014 Rafal Krypa <r.krypa@samsung.com>
51 - Version 0.2.0
52 - No longer use libprivilege-control
53 - Set Cynara policies during installation
54 - Support group-mapped privileges
55 - Use designated user for global app installation instead of root
56
57 * Fri Jul 25 2014 Stephane Desneux <stephane.desneux@open.eurogiciel.org>
58 - Keep information about installed applications in private data base
59 - Complete support for uninstallation
60 - Support per user installation of applications
61 - Properly handle multiple applications with the same pkgId
62 - Add API for launchers setting Smack label during application start
63 - Systemd integration
64 - Log to systemd journal instead of dlog
65
66 * Wed Jun 18 2014 Rafal Krypa <r.krypa@samsung.com>
67 - Version 0.1.0
68 - Initial release of standalone security-manager, splitting from security-server