summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCernat Cosmin (uidv0912) <uidv0912@iav5723u.cw01.contiwan.com>2015-10-13 14:40:20 +0300
committerCernat Cosmin (uidv0912) <uidv0912@iav5723u.cw01.contiwan.com>2015-10-13 14:53:15 +0300
commitce8a9a2e677b5f127de676689279ce90e1c1f9b0 (patch)
treea9822bf31d6d8d7c60cd010110a2382f34730945
parent8a032131d703624262fd4ff1316716b4190b06d1 (diff)
downloadpersistence-administrator-ce8a9a2e677b5f127de676689279ce90e1c1f9b0.tar.gz
PAS Vers. 1.0.7 - Fixed bug 299: Link to shared group data is missing
Change-Id: Ic2cf6dfa7176f84ae7463d8fd1685ef46f61f132 Signed-off-by: Cernat Cosmin <cosmin.cernat@continental-corporation.com>
-rw-r--r--Administrator/src/ssw_pers_admin_config.c25
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
3 files changed, 18 insertions, 13 deletions
diff --git a/Administrator/src/ssw_pers_admin_config.c b/Administrator/src/ssw_pers_admin_config.c
index 411b915..be130da 100644
--- a/Administrator/src/ssw_pers_admin_config.c
+++ b/Administrator/src/ssw_pers_admin_config.c
@@ -12,16 +12,17 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Date Author Reason
-* 2014.02.22 uidl9757 CSP_WZ#8795: cfg_priv_json_open_internal_handle - pFileBuffer needs to end in '\0'
-* 2014.02.21 uidl9757 CSP_WZ#8795: Improve performance by parsing the JSON files only once (at handle opening)
-* 2013.10.04 uidl9757 CSP_WZ#5962: Initialisation of Default Value does not work for big key (>63 bytes)
-* 2013.09.27 uidl9757 CSP_WZ#5781: Fix memory leakage
-* 2013.09.23 uidl9757 CSP_WZ#5781: Watchdog timeout of pas-daemon
-* 2013.07.03 uidl9757 CSP_WZ#4576: Install "custom" keys with correct storage
-* 2013.06.10 uidl9757 CSP_WZ#4285: Custom plugin's name has to be extracted from value for "storage" tag
-* 2013.04.03 uidl9757 CSP_WZ#3321: Adapt to persComRct.h version 5.0.0.0
-* 2013.04.02 uidl9757 CSP_WZ#2798: Fix handling of "customID" and "custom_name"
-* 2013.03.25 uidn3591 CSP_WZ#2798: Initial version
+* 2015.10.13 Cosmin Cernat Bug 299: Fixed error in persAdmCfgExcGetSizeResourcesList()
+* 2014.02.22 Ionut Ieremie CSP_WZ#8795: cfg_priv_json_open_internal_handle - pFileBuffer needs to end in '\0'
+* 2014.02.21 Ionut Ieremie CSP_WZ#8795: Improve performance by parsing the JSON files only once (at handle opening)
+* 2013.10.04 Ionut Ieremie CSP_WZ#5962: Initialisation of Default Value does not work for big key (>63 bytes)
+* 2013.09.27 Ionut Ieremie CSP_WZ#5781: Fix memory leakage
+* 2013.09.23 Ionut Ieremie CSP_WZ#5781: Watchdog timeout of pas-daemon
+* 2013.07.03 Ionut Ieremie CSP_WZ#4576: Install "custom" keys with correct storage
+* 2013.06.10 Ionut Ieremie CSP_WZ#4285: Custom plugin's name has to be extracted from value for "storage" tag
+* 2013.04.03 Ionut Ieremie CSP_WZ#3321: Adapt to persComRct.h version 5.0.0.0
+* 2013.04.02 Ionut Ieremie CSP_WZ#2798: Fix handling of "customID" and "custom_name"
+* 2013.03.25 Ana Chisca CSP_WZ#2798: Initial version
*
**********************************************************************************************************************/
@@ -701,7 +702,7 @@ signed int persAdmCfgGroupContentGetSizeMembersList(signed int handlerGroupConte
signed int siResult = PAS_SUCCESS;
siResult = cfg_priv_handle_check_validity(handlerGroupContent, PersAdminCfgFileType_GroupContent) ;
- if(PAS_SUCCESS == siResult)
+ if(PAS_SUCCESS != siResult)
{
DLT_LOG(persAdminSvcDLTCtx, DLT_LOG_ERROR, DLT_STRING(LT_HDR), DLT_STRING(__FUNCTION__),
DLT_STRING(" - invalid input parameters"));
@@ -1579,4 +1580,4 @@ static int cfg_priv_json_close_internal_handle(cfg_handle_s* psHandle_inout)
psHandle_inout->bIsAssigned = false ;
return errorCode ;
-} \ No newline at end of file
+}
diff --git a/ChangeLog b/ChangeLog
index 3157a4a..136db23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
persistence-administrator ChangeLog
===================================
+Version 1.0.7 13.10.2015
+
+1 Fixed Bug 299 - Link to shared group data is missing
+
Version 1.0.6 9.10.2015
------------------------
diff --git a/configure.ac b/configure.ac
index 4386371..c9065d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl **************************************************************************
dnl *** First, define all of the version numbers up front ***
dnl *** In particular, this allows the version macro to be used in AC_INIT ***
dnl **************************************************************************
-m4_define([PERS_PACKAGE_VERSION_S],[1.0.6])
+m4_define([PERS_PACKAGE_VERSION_S],[1.0.7])
m4_define([PERS_ADMINACCESSLIB_VERSION_N],[1000000])
dnl ***************************