Changelog for
accountsservice-lang-0.6.54+3-12.2.noarch.rpm :
* Thu Feb 07 2019 bjorn.lieAATTgmail.com- Update to version 0.6.54+3:
* forgot to add g_autoptr(GError) in _act_user_update_from_object_path()
* libaccountsservice: Expose interfaces directory in pkg-config file
* fix option type for minimum uid
* meson: bump to 0.6.54
* NEWS: update for release
* meson: more naming build confusion
* meson: paths in config.h have to be quoted
* meson: bump to 0.6.53
* NEWS: update for release
* meson: fix Namespace of GIR files
* Sat Jan 12 2019 bjorn.lieAATTgmail.com- Update to version 0.6.54+3:
* forgot to add g_autoptr(GError) in _act_user_update_from_object_path()
* libaccountsservice: Expose interfaces directory in pkg-config file
* fix option type for minimum uid- Drop upstream fixed patches:
* accountsservice-add-g_autoptrGError.patch.
* accountsservice-expose-interfaces-directory.patch.
* accountsservice-fix-min-uid.patch.
* Thu Dec 27 2018 bjorn.lieAATTgmail.com- Add upstream bug fix patches:
* accountsservice-add-g_autoptrGError.patch.
* accountsservice-expose-interfaces-directory.patch.
* accountsservice-fix-min-uid.patch.
* Mon Oct 15 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.54:
* meson: bump to 0.6.54
* NEWS: update for release
* meson: more naming build confusion
* meson: paths in config.h have to be quoted
* meson: bump to 0.6.53
* NEWS: update for release
* meson: fix Namespace of GIR files
* build: Use template files for enums generation
* meson: rename tarball to accountsservice instead of AccountsService (oops)
* meson: bump to 0.6.51
* NEWS: update for release
* i18n: Use `GETTEXT_PACKAGE` instead of `PACKAGE`
* build: Remove autotools
* build: Port to meson build system
* build: Migrate from Intltool to Gettext
* Replace g_type_class_add_private with modern private methods
* Fix unused doc declarations
* daemon: Fix warnings about type-punning
* user: export new Saved property
* user: add new Session/SessionType properties to replace XSession
* lib: don\'t fail loading if logind isn\'t working right
* README: add link to Code of Conduct
* lib: don\'t set loaded state until seat is fetched
* Sun Jul 22 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.50:
* configure: bump to 0.6.50
* NEWS: update for release
* user: fix insufficient path prefix check
* daemon: don\'t abort loading users even if missing shadow entries
* lib: treat session type=wayland as graphical session- Add accountsservice-lib-do-not-set-loaded-state.patch- Drop accountsservice-wayland-is-a-graphical-session.patch and accountsservice-missing-users-on-gdm-login.patch
* Tue Jun 19 2018 bjorn.lieAATTgmail.com- Add accountsservice-wayland-is-a-graphical-session.patch and accountsservice-missing-users-on-gdm-login.patch: Upstream fixes.
* Mon May 14 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.49:
* configure: bump to 0.6.49
* NEWS: update for release
* daemon: fix compiler warnings
* Revert \"daemon: fix compiler warnings\"
* Mon May 14 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.48:
* configure: bump to 0.6.48
* NEWS: update for release
* daemon: fix compiler warnings
* daemon: fix useradd failures caused by invalid read
* daemon: don\'t emit user-deleted for uncached users
* daemon: unregister user after we\'re done with it not before
* wtmp-helper: don\'t call getpwnam()
* Mon May 14 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.47:
* configure: bump to 0.6.47
* NEWS: update for release
* lib: don\'t emit user-added signal until list_users is completed
* daemon: don\'t override property from user skeleton
* Mon Apr 09 2018 bjorn.lieAATTgmail.com- Add accountsservice-rpmlintrc: Override polkit-untracked-privilege (Badness: 10000) org.freedesktop.accounts.change-own-password.
* Fri Apr 06 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.46:
* lib: don\'t try to update login frequency manually
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Sat Feb 10 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.45+20180207.245d31d:
* daemon: don\'t return account expiration policy if not known
* Wed Jan 31 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.45+20180130.3e7b8ec:
* act-user: Prevent segfault if accounts_proxy is not created
* Thu Jan 25 2018 opensuse-packagingAATTopensuse.org- Update to version 0.6.45+20180124.c111873:
* lib: add crypt.h include
* Expose the automatic login users as a daemon property.
* Fri Dec 22 2017 zaitorAATTopensuse.org- Update to version 0.6.45+20171222.c139e53:
* Remove trailing whitespace
* Remove some unneeded variable initialization after g_auto refactoring
* Use g_auto to reduce chances of memory leaks
* Don\'t override DefaultStandardOutput
* Require glib 2.44 for g_auto- Switch to git checkout via source service.
* Fri Dec 22 2017 qzhengAATTsuse.com- Add remove-no-longer-used-system-accounts.patch: Drop operator, nobody4 and noaccess from the blacklist (bsc#1063794, fdo#103879).
* Wed Nov 01 2017 zaitorAATTopensuse.org- Drop patches, cleanup spec.
* Thu Aug 10 2017 yfjiangAATTsuse.com- Update specfile to build as-fate318433-prevent-same-account-multi-logins.patch on SLE15.
* Tue Jul 04 2017 jengelhAATTinai.de- Remove redundant %clean section; use %_smp_mflags for build.
* Tue Apr 25 2017 dimstarAATTopensuse.org- Update to version 0.6.45: + Wrap password expiration info in libaccountsservice api.- Changes from version 0.6.44: + Export password expiration info from shadow file. + Fix user classification logic. + Don\'t lose track of users when /etc/passwd is reloaded.- Drop accountsservice-933083-load-root-setting.patch: fixed upstream (177509 edac45).
* Wed Nov 30 2016 dimstarAATTopensuse.org- Rebase accountsservice-933083-load-root-setting.patch.
* Sat Sep 24 2016 zaitorAATTopensuse.org- Update to version 0.6.43: + Fix logout times in login-history. + Increase performance in large deployments. + Memory leak fix. + Exclude nologin users from user list.
* Sun Sep 11 2016 fezhangAATTsuse.com- Update accountsservice-sysconfig.patch: Flush the buffer before shut down the GIOChannel, otherwise we get a truncated setting file. The problem has caused the switching autologin in gnome-control-center breaking /etc/sysconfig/displaymanager (bsc#998107).
* Wed Aug 24 2016 fezhangAATTsuse.com- Enable as-fate318433-prevent-same-account-multi-logins.patch for Leap as requested by the Leap Release Manager (boo#994876).
* Wed Jul 06 2016 fbuiAATTsuse.com- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-
* libs which are obsolete.
* Wed Jun 15 2016 zaitorAATTopensuse.org- Update to version 0.6.42: + Wtmp fixes on solaris. + Allow a user to change his own data even if he\'s remote. + Add way to set password hint independent of password. + Conform to modern systemd library naming scheme. + Disable GVFS support in service, since it\'s not needed and has bad side effects.- Replace pkgconfig(libsystemd-login) for pkgconfig(libsystemd) BuildRequires following upstream changes.
* Sat May 28 2016 cxiongAATTsuse.com- Add as-fate318433-prevent-same-account-multi-logins.patch (fate#318433): Prevent multiple simultaneous logins.
* Thu Apr 14 2016 mgorseAATTsuse.com- Update to GNOME 3.20 Fate#318572- Rebased accountsservice-933083-load-root-setting.patch.
* Mon Jan 11 2016 michaelAATTstroeder.com- Updated Url.
* Thu Jun 04 2015 dliangAATTsuse.com- Add accountsservice-933083-load-root-setting.patch (bnc#933083) Load settings of an account which is not \'human\' but can still be able to login to the system. (like \'root\')
* Tue Jan 27 2015 zaitorAATTopensuse.org- Update to version 0.6.40: + Support large UIDs better. + Don\'t require X11 display to fetch user with X11 session. + Ensure accountsservice doesn\'t start before NSS works.
* Sun Oct 19 2014 zaitorAATTopensuse.org- Update to version 0.6.39: + Fix ListCachedUsers race at startup. + Add new api for uncaching user. + Fix memory corruption bug. + Build goo changes.