Tizen 2.1 base
[platform/core/security/libprivilege-control.git] / packaging / libprivilege-control.changes
1 * Tue Jan 10 2012 Rafal Krypa - 0.0.19
2 - Removed "Epoch" from spec file.
3 - Remove stale permission files.
4 - Introduce WRT_ prefix in smack for current SMACK configuration files.
5 - Drop legacy USE_PRIVILEGE_CONTROL ifdef.
6 - Change syntax of SMACK config files.
7 - New API for native/OSP installer.
8 - Add SMACK config for OSP apps.
9
10 * Tue Jan 08 2012 Rafal Krypa - 1:0.0.18
11 - Modify label for browser db files
12 - Separate ifdefs for Smack support for WRT.
13 - Re-enable Smack setting for native apps.
14 - Fix app type checking in set_app_privilege().
15 - smack_default_labeling: use variables for various /opt/* paths.
16
17 * Thu Dec 13 2012 Kidong Kim - 1:0.0.15
18 - systemd: Add systemd unit to set default smack labels
19 - Add build type required for code coverage analysis
20 - udev: change heuristics for guessing camera device nodes
21 - fix udev and add new db
22
23 * Wed Dec 05 2012 Kidong Kim - 1:0.0.14
24 - make symbolic link of udev rules file
25 - Move passwd and group back from /opt/etc to /etc/
26
27 * Thu Nov 01 2012 Kidong Kim - 1:0.0.13
28 - remove admin group
29
30 * Tue Oct 16 2012 Rafal Krypa - 0.0.12
31 - Merge versions 0.0.7.4 and 0.0.11.
32 - Change widget id type from int to string.
33 - License file copied to /usr/share/license/
34
35 * Fri Sep 14 2012 Rafal Krypa - 0.0.11
36 - Fix definitions passed in CMake.
37 - Add API function wrt_set_privilege() for setting web app privilege from inside WRT.
38
39 * Thu Sep 13 2012 Rafal Krypa - 0.0.10
40 - Revert automatic tests of SMACK API to fix build dependench cycle.
41 - packaging: use macros for installation directories.
42
43 * Thu Sep 13 2012 Rafal Krypa - 0.0.9
44 - Added automatic tests of SMACK API.
45 - Provide udev rules file in the new location, for udev v182.
46
47 * Fri Sep  7 2012 Rafal Krypa - 0.0.8
48 - udev: set haptic devices to world readable and writable.
49 - Restructure setting of compilation flags in CmakeLists.
50 - Temporary turn off setting up of Smack labels and rules.
51 - Always call wrt_permissions_reset() internally during privilege setup for Widgets.
52 - Define a type for WRT widget id. Make it reflect the actual id type in WRT database.
53 - Add wrt_widget_id_from_socket() API function for reading widget id from UNIX sockets.
54 - Deprecate another old function for privilege control.
55 - Fix: remove unused variable.
56 - Fix: preserve const qualifier for strings.
57 - Fix: don't define functions that won't be used to avoid warnings.
58 - Compile with -Wall and -Werror to catch compilation warnings.
59
60 * Wed Sep 10 2012 Rafal Krypa - 0.0.7.4
61 - udev: set haptic devices to world readable and writable.
62
63 * Tue Sep 25 2012 Kidong Kim - 0.0.7.3-1
64 - give all rules on device nodes
65
66 * Fri Sep 21 2012 Rafal Krypa - 0.0.7.3
67 - packaging: add initial manifest file.
68 - Add configuration for default Smack rules and labels for the system.
69
70 * Wed Sep 19 2012 Rafal Krypa - 0.0.7.2
71 - Re-release, no source changes.
72
73 * Wed Sep 19 2012 Rafal Krypa - 0.0.7.1
74 - Provide udev rules file in the new location, for udev v182.
75
76 * Fri Aug 24 2012 Rafal Krypa - 0.0.7
77 - Introduce new function set_app_privilege() for comprehensive permissions setup.
78 - Modify udev rules as per Mr. Kidong Kim request.
79
80 * Mon Aug 08 2012 Tomasz Swierczek - 0.0.6
81 - Another attempt to push to OBS
82 - Changed udev configuration file (rear_flash)
83
84 * Thu Aug 02 2012 Rafal Krypa - 0.0.5
85 - Fix generated Smack labels for WRT widgets.
86 - Extend semantics of SMACK configuration files for WRT.
87 - Add missing permissions for WRT widgets.
88
89 * Fri Jul 27 2012 Rafal Krypa - 0.0.4
90 - Remove debug-util and kill_app.
91 - Some udev rules fixed by Kidong Kim.
92
93 * Tue Jul 17 2012 Rafal Krypa - 0.0.3
94 - Add initial mapping of wrt devcaps to SMACK accesses.
95 - Pass some path definitions as compiler macros instead of hardcoding in source.
96 - Remove APIs - add & delete user and group for 3rd party applications.
97 - Packaging: fix udev rules installation in the spec file.
98 - Add SMACK functions for WRT.
99 - Add API function set_exec_label.