[Release] libprivilege-control_1:0.0.18
authorRafal Krypa <r.krypa@samsung.com>
Tue, 8 Jan 2013 10:25:44 +0000 (11:25 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Tue, 8 Jan 2013 11:04:22 +0000 (12:04 +0100)
* Modify label for browser db files
* Separate ifdefs for Smack support for WRT.
* Re-enable Smack setting for native apps.
* Fix app type checking in set_app_privilege().
* smack_default_labeling: use variables for various /opt/* paths.

Change-Id: I7346a6691d72de430f5a70e4fb326797bc1baaf7

debian/changelog
packaging/libprivilege-control.changes
packaging/libprivilege-control.spec

index bef0470..360b5a3 100644 (file)
@@ -1,3 +1,48 @@
+libprivilege-control (1:0.0.18) unstable; urgency=low
+
+  [ Halton Huo ]
+  * Modify label for browser db files
+
+  [ Rafal Krypa ]
+  * Separate ifdefs for Smack support for WRT.
+  * Re-enable Smack setting for native apps.
+  * Fix app type checking in set_app_privilege().
+  * smack_default_labeling: use variables for various /opt/* paths.
+
+ -- Rafal Krypa <r.krypa@samsung.com>  Tue, 08 Jan 2013 11:27:37 +0100
+
+libprivilege-control (1:0.0.15) unstable; urgency=low
+
+  [ Karol Lewandowski ]
+  * systemd: Add systemd unit to set default smack labels
+
+  [ Zbigniew Kostrzewa ]
+  * Add build type required for code coverage analysis
+
+  [ Rafal Krypa ]
+  * udev: change heuristics for guessing camera device nodes
+
+  [ Kidong Kim ]
+  * fix udev and add new db
+
+ -- Kidong Kim <kd0228.kim@samsung.com>  Thu, 13 Dec 2012 11:26:57 +0900
+
+libprivilege-control (1:0.0.14) unstable; urgency=low
+
+  [ Kidong Kim ]
+  * make symbolic link of udev rules file
+
+  [ Yin Kangkai ]
+  * Move passwd and group back from /opt/etc to /etc/
+
+ -- Kidong Kim <kd0228.kim@samsung.com>  Wed, 05 Dec 2012 19:03:09 +0900
+
+libprivilege-control (1:0.0.13) unstable; urgency=low
+
+  * remove admin group
+
+ -- Kidong Kim <kd0228.kim@samsung.com>  Thu, 01 Nov 2012 16:17:12 +0900
+
 libprivilege-control (0.0.12) unstable; urgency=low
 
   [ Rafal Krypa ]
index aa0a8bb..daa9221 100644 (file)
@@ -1,16 +1,40 @@
+* Tue Jan 08 2012 Rafal Krypa - 1:0.0.18
+- Modify label for browser db files
+- Separate ifdefs for Smack support for WRT.
+- Re-enable Smack setting for native apps.
+- Fix app type checking in set_app_privilege().
+- smack_default_labeling: use variables for various /opt/* paths.
+
+* Thu Dec 13 2012 Kidong Kim - 1:0.0.15
+- systemd: Add systemd unit to set default smack labels
+- Add build type required for code coverage analysis
+- udev: change heuristics for guessing camera device nodes
+- fix udev and add new db
+
+* Wed Dec 05 2012 Kidong Kim - 1:0.0.14
+- make symbolic link of udev rules file
+- Move passwd and group back from /opt/etc to /etc/
+
+* Thu Nov 01 2012 Kidong Kim - 1:0.0.13
+- remove admin group
+
 * Tue Oct 16 2012 Rafal Krypa - 0.0.12
 - Merge versions 0.0.7.4 and 0.0.11.
 - Change widget id type from int to string.
 - License file copied to /usr/share/license/
+
 * Fri Sep 14 2012 Rafal Krypa - 0.0.11
 - Fix definitions passed in CMake.
 - Add API function wrt_set_privilege() for setting web app privilege from inside WRT.
+
 * Thu Sep 13 2012 Rafal Krypa - 0.0.10
 - Revert automatic tests of SMACK API to fix build dependench cycle.
 - packaging: use macros for installation directories.
+
 * Thu Sep 13 2012 Rafal Krypa - 0.0.9
 - Added automatic tests of SMACK API.
 - Provide udev rules file in the new location, for udev v182.
+
 * Fri Sep  7 2012 Rafal Krypa - 0.0.8
 - udev: set haptic devices to world readable and writable.
 - Restructure setting of compilation flags in CmakeLists.
 - Fix: preserve const qualifier for strings.
 - Fix: don't define functions that won't be used to avoid warnings.
 - Compile with -Wall and -Werror to catch compilation warnings.
+
 * Wed Sep 10 2012 Rafal Krypa - 0.0.7.4
 - udev: set haptic devices to world readable and writable.
+
 * Tue Sep 25 2012 Kidong Kim - 0.0.7.3-1
 - give all rules on device nodes
+
 * Fri Sep 21 2012 Rafal Krypa - 0.0.7.3
 - packaging: add initial manifest file.
 - Add configuration for default Smack rules and labels for the system.
+
 * Wed Sep 19 2012 Rafal Krypa - 0.0.7.2
 - Re-release, no source changes.
+
 * Wed Sep 19 2012 Rafal Krypa - 0.0.7.1
 - Provide udev rules file in the new location, for udev v182.
+
 * Fri Aug 24 2012 Rafal Krypa - 0.0.7
 - Introduce new function set_app_privilege() for comprehensive permissions setup.
 - Modify udev rules as per Mr. Kidong Kim request.
+
 * Mon Aug 08 2012 Tomasz Swierczek - 0.0.6
 - Another attempt to push to OBS
 - Changed udev configuration file (rear_flash)
+
 * Thu Aug 02 2012 Rafal Krypa - 0.0.5
 - Fix generated Smack labels for WRT widgets.
 - Extend semantics of SMACK configuration files for WRT.
 - Add missing permissions for WRT widgets.
+
 * Fri Jul 27 2012 Rafal Krypa - 0.0.4
 - Remove debug-util and kill_app.
 - Some udev rules fixed by Kidong Kim.
+
 * Tue Jul 17 2012 Rafal Krypa - 0.0.3
 - Add initial mapping of wrt devcaps to SMACK accesses.
 - Pass some path definitions as compiler macros instead of hardcoding in source.
index 792dc3b..5ac0738 100644 (file)
@@ -2,7 +2,8 @@
 
 Name:       libprivilege-control
 Summary:    Library to control privilege of application
-Version:    0.0.15
+Epoch:      1
+Version:    0.0.18
 Release:    1
 Group:      System/Security
 License:    Apache 2.0