From: Zofia Abramowska Date: Thu, 27 Jul 2017 14:08:55 +0000 (+0200) Subject: Release version 0.2.0 X-Git-Tag: submit/tizen/20170727.154157^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd04d7fb4673d1720cd9fe805b2c5f8534e6055c;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.2.0 This release changes whole architecture of askuser. Askuser is no longer a cynara agent, but a pair of client and service providing API for privacy privilege permission requests. Change-Id: Id8e865e2558fb64b5f1752430c90155c1e0f09f0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 16aa8c0..dbd3a4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) PROJECT("askuser") SET(ASKUSER_VERSION_MAJOR 0) -SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.1.13) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.2.0) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 087aa15..f046426 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -4,7 +4,7 @@ Name: askuser-notification Summary: User daemon which shows popup with privilege request -Version: 0.1.13 +Version: 0.2.0 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 0758e49..4859144 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,107 @@ +Thu Jul 27 2017 Zofia Abramowska +- Release version 0.2.0 +- Merge remote-tracking branch 'origin/privacy-popup-issue' into tizen +- Protect from passing zero-length privileges to API +- Add auto mode to the CAPI test app +- Notify logic of popup response from popupper +- Fix accessor types of channels methods +- Merge "Show popup only for "Ask user" policy" into privacy-popup-issue +- Merge "Fix ServerCallbacks" into privacy-popup-issue +- Move the src/capi/doc folder to the main project folder +- Clarify the CAPI documentation +- Show popup only for "Ask user" policy +- Fix ServerCallbacks +- Fix doxygen documentation after renaming ipc files +- Tailor CAPI to meet the requirements of ACR +- Add a guide for CAPI +- Fix popping from empty queue +- Bring back missing manifest from test rpm +- Make the CAPI documentation more consistent +- Add the 'privilege' parameter to popup response callback +- Remove unnecessary @version tags from documentation +- Fix warnings detected by static code analyzers +- Add 's' command to the CAPI test application +- Reduce number of generated rpms +- Rename files +- Distinguish no policy for asked privilege +- Add extensive logging to Sock and channel classes +- Remove superfluous check in Sock +- Add ConnectionException +- Fix doxygen documentation in ipc-lib +- Remove unused headers +- Prevent from undefined behaviour during destruction of channel users +- Fix doxygen documentation for CAPI +- Implement app to test CAPI and simulate server side +- Adapt test sources to C++ +- Initialize local variable before passing it to client API +- Free remaining callbacks while destroying a client +- Check if dynamic cast fails +- Don't move event from vector +- Remove fetching pkgLabel twice +- Properly set current event id +- Implement checkPrivilege() +- Implement framing for protocol library +- Add handling exceptions to the client API +- Implement CAPI +- Add fetching credentials from socket fd +- Implement client side asynchronous channel +- Change visibility to hidden for client API +- Move protocol to ipc-lib +- Add a skeleton of CAPI +- Add a skeleton of client API implementation +- Move policy to commons library +- Check if popup should be shown +- Redo askuser-notification +- Merge "Fix improper delete for new[]" into tizen +- Fix improper delete for new[] +- Merge spec files +- Move daemon sources higher in source tree +- Remove building of unnecessary components +- Simplify service plugin +- Update service side to new requirements +- Remove dependency between Ask User and DBUS +- Revert of changes related to privacy popups issue +- Fix possible use after free +- Handle exceptions from popup/toast creation +- Fix hw key handler segfault +- Merge "Fix hw key handling bug" into tizen +- Merge "Add ASKUSER_NONE response to libaskuser-notification" into tizen +- Fix hw key handling bug +- Add ASKUSER_NONE response to libaskuser-notification +- Update message strings and language files +- Rename libaskuser-notification-ipc to libaskuser-notification +- Packaging refactoring +- Merge "Add build dependency for libaskuser-notification to askuser" into tizen +- Trigger toast messages in cynara PrivacyPlugin, once per session +- Change implementation of string splitting to support zero-length components +- Add build dependency for libaskuser-notification to askuser +- Fix privilege info +- Switch to new implementation +- Implement logic +- Implement ServiceCallbacks +- Add UI request Events +- Add UI controller class +- Add answerable interface for popups +- Add popups/toast implementation +- Add translation wrapper +- Add example translations for new popup/toast messages +- Remove redundant language setting +- Move PkgInfo to separate file +- Fix errors in askuser-notification library +- Don't auto start askuser-notification daemon +- Set access mode of askuser-notification socket files to 0777 +- Fix receiving sockets from systemd in libaskuser-notification +- Fix building libaskuser-notification against libsystemd +- Update systemd configuration +- Add ipc library to build and packaging process +- Add ipc library for ask-user +- Make askuser-notification independent from cynara +- Make askuser-notification independent from security-manager +- Split askuser and askuser-notification to separate spec files +- PrivacyDenied plugin implementation +- Fix installation of systemd unit files +- Remove dependency between Ask User and DBUS + * Wed Mar 15 2017 Yunjin Lee - Version 0.1.13 - Remove Profile Build Dependency: Do it at runtime