Release 1.7.4 04/279204/1
authorKonrad Lipinski <k.lipinski2@samsung.com>
Wed, 3 Aug 2022 10:15:39 +0000 (12:15 +0200)
committerKonrad Lipinski <k.lipinski2@samsung.com>
Wed, 3 Aug 2022 10:15:39 +0000 (12:15 +0200)
* Drop std::function from try_catch() and friends, deficient edition
* Simplify socket-manager timeout logic
* Switch to CLOCK_MONOTONIC_COARSE
* Refrain from calling sessiond in offline mode
* Prioritize requests based on cpu boosting level
* Simplify service and IO thread's class hierarchies
* Make socket manager counters more robust
* Refactor MessageBuffer and dependencies

Change-Id: Id35cf58156eef658907b312df06637e51ce5e9dd

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

index 995c42a..eb663ed 100644 (file)
@@ -1,3 +1,18 @@
+Release: 1.7.4
+Date:    2022.08.03
+Name:    Release 1.7.4
+Description:
+Drop std::function from try_catch() and friends, deficient edition
+Simplify socket-manager timeout logic
+Switch to CLOCK_MONOTONIC_COARSE
+Refrain from calling sessiond in offline mode
+Prioritize requests based on cpu boosting level
+Simplify service and IO thread's class hierarchies
+Make socket manager counters more robust
+Refactor MessageBuffer and dependencies
+
+###############################
+
 Release: 1.7.3
 Date:    2022.07.19
 Name:    Release 1.7.3
index 563c559..d3bc21c 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       security-manager
 Summary:    Security manager and utilities
-Version:    1.7.3
+Version:    1.7.4
 Release:    0
 Group:      Security/Service
 License:    Apache-2.0
index 85d81f5..076d4e3 100644 (file)
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: security-manager
 Description: Security Manager Package
-Version: 1.7.3
+Version: 1.7.4
 Requires:
 Libs: -L${libdir} -lsecurity-manager-client
 Cflags: -I${includedir}/security-manager