Add manifest and fix packaging
[profile/ivi/libgsignon-glib.git] / ChangeLog
index 3732748..1bb4e65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,249 @@
+2014-03-12  Jussi Laako  <jussi.laako@linux.intel.com>
+
+tizen: update package group
+
+2014-03-11  Jussi Laako  <jussi.laako@linux.intel.com>
+
+tizen: fix build and release script
+
+2014-03-07  Imran Zaman  <imran.zaman@intel.com>
+
+fixed tizen prepare script for packaging folder
+
+2014-03-06  Jussi Laako  <jussi.laako@linux.intel.com>
+
+Release 2.1.0
+
+2014-03-06  Jussi Laako  <jussi.laako@linux.intel.com>
+
+identity-info: copy-before-free
+
+2014-03-05  Jussi Laako  <jussi.laako@linux.intel.com>
+
+Remove const from GLib containers, since GLib container APIs only deal with non-const containers
+
+2014-03-04  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+tests: fix compiler warnings
+
+2014-03-04  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+example: fix compiler warnings
+
+2014-03-04  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+Remove some const-ness in parameters to avoid casts in clients
+
+2014-03-04  Aleksander Zdyb  <a.zdyb@partner.samsung.com>
+
+Add examples for managing identity's ACL
+
+Show how to:
+* list identity's ACL
+* add new security context to ACL
+* remove security context from ACL
+
+New commandline arguments are:
+* --add-context (takes context with --context)
+* --remove-context (takes context with --context)
+
+Option --query-identities now shows ACL for each identity
+
+2014-03-03  Jussi Laako  <jussi.laako@linux.intel.com>
+
+identity: fix a bug and use local copy of identity info when performing store
+
+2014-02-20  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+When making a variant from identity info, only include non-null or non-empty fields
+
+2014-02-19  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+Always set store_secret flag when creating identity from variant
+
+2014-02-17  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: fix GSignonPlugin's signal name
+
+2014-01-31  Jussi Laako  <jussi.laako@linux.intel.com>
+
+auth-session: simplify and reduce amount of identical code
+
+2014-01-31  Jussi Laako  <jussi.laako@linux.intel.com>
+
+packaging: update debian changelog
+
+2014-01-31  Alberto Mardegan  <alberto.mardegan@canonical.com>
+
+AuthSession: bring back libsignon-glib -compatible constructor
+
+Reintroduce the constructor which takes an integer parameter, to
+increase compatibility with libsignon-glib, and rename the existing
+constructor to signon_auth_session_new_for_identity().
+Also, declare a couple of types in signon-types.h, so that the signature
+of the signon_auth_session_new_for_identity() can now properly accept a
+SignonIdentity * (same trick used in libaccounts-glib).
+
+2014-01-31  Alberto Mardegan  <alberto.mardegan@canonical.com>
+
+Identity: add constructors compatible with libsignon-glib
+
+Restore the constructors to the original form, in order to reduce the
+differences with libsignon-glib; add a "_with_context" tag to the
+constructors which take the additional application context parameter.
+
+2013-12-20  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+Add a lcov recipe to Makefile.am
+
+2013-12-09  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+Tweaks to SignonAuthSession docs
+
+2013-12-05  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+Update the example to use allowed realms
+
+2013-12-04  Jussi Laako  <jussi.laako@linux.intel.com>
+
+debian: optional rule to build debug version
+
+2013-11-25  Imran Zaman  <imran.zaman@intel.com>
+
+Release 2.0.3
+
+2013-11-25  Jussi Laako  <jussi.laako@linux.intel.com>
+
+test: update test to better test access control cases
+
+2013-11-25  Jussi Laako  <jussi.laako@linux.intel.com>
+
+configure: depend on gthread (needed on Debian Jessie at least)
+
+2013-11-22  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: added missing files to dist tarball
+
+2013-11-22  Imran Zaman  <imran.zaman@intel.com>
+
+Release 2.0.2
+
+2013-11-06  Jussi Laako  <jussi.laako@linux.intel.com>
+
+doc: change a sentence to say what it was intended to say...
+
+2013-11-05  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: fix up grammar
+
+2013-11-05  Jussi Laako  <jussi.laako@linux.intel.com>
+
+example: fix function prototypes
+
+2013-11-05  Jussi Laako  <jussi.laako@linux.intel.com>
+
+doc: fix documentation to match intended behavior
+
+2013-09-05  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: remove all autogenerated files with 'make clean'
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: rearrange APIs in more logical order
+
+2013-09-04  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+docs: update documentation of SignonSecurityContext
+
+2013-09-04  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+docs: update documentation of SignonIdentityInfo
+
+2013-09-04  Alexander Kanavin  <alex.kanavin@gmail.com>
+
+docs: update documentation of SignonIdentity
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: fix assorted warnings
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: fix up SignonError
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: fix up SignonAuthSession
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: fix up SignonAuthService docs
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: remove autogenerated libgsignon-glib-sections.txt file
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: drop irrelevant d-bus api reference
+
+2013-09-04  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: add introduction chapter
+
+2013-08-28  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: add a gSSO examples chapter
+
+2013-08-28  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+examples: initial commit
+
+2013-08-23  Alexander Kanavin  <alexander.kanavin@intel.com>
+
+docs: add the documentation URL and a makefile recipe for documentation updates
+
+2013-07-10  Jussi Laako  <jussi.laako@linux.intel.com>
+
+packaging: build debuginfo and debugsource packages on suse
+
+2013-07-10  Jussi Laako  <jussi.laako@linux.intel.com>
+
+packaging: create debug package on debian/ubuntu
+
+2013-07-04  Jussi Laako  <jussi.laako@linux.intel.com>
+
+packaging: add ubuntu/debian packaging
+
+2013-06-28  Jussi Laako  <jussi.laako@linux.intel.com>
+
+packaging: require feature "gsignon" and update license tag
+
+2013-06-24  Imran Zaman  <imran.zaman@intel.com>
+
+Removes the stale files if deleted from the git repo
+
+2013-06-24  Imran Zaman  <imran.zaman@intel.com>
+
+Release 2.0.1
+
+2013-06-24  Imran Zaman  <imran.zaman@intel.com>
+
+default dbus type in tizen should be p2p
+
+2013-06-17  Imran Zaman  <imran.zaman@intel.com>
+
+updated spec files
+
+2013-06-17  Imran Zaman  <imran.zaman@intel.com>
+
+changes made to distribution specific files
+
+2013-06-14  Imran Zaman  <imran.zaman@intel.com>
+
+added docs to tizen spec file
+
 2013-06-13  Imran Zaman  <imran.zaman@intel.com>
 
 added spec file for tizen