Release version 1.2.17 73/122073/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170331.152637 accepted/tizen/ivi/20170330.224836 accepted/tizen/mobile/20170330.224659 accepted/tizen/tv/20170330.224751 accepted/tizen/unified/20170330.224852 accepted/tizen/wearable/20170330.224816 submit/tizen/20170330.102312
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Thu, 30 Mar 2017 05:50:12 +0000 (14:50 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Thu, 30 Mar 2017 05:50:15 +0000 (14:50 +0900)
- Use %license macro to copy license file.
- Add "VALGRIND" build type
- Remove the redundant SharedRO SMACK rules.
- Unify method names in CynaraAdmin to pascal case
- Clean up cynara classes members names
- Free requests after processing them in cmd line tool
- Add missing ')' in cmd line tool usage description
- Allow version compatibility change during application upgrade
- Remove dependency between SM and DBUS
- Make it possible to use out-of-the-source build dir
- [Unit tests] for PrivilegeDb class - related to private path sharing
- Remove setting of CMAKE_C_FLAGS in the main CMakeLists.txt
- Fix inconsistent types error
- Log appId in case of errors in security_manager_prepare_app
- Remove setting of -DTIZEN_DEBUG_ENABLE compilation flag
- Remove unnecessary transaction rollback
- Remove empty lines from rules.merged file.
- Don't ignore errors in supplementary group setup during app launch preparation
- Fix thread synchronization in Cynara class

Change-Id: I47de688cd71fbee6ceb4bf7620a08c89c01c7a1c

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

index 3c5c3cd..1346458 100644 (file)
@@ -1,3 +1,25 @@
+* Thu Mar 30 2017 Jin-gyu Kim <jin-gyu.kim@samsung.com>
+- Version 1.2.17
+- Use %license macro to copy license file.
+- Add "VALGRIND" build type
+- Remove the redundant SharedRO SMACK rules.
+- Unify method names in CynaraAdmin to pascal case
+- Clean up cynara classes members names
+- Free requests after processing them in cmd line tool
+- Add missing ')' in cmd line tool usage description
+- Allow version compatibility change during application upgrade
+- Remove dependency between SM and DBUS
+- Make it possible to use out-of-the-source build dir
+- [Unit tests] for PrivilegeDb class - related to private path sharing
+- Remove setting of CMAKE_C_FLAGS in the main CMakeLists.txt
+- Fix inconsistent types error
+- Log appId in case of errors in security_manager_prepare_app
+- Remove setting of -DTIZEN_DEBUG_ENABLE compilation flag
+- Remove unnecessary transaction rollback
+- Remove empty lines from rules.merged file.
+- Don't ignore errors in supplementary group setup during app launch preparation
+- Fix thread synchronization in Cynara class
+
 * Mon Jan 23 2017 Jooseong Lee <jooseong.lee@samsung.com>
 - Version 1.2.16
 - Fix in generateAppPkgNameFromLabel implementation
index 759c210..03af5a7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       security-manager
 Summary:    Security manager and utilities
-Version:    1.2.16
+Version:    1.2.17
 Release:    0
 Group:      Security/Service
 License:    Apache-2.0
index 3b04ae3..5df1c2b 100644 (file)
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: security-manager
 Description: Security Manager Package
-Version: 1.2.16
+Version: 1.2.17
 Requires:
 Libs: -L${libdir} -lsecurity-manager-client
 Cflags: -I${includedir}/security-manager