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