summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjin-gyu.kim <jin-gyu.kim@samsung.com>2017-01-05 14:44:32 +0900
committerjin-gyu.kim <jin-gyu.kim@samsung.com>2017-01-05 14:46:02 +0900
commitfd9104df1ae50392d373c57aa347fd88bdb123e6 (patch)
treee5c09c9a9bbba8774de652761230d1ff979ada36
parent86e9022d4cd523d605097cc1ce83685ffac2b61e (diff)
downloadsecurity-manager-accepted/tizen/3.0/common/20170109.083930.tar.gz
security-manager-accepted/tizen/3.0/common/20170109.083930.tar.bz2
security-manager-accepted/tizen/3.0/common/20170109.083930.zip
- Fix memory leak in CynaraAdminPolicy move operator - Fix memory leak in CheckProperDrop::getThreads() - Don't put empty lines in generated Smack policy - Set Cynara client cache size manually - Fix compilation scripts. - Replace read/write with send/recv - Fix memory leak from cynara_async_configuration_create - Fix comments in privilege_db.h regarding exceptions thrown by functions - Fix in logs in IsPackageHybrid function - Disable logs from SqlConnection - Change auto_ptr to unique_ptr. - Replace readdir_r to readdir. - Don't accept wrong package id on app uninstall - Remove ServicerImpl from derived Service class - Fix in GetAllPrivateSharing implementation - Enforce ownership of a shared path by one app. - Change skel directory to /opt/etc/skel Change-Id: If3885fd8f0908489fdd04ac31295f0932ffbbd1b
-rw-r--r--packaging/security-manager.changes20
-rw-r--r--packaging/security-manager.spec2
-rw-r--r--pc/security-manager.pc.in2
3 files changed, 22 insertions, 2 deletions
diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes
index 72dfd1c4..47d38a01 100644
--- a/packaging/security-manager.changes
+++ b/packaging/security-manager.changes
@@ -1,3 +1,23 @@
+* Thu Jan 5 2017 Jin-gyu Kim <jin-gyu.kim@samsung.com>
+- Version 1.2.13
+- Fix memory leak in CynaraAdminPolicy move operator
+- Fix memory leak in CheckProperDrop::getThreads()
+- Don't put empty lines in generated Smack policy
+- Set Cynara client cache size manually
+- Fix compilation scripts.
+- Replace read/write with send/recv
+- Fix memory leak from cynara_async_configuration_create
+- Fix comments in privilege_db.h regarding exceptions thrown by functions
+- Fix in logs in IsPackageHybrid function
+- Disable logs from SqlConnection
+- Change auto_ptr to unique_ptr.
+- Replace readdir_r to readdir.
+- Don't accept wrong package id on app uninstall
+- Remove ServicerImpl from derived Service class
+- Fix in GetAllPrivateSharing implementation
+- Enforce ownership of a shared path by one app.
+- Change skel directory to /opt/etc/skel
+
* Wed Dec 14 2016 Jooseong Lee <jooseong.lee@samsung.com>
- Version 0.2.12
- Allow privileged caller to configure privacy manager for other users
diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec
index 3728f59e..424d41e8 100644
--- a/packaging/security-manager.spec
+++ b/packaging/security-manager.spec
@@ -1,6 +1,6 @@
Name: security-manager
Summary: Security manager and utilities
-Version: 1.2.12
+Version: 1.2.13
Release: 0
Group: Security/Service
License: Apache-2.0
diff --git a/pc/security-manager.pc.in b/pc/security-manager.pc.in
index 48c3dc8a..29bb3bff 100644
--- a/pc/security-manager.pc.in
+++ b/pc/security-manager.pc.in
@@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: security-manager
Description: Security Manager Package
-Version: 1.2.12
+Version: 1.2.13
Requires:
Libs: -L${libdir} -lsecurity-manager-client
Cflags: -I${includedir}/security-manager