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