Release 0.5.0 12/33912/3 tizen_3.0.2014.q4_common accepted/tizen/common/20150119.084431 accepted/tizen/mobile/20150119.094544 accepted/tizen/tv/20150119.093622 accepted/tizen/tv/20150223.124300 accepted/tizen/wearable/20150119.094052 submit/tizen/20150116.125650 submit/tizen_tv/20150223.105907 v0.5.0
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 16 Jan 2015 10:32:46 +0000 (11:32 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 16 Jan 2015 12:26:40 +0000 (13:26 +0100)
Change-Id: Iaf6d9ba8649a23477ba08dc50ccac2044ffa48b6

CMakeLists.txt
changelog
packaging/cynara.spec
src/admin/CMakeLists.txt
src/client-common/CMakeLists.txt
src/client/CMakeLists.txt
src/common/CMakeLists.txt
src/helpers/creds-commons/CMakeLists.txt
src/helpers/creds-dbus/CMakeLists.txt
src/helpers/creds-socket/CMakeLists.txt
src/helpers/session/CMakeLists.txt

index 048d098..b6db3e7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("cynara")
-set(CYNARA_VERSION 0.4.2)
+set(CYNARA_VERSION 0.5.0)
 
 ############################# cmake packages ##################################
 
index 25fb0f5..10a0dc7 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,4 +1,34 @@
-##############################
+###############################
+
+Release: 0.5.0
+Date:    2015.01.16
+Name:    Cyad, offline-admin, erase, listPolicies, listDescriptions
+
+Libraries:
+libcynara-admin.0.5.0
+libcynara-agent.0.5.0
+libcynara-client-async.0.5.0
+libcynara-client-commmons.0.5.0
+libcynara-client.0.5.0
+libcynara-commons.0.5.0
+libcynara-creds-commons.0.5.0
+libcynara-creds-dbus.0.5.0
+libcynara-creds-socket.0.5.0
+libcynara-session.0.5.0
+libcynara-storage.0.5.0
+
+Executables:
+cyad
+cynara
+
+Description:
+Shell command admin tool - cyad
+Admin operational in both offline (no cynara service running) and online modes
+New admin API functions: erase, listPolicies, listPolicyDescriptions
+Change in API for plugins (policy descriptions)
+Some bug fixes
+
+#############################
 
 Release: 0.4.2
 Date:    2014.11.18
index 2d5a620..7076933 100644 (file)
@@ -1,6 +1,6 @@
 Name:       cynara
 Summary:    Cynara service with client libraries
-Version:    0.4.2
+Version:    0.5.0
 Release:    1
 Group:      Security/Application Privilege
 License:    Apache-2.0
index 3cbff78..dcb2419 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 #
 
 SET(LIB_CYNARA_ADMIN_VERSION_MAJOR 0)
-SET(LIB_CYNARA_ADMIN_VERSION ${LIB_CYNARA_ADMIN_VERSION_MAJOR}.4.2)
+SET(LIB_CYNARA_ADMIN_VERSION ${LIB_CYNARA_ADMIN_VERSION_MAJOR}.5.0)
 
 SET(CYNARA_LIB_CYNARA_ADMIN_PATH ${CYNARA_PATH}/admin)
 
index 2c60ca9..6629aec 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 #
 
 SET(LIB_CYNARA_CLIENT_COMMON_VERSION_MAJOR 0)
-SET(LIB_CYNARA_CLIENT_COMMON_VERSION ${LIB_CYNARA_CLIENT_COMMON_VERSION_MAJOR}.4.2)
+SET(LIB_CYNARA_CLIENT_COMMON_VERSION ${LIB_CYNARA_CLIENT_COMMON_VERSION_MAJOR}.5.0)
 
 SET(LIB_CYNARA_COMMON_PATH ${CYNARA_PATH}/client-common)
 
index 2d5c0a2..059fac2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 #
 
 SET(LIB_CYNARA_VERSION_MAJOR 0)
-SET(LIB_CYNARA_VERSION ${LIB_CYNARA_VERSION_MAJOR}.4.2)
+SET(LIB_CYNARA_VERSION ${LIB_CYNARA_VERSION_MAJOR}.5.0)
 
 SET(LIB_CYNARA_PATH ${CYNARA_PATH}/client)
 
index f3670ad..96b747c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
 #
 
 SET(CYNARA_COMMON_VERSION_MAJOR 0)
-SET(CYNARA_COMMON_VERSION ${CYNARA_COMMON_VERSION_MAJOR}.4.2)
+SET(CYNARA_COMMON_VERSION ${CYNARA_COMMON_VERSION_MAJOR}.5.0)
 
 SET(COMMON_PATH ${CYNARA_PATH}/common)
 
index 9ff7aa7..961219b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #
 
 SET(LIB_CREDS_COMMONS_VERSION_MAJOR 0)
-SET(LIB_CREDS_COMMONS_VERSION ${LIB_CREDS_COMMONS_VERSION_MAJOR}.4.2)
+SET(LIB_CREDS_COMMONS_VERSION ${LIB_CREDS_COMMONS_VERSION_MAJOR}.5.0)
 
 SET(LIB_CREDS_COMMONS_PATH ${CYNARA_PATH}/helpers/creds-commons)
 
index 90f6cbe..4001207 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #
 
 SET(LIB_CREDS_DBUS_VERSION_MAJOR 0)
-SET(LIB_CREDS_DBUS_VERSION ${LIB_CREDS_DBUS_VERSION_MAJOR}.4.2)
+SET(LIB_CREDS_DBUS_VERSION ${LIB_CREDS_DBUS_VERSION_MAJOR}.5.0)
 
 SET(LIB_CREDS_DBUS_PATH ${CYNARA_PATH}/helpers/creds-dbus)
 
index 27f9b0c..950561c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #
 
 SET(LIB_CREDS_SOCKET_VERSION_MAJOR 0)
-SET(LIB_CREDS_SOCKET_VERSION ${LIB_CREDS_SOCKET_VERSION_MAJOR}.4.2)
+SET(LIB_CREDS_SOCKET_VERSION ${LIB_CREDS_SOCKET_VERSION_MAJOR}.5.0)
 
 SET(LIB_CREDS_SOCKET_PATH ${CYNARA_PATH}/helpers/creds-socket)
 
index b783ebc..7897828 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #
 
 SET(LIB_SESSION_VERSION_MAJOR 0)
-SET(LIB_SESSION_VERSION ${LIB_SESSION_VERSION_MAJOR}.4.2)
+SET(LIB_SESSION_VERSION ${LIB_SESSION_VERSION_MAJOR}.5.0)
 
 SET(LIB_SESSION_PATH ${CYNARA_PATH}/helpers/session)