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