Release 0.1.5 42/104642/1 submit/tizen/20161214.030042 submit/tizen_3.0/20161214.025951
authorjooseong lee <jooseong.lee@samsung.com>
Wed, 14 Dec 2016 02:55:25 +0000 (11:55 +0900)
committerjooseong lee <jooseong.lee@samsung.com>
Wed, 14 Dec 2016 02:57:10 +0000 (11:57 +0900)
Change-Id: Iabb222e9960757daf60ce386a6747a2fceb6e710
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
packaging/askuser.changes [new file with mode: 0644]
packaging/askuser.spec

diff --git a/packaging/askuser.changes b/packaging/askuser.changes
new file mode 100644 (file)
index 0000000..32a26f7
--- /dev/null
@@ -0,0 +1,100 @@
+* Web Dec 14 2016 Jooseong Lee <jooseong.lee@samsung.com>
+- 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 <jin-gyu.kim@samsung.com>
+- Version 0.1.4
+- Disable askuser service
+
+* Tue Jun 21 2016 jin-gyu.kim <jin-gyu.kim@samsung.com>
+- Version 0.1.3
+- Fix memory leak and limit max string size
+
+* Fri Jun 17 2016 Yunjin Lee <yunjin-.lee@samsung.com>
+- 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 <yunjin-.lee@samsung.com>
+- 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 <a.malinowsk2@partner.samsung.com>
+- 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 <a.malinowsk2@partner.samsung.com>
+- Version 0.0.1
+- Initial commit
index 9d41fd1..9cb2186 100644 (file)
@@ -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