./0000755000004100000410000000000013007103235011235 5ustar www-datawww-data./NEWS0000644000004100000410000001531613007103235011742 0ustar www-datawww-datalibaccounts-glib NEWS Version 1.23 ------------ * Add a couple of methods related to .application files: ag_manager_list_services_by_application() and ag_application_supports_service(). Version 1.22 ------------ * Lib: migrate to GTask * Build: enable CI in gitlab * Build: add support for lcov 1.12 Version 1.21 ------------ * Fix installation of test data files Version 1.20 ------------ * Support desktop-specific overrides for service and providers files: desktops can define service and providers files in /usr/share/accounts/{providers,services}/$XDG_CURRENT_DESKTOP and these would override any files having the same name in the parent (default) directory. * Fix endianness issues https://gitlab.com/accounts-sso/libaccounts-glib/issues/2 Version 1.19 ------------ * Build: ignore deprecations of GSimpleAsyncResult * Build: don't emit a build error on deprecations * Coverage: allow lcov versions up to 1.11 * Build: fix handling of coverage flags * Build: fix build errors when building with clang * Update account ID after a remotely-executed store * Vala: add allow-none and update VAPI file https://code.google.com/p/accounts-sso/issues/detail?id=241 * Build: multiarch fixes Version 1.18 ------------ * Python: fix Accounts.Manager() constructor, which got broken when version 1.17 was released. Version 1.17 ------------ * Allow instantiation of AgManager with no D-Bus * Tests: increase timeout in test_store_locked_cancel * AgManager: expose DB timeout parameters as properties * Fix build with -Werror Version 1.16 ------------ * Deliver store events to D-Bus Account Manager when DB is R/O * Fix all memory leaks reported by valgrind * Allow running the test suite in a wrapper program such as gdb and valgrind Version 1.15 ------------ * Fix SQL query for ag_manager_list_by_service_type() Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=208 Version 1.14 ------------ * Add ag_provider_get_single_account Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202 * Add coverage reporting using lcov * Tests: increase test coverage * Tests: increase tolerance on blocking time Version 1.13 ------------ * Allow disabling WAL journaling mode at configuration time; this is needed in order to support accessing the DB in read-only mode * Tests: make test_signals_other_manager() more stable Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=200 Version 1.12 ------------ * Allow opening the DB in read-only mode Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=199 * Application: do not require ".desktop" suffix Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=193 * Account: emit "enabled" signal also on non-selected services * AgAccount: implement the GInitable interface * Tests: revert "don't run tests in parallel", disable gtkdoc tests Version 1.11 ------------ * Tests: don't run tests in parallel Version 1.10 ------------ * Vala: rename .vapi and .deps files Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=176 * Tests: don't fail on critical warnings * AgService: load the XML file before returning tags * Removed deprecated g_type_init and bumped GObject dependency Version 1.9 ----------- * Fix compilation with GCC 4.8 * Install tests * Add installcheck target for installed tests Version 1.8 ----------- * Account::enabled(): use NULL for global account Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=157 * Do never return a NULL AgAuthData pointer Version 1.7 ----------- * Link with rt only when necessary. * Remove AEGIS dead code. * Update VAPI file. * Allow creating AuthData for a global account. Version 1.6 ----------- * Fix the check for pyoverridesdir for python3 * Also support Python 2.7 Version 1.5 ----------- * Allow provider XML files to specify which plugin manages the accounts of the provider * Include ag-auth-data.h in accounts-glib.h Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=136 Version 1.4 ----------- * Port to GDBus; drop the dependencies on libdbus and libdbus-glib. * Added support for the