Release 1.2.18 91/239891/2 accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/mobile/20200805.044847 accepted/tizen/3.0/tv/20200805.044859 accepted/tizen/3.0/wearable/20200805.044912 submit/tizen_3.0/20200731.102227
authorDariusz Michaluk <d.michaluk@samsung.com>
Thu, 30 Jul 2020 09:39:14 +0000 (11:39 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 30 Jul 2020 11:35:37 +0000 (13:35 +0200)
* Switch security-manager to dual license (Apache 2.0 or MIT)
* Remove unneeded dependencies from nss plugin
* Optimize nss plugin memory usage
* Add ConfigFile class for run-time reading and parsing of config files
* Add new functions to filesystem operations wrapper
* Fix memory allocation loop
* Fix segfault in nss plugin
* Optimize group processing performance
* Change labelPaths logic for FOTA
* Merge remote-tracking branch 'origin/tizen' into tizen_3.0
* Release version 1.2.16
* [Unit tests] Add test for src/common/include/smack-rules.h
* [Unit tests] Add test for src/common/include/smack-labels.h
* Fix in generateAppPkgNameFromLabel implementation
* Remove default dependency in cleanup service

Change-Id: Ie9d3cf775b5c25d651ef6671a16563e8114a7fbd

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

index 1346458643705a4639bc5f31b4927e6616312ef2..58313e8d54663d58dc39e5016e0235494f3b6b03 100644 (file)
@@ -1,3 +1,25 @@
+Release: 1.2.18
+Date:    2020.07.30
+Name:    Release 1.2.18
+Description:
+Switch security-manager to dual license (Apache 2.0 or MIT)
+Remove unneeded dependencies from nss plugin
+Optimize nss plugin memory usage
+Add ConfigFile class for run-time reading and parsing of config files
+Add new functions to filesystem operations wrapper
+Fix memory allocation loop
+Fix segfault in nss plugin
+Optimize group processing performance
+Change labelPaths logic for FOTA
+Merge remote-tracking branch 'origin/tizen' into tizen_3.0
+Release version 1.2.16
+[Unit tests] Add test for src/common/include/smack-rules.h
+[Unit tests] Add test for src/common/include/smack-labels.h
+Fix in generateAppPkgNameFromLabel implementation
+Remove default dependency in cleanup service
+
+###############################
+
 * Thu Mar 30 2017 Jin-gyu Kim <jin-gyu.kim@samsung.com>
 - Version 1.2.17
 - Use %license macro to copy license file.
index c364f53a638e2c0fa64ee4494600daf0c582247b..dc0597a629c08bba75dec3a1217ab58e63189d5f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       security-manager
 Summary:    Security manager and utilities
-Version:    1.2.17
+Version:    1.2.18
 Release:    0
 Group:      Security/Service
 License:    Apache-2.0
index 5df1c2b42540ae12a4919517fb77695c18f34b00..94348eda6f087910d1ff65144f8cdb8f462eec97 100644 (file)
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: security-manager
 Description: Security Manager Package
-Version: 1.2.17
+Version: 1.2.18
 Requires:
 Libs: -L${libdir} -lsecurity-manager-client
 Cflags: -I${includedir}/security-manager