From a8142d5f8ac3a4c69fbbbd2efb3ea71cbca6cd37 Mon Sep 17 00:00:00 2001 From: jooseong lee Date: Wed, 14 Dec 2016 11:55:25 +0900 Subject: [PATCH] Release 0.1.5 Change-Id: Iabb222e9960757daf60ce386a6747a2fceb6e710 Signed-off-by: jooseong lee --- packaging/askuser.changes | 100 ++++++++++++++++++++++++++++++++++++++++++++++ packaging/askuser.spec | 2 +- 2 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 packaging/askuser.changes diff --git a/packaging/askuser.changes b/packaging/askuser.changes new file mode 100644 index 0000000..32a26f7 --- /dev/null +++ b/packaging/askuser.changes @@ -0,0 +1,100 @@ +* Web Dec 14 2016 Jooseong Lee +- Version 0.1.5 +- Fix string formatting in logs +- Change UI and policy setup to use privilege groups instead of privileges +- Don't harcode smack labels +- Revert "Disable askuser service" +- Reorganize systemd units +- Fix memory leaks +- Fix bugs in socket methods +- Add spec/cmake define to enable/disable askuser service +- Wrap privilege info and security-manager api +- Redo sockets +- Generate user socket path +- Fix cynara talker +- Fix pthread linkage +- Add systemd socket +- Switch askuser-notification to server from client +- Make notification backend sane again +- Return deny once on error or timeout +- Integration with Package Manager +- Use systemd to start askuser service +- Prevent from memory corruption +- Add additional function to askuser-test +- Align UI with guide +- Make "Allow" work as "AllowAlways" +- Disable NoNewPrivileges due to lack of support in wearable kernel +- Fix askuser tools +- Add ui for wearable +- Modify ui and add language files +- Modify identifyApp to get both appid and pkglabel for display +- Apply layout on mobile ui +- Set window level for the case several popups are launched at the same time +- Apply on-demand activation on askuser-notification service +- Delete window before reinitialization +- Set pkg_label also in case of hybrid applications +- Send policy updates independently from askuser agent + +* Thu Jun 23 2016 jin-gyu.kim +- Version 0.1.4 +- Disable askuser service + +* Tue Jun 21 2016 jin-gyu.kim +- Version 0.1.3 +- Fix memory leak and limit max string size + +* Fri Jun 17 2016 Yunjin Lee +- Version 0.1.2 +- Revert "Add internal popup implementation" +- Remove unnecessary dependencies from spec +- Move logs to common +- Fix spec summaries +- Fix service and binary names +- Restart cynara on askuser install/uninstall +- Move requestid to separate file +- Add some exceptions +- Add socket path description +- Add magic protocol codes +- Add notification request and response +- Add socket methods +- Add notification daemon +- Adjust notification talker to work as backend +- Update tests +- SVACE - return value of strdup is lost +- Fix setting select timeout in NotificationTalker +- Apply ASLR on askuser + +* Mon Mar 21 2016 Yunjin Lee +- Version 0.1.1 +- Add needed systemd-daemon linking dependency +- Add testing utility for askuser extensions +- Changes for using new notification API. +- Include bundle_internal.h for internal bundle apis +- Change bundle_add() to bundle_add_str() +- Add internal popup implementation +- Revise dependency to fix build fail +- Fix minor building issues +- Remove notification dependency +- Replace vulnerable functions: strerror and sprintf + +* Web Jan 1 2015 Adam Malinowski +- Version 0.1.0 +- Add main agent class +- Add translation methods between agent<->cynara<->plugin +- Add AskUser cynara client and server side plugins +- Add deny types +- Adjust plugins to new plugin API +- Fix installing plugins +- Add Request class for representing cynara requests +- Add cynara talker +- Add processing cynara requests +- Add UI handling +- Add internationalization and privilege translation +- Add UI backend based on tizen notifications +- Implement stopping daemon +- Enhance allow and add deny types +- Redo logging mechanism + +* Fri Nov 11 2014 Adam Malinowski +- Version 0.0.1 +- Initial commit diff --git a/packaging/askuser.spec b/packaging/askuser.spec index 9d41fd1..9cb2186 100644 --- a/packaging/askuser.spec +++ b/packaging/askuser.spec @@ -4,7 +4,7 @@ Name: askuser Summary: Agent service for Cynara 'ask user' policy -Version: 0.1.4 +Version: 0.1.5 Release: 1 Group: Security/Access Control License: Apache-2.0 -- 2.7.4