[Release] smack_1.0slp2+s9
authorRafal Krypa <r.krypa@samsung.com>
Thu, 7 Feb 2013 11:43:42 +0000 (12:43 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 7 Feb 2013 11:43:42 +0000 (12:43 +0100)
* Polish init script.
* execute init script between local-fs.target and basic.target.
* libsmack: fix access type parsing.
* libsmack: fix label removal.
* Don't fail when removing label from file, that doesn't have it.

Change-Id: I37b0f33c6c818427e0fc86eb6ec9d64ef8ab42a2

debian/changelog
packaging/smack.spec

index d981395..1aa15f8 100644 (file)
@@ -1,3 +1,34 @@
+smack (1.0slp2+s9) unstable; urgency=low
+
+  [ Chengwei Yang ]
+  * Polish init script.
+
+  [ Wonguk Jeong ]
+  * execute init script between local-fs.target and basic.target.
+
+  [ Rafal Krypa ]
+  * libsmack: fix access type parsing.
+  * libsmack: fix label removal.
+  * Don't fail when removing label from file, that doesn't have it.
+
+ -- Rafal Krypa <r.krypa@samsung.com>  Thu, 07 Feb 2013 12:36:15 +0100
+
+smack (1.0slp2+s8) unstable; urgency=low
+
+  * Add systemd support scripts.
+
+ -- Jacek Migacz <j.migacz@samsung.com>  Mon, 26 Nov 2012 15:27:28 2012 +0900
+
+smack (1.0slp2+s7) unstable; urgency=low
+
+  [ Rafal Krypa ]
+  * libsmack: try not to fail if accesses_apply cannot access some kernel interface.
+
+  [ Kidong Kim ]
+  * fix initialization script order.
+
+ -- Kidong Kim <kd0228.kim@samsung.com>  Mon, 26 Nov 2012 15:27:28 2012 +0900
+
 smack (1.0slp2+s6) unstable; urgency=low
 
   [ Bumjin Im ]
index b1c0c27..4577d7e 100644 (file)
@@ -1,5 +1,5 @@
 Name:       smack
-Version:    1.0slp2+s8
+Version:    1.0slp2+s9
 Release:    1
 Summary:    Package to interact with Smack
 Group:      System/Kernel
@@ -91,6 +91,13 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*
 
 %changelog
+* Thu Feb 07 2013 Rafal Krypa <r.krypa@samsung.com> - 1.0slp2+s9
+- Polish init script.
+- execute init script between local-fs.target and basic.target.
+- libsmack: fix access type parsing.
+- libsmack: fix label removal.
+- Don't fail when removing label from file, that doesn't have it.
+
 * Wed Dec 10 2012 Jacek Migacz <j.migacz@samsung.com> - 1.0slp2+s8
 - Add systemd support scripts.