Release 1.7.15 24/292824/1 accepted/tizen/6.5/unified/20230719.174752
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 15 May 2023 08:58:21 +0000 (10:58 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 15 May 2023 08:58:31 +0000 (10:58 +0200)
This release updates 6.5 branch with changes already applied
to tizen / tizen_7.0 branch (for VD request).

* Fix out of bounds socket description vector access
* Delay service thread construction until dependencies are initialized
* Simplify socket-manager timeout logic
* Switch to CLOCK_MONOTONIC_COARSE
* Optimize operations on file with list of Smack labels

Change-Id: Ie4a7d910866aca0620099ce12087ee8ca40fb70a

packaging/security-manager.changes
packaging/security-manager.spec
pc/security-manager.pc.in

index 8e3820001a82814ed8e0dd05a9fc15f7e1bbe265..4ac0254c13f873821cb493be5dda0aa44e56f756 100644 (file)
@@ -1,3 +1,15 @@
+Release: 1.7.15
+Date:    2023.05.15
+Name:    Release 1.7.15
+Description:
+Fix out of bounds socket description vector access
+Delay service thread construction until dependencies are initialized
+Simplify socket-manager timeout logic
+Switch to CLOCK_MONOTONIC_COARSE
+Optimize operations on file with list of Smack labels
+
+###############################
+
 Release: 1.7.14
 Date:    2023.02.21
 Name:    Release 1.7.14
index 716f72bd27852bc991110fd6c78c73dfb2bf500c..10568facdc819929153ced85ef506d90b58fb666 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       security-manager
 Summary:    Security manager and utilities
-Version:    1.7.14
+Version:    1.7.15
 Release:    0
 Group:      Security/Service
 License:    Apache-2.0
index 976ea1df1f052d9e76c90e60f157971d8c135855..8b1d814bd4ac91a9c7cc69270fbd40b74f054215 100644 (file)
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: security-manager
 Description: Security Manager Package
-Version: 1.7.14
+Version: 1.7.15
 Requires:
 Libs: -L${libdir} -lsecurity-manager-client
 Cflags: -I${includedir}/security-manager