accountsservice (0.6.15-2ubuntu9.4) precise-proposed; urgency=low

  * 0010-set-language.patch: Fix saving of language selection if ~/.profile
    does not exist. (LP: #1018621)

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Tue, 25 Sep 2012 12:14:17 +0200

accountsservice (0.6.15-2ubuntu9.3) precise-proposed; urgency=low

  * debian/accountsservice.postinst:
    - don't try restarting the service from the maintainer script after 
      upgrades, it leads to some issues and shouldn't be needed since
      it will be dbus reactivated when needed (lp: #1021293)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 23 Jul 2012 19:26:09 +0200

accountsservice (0.6.15-2ubuntu9.2) precise-proposed; urgency=low

  * debian/patches/git_object_path_type.patch:
    - user correct object_path type, should fix issues with the users
      being incorrectly listed in lightdm or the user panel on powerpc
      or arm for example (lp: #952909)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 19 Jul 2012 17:09:17 +0200

accountsservice (0.6.15-2ubuntu9.1) precise-security; urgency=low

  * SECURITY UPDATE: race condition with UID lookup
    - debian/patches/CVE-2012-2737.patch: use bus daemon to query peer
      credentials in src/util.c.
    - CVE-2012-2737

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 27 Jun 2012 11:50:21 -0400

accountsservice (0.6.15-2ubuntu9) precise; urgency=low

  * 0009-language-tools.patch: Also include LC_IDENTIFICATION, to comply to
    how Ubiquity sets the locale. (LP: #926207)
  * debian/accountsservice.postinst: Also migrate LC_IDENTIFICATION. Bump
    version comparison to this version to ensure the migration happens after
    Ubiquity got fixed, and include the new variable.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 27 Mar 2012 07:31:53 +0200

accountsservice (0.6.15-2ubuntu8) precise; urgency=low

  * debian/patches/0010-set-language.patch:
    - Call for setlocale() in the user_locale_validate() function in
      src/user.c replaced with 'locale -a' to allow a newly generated
      locale to be instantly used for regional formats (LP: #930785).

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Thu, 16 Feb 2012 14:43:00 +0100

accountsservice (0.6.15-2ubuntu7) precise; urgency=low

  * debian/patches/0013-add-has-message-support.patch:
    - Add XHasMessages support for LightDM's benefit.

 -- Michael Terry <mterry@ubuntu.com>  Wed, 15 Feb 2012 11:55:11 -0500

accountsservice (0.6.15-2ubuntu6) precise; urgency=low

  * debian/libaccountsservice0.symbols:
    - Fix version of act_user_set_x_keyboard_layouts to not refer to PPA
      suffix

 -- Michael Terry <mterry@ubuntu.com>  Mon, 13 Feb 2012 13:29:58 -0500

accountsservice (0.6.15-2ubuntu5) precise; urgency=low

  * debian/patches/0012-add-keyboard-layout-support.patch:
    - Add XKeyboardLayouts property to report a user's keyboard layouts,
      largely for LightDM's benefit.  LP: #915468

 -- Michael Terry <mterry@ubuntu.com>  Fri, 10 Feb 2012 22:48:39 -0500

accountsservice (0.6.15-2ubuntu4) precise; urgency=low

  * debian/patches/git-icon-reset.patch:
    - let users reset their profile icon in gnome-control-center (lp: #927635)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 06 Feb 2012 18:00:45 +0100

accountsservice (0.6.15-2ubuntu3) precise; urgency=low

  [ Gunnar Hjalmarsson ]
  * debian/patches/0001-formats-locale-property.patch and
    debian/libaccountsservice0.symbols:
    - Addition of FormatsLocale property and SetFormatsLocale method.
  * debian/patches/0009-language-tools.patch:
    - Make SetLanguage() and SetFormatsLocale() write to
      ~/.pam_environment instead of ~/.profile (LP: #866062).
    - Make the LANG variable, which up to now has represented regional
      formats, denote the display language instead (LP: #877610).
  * debian/patches/0010-set-language.patch:
    - If the Language or FormatsLocale property is not yet set when
      queried, respond with a sensible, dynamically generated fallback
      value.
    - Code added for migrating ~/.profile environment settings to
      ~/.pam_environment.
    - Don't alter any settings if SetLanguage is called from a language
      chooser on the greeter and /home is encrypted or not yet mounted.
    - Misc. code refactoring.
  * debian/accountsservice.postinst:
    - Modify /etc/default/locale and /etc/environment due to a changed
      meaning of the LANG environment variable.

  [ Martin Pitt ]
  * debian/accountsservice.postinst: Only run the LANG migration when
    upgrading to this version. Also, slightly improve the call to grep.
  * debian/libaccountsservice0.symbols: Fix versions of symbols from
    0001-formats-locale-property.patch.
  * debian/libaccountsservice0.symbols: Add new symbols from 0.6.15-2ubuntu1.
  * debian/accountsservice.postinst: In the LANG migration, do not add all the
    variables to a file which doesn't define LANG, so that we don't repeat
    them in /etc/environment when they are already in /etc/default/locale.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 03 Feb 2012 06:42:19 +0100

accountsservice (0.6.15-2ubuntu2) precise; urgency=low

  * SECURITY UPDATE: file permissions bypass (LP: #904395)
    - debian/patches/0010-set-language.patch:
      Drop privileges before letting help scripts in
      /usr/share/language-tools write to $HOME.
    - debian/patches/0009-language-tools.patch:
      Drop chown() call in /usr/share/language-tools/save-to-profile.
    - CVE-2011-4406

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 31 Jan 2012 08:48:32 -0500

accountsservice (0.6.15-2ubuntu1) precise; urgency=low

  * debian/patches/0011-add-background-file-support.patch:
    - Add support for a BackgroundFile property, similar to IconFile.
      LP: #844081

 -- Michael Terry <mterry@ubuntu.com>  Wed, 07 Dec 2011 10:25:00 -0500

accountsservice (0.6.15-2) unstable; urgency=low

  [ Gunnar Hjalmarsson ]
  * 0009-language-tools.patch: Sort the list of language options, for the
    language chooser in LightDM (LP: #868346).

  [ Martin Pitt ]
  * 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch: Use "sudo"
    group instead of "admin", for Debian/sudo compatibility. However, keep
    recognizing "admin" as administrator, too. (LP: #893842)

 -- Martin Pitt <mpitt@debian.org>  Fri, 25 Nov 2011 08:28:18 +0100

accountsservice (0.6.15-1) unstable; urgency=low

  [ Alessio Treglia ]
  * New upstream release:
    - fix build on FreeBSD and OpenBSD
    - only accept regular files as icons
    - don't track non-graphical sessions
    - fix wtmp handling
  * Refresh Debian's patches.
  * Refresh Ubuntu's patches.
  * Update debian/copyright to comply with DEP-4 rev-174.

  [ Martin Pitt ]
  * 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch: Add admin
    users to the same groups as Ubiquity, i. e. add "adm", "lpadmin", and
    "sambashare". Patch by Rodrigo Moya. (LP #810907)
  * Add 0007-add-lightdm-support.patch: Support setting/reading LightDM
    autologin settings. Patch by Mike Terry. Applied to both Debian and Ubuntu
    builds. (fd.o #40020, LP#798962)
  * Add 0008-nopasswdlogin-group.patch: When setting a user to have no
    password, also add them to the 'nopasswdlogin' group. Patch by Mike Terry.
    (Applied for Ubuntu only.) (LP #815271)
  * Add 0009-language-tools.patch: Helper scripts for managing the language
    environment are made available in /usr/share/language-tools. They are
    supporting accountsservice's "SetLanguage" method, but for now some of the
    files may also be called from other packages directly. Patch by Gunnar
    Hjalmarsson. (Applied for Ubuntu only.)
  * Add 0010-set-language.patch: When a new language is set, update the user's
    ~/.profile file with the corresponding environment variables.
    Patch by Gunnar Hjalmarsson. (Applied for Ubuntu only.)
  * debian/rules: Install language tools, when built.
  * 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
    - Add admin users to the same groups as Ubiquity, i. e. add "adm",
      "lpadmin", and "sambashare". Patch by Rodrigo Moya. (LP #810907)
  * Add 0008-nopasswdlogin-group.patch: When setting a user to have no
    password, also add them to the 'nopasswdlogin' group. Patch by Mike
    Terry. (Applied for Ubuntu only.) (LP #815271)
  * Add Ubuntu patches for writing "SetLanguage" values to ~/.profile.
  * Add 0007-add-lightdm-support.patch: Support setting/reading LightDM
    autologin settings. Patch by Mike Terry. Applied to both Debian and Ubuntu
    builds. (fd.o #40020, LP#798962)

 -- Alessio Treglia <alessio@debian.org>  Tue, 18 Oct 2011 21:50:35 +0200

accountsservice (0.6.14-1) unstable; urgency=low

  * New upstream release:
    - ignore extraneous SetAutomaticLogin(false) calls for a user
    - monitor /etc/gdm/custom.conf for changes in autologin config
    - fix fast user switching
    - fix docs to build
    - translation updates
  * Refresh Debian's series of patches.
  * Refresh Ubuntu's series of patches.

 -- Alessio Treglia <alessio@debian.org>  Mon, 05 Sep 2011 23:55:45 +0200

accountsservice (0.6.13-1) unstable; urgency=low

  * New upstream release:
    - honor aclocal flags environment variable
    - set log domain so it can be hushed
    - use wtmp instead of consolekit for determining login frequency
      + Use the POSIX wtmpx database instead of ConsoleKit as source for
        calculating login frequency. This is more portable and much
        simpler. Also, it allows us to prepare accountsservice for the
        post-CK times. (upstream bug: https://bugs.freedesktop.org/39295)
    - leak and warning fixes
    - clean up polkit deprectation warnings
    - add '--' before username to account helper programs
  * Dropped patches (they don't apply for now):
    - 0001-do-not-consider-system-users-returned-from-consolekit.patch
    - 0003-getpwnam_null_crash.patch
    - 0004-history-filter-sessions.patch
  * Refreshed:
    - 0002-create-and-manage-groups-like-on-a-{debian,ubuntu}-system.patch
    - 0005-gdm_config_file_path.patch
  * Update symbols.
  * debian/patches/0006-adduser_instead_of_useradd.patch
    - Replace useradd with adduser to comply with Debian Policy.
      In collaboration with Ubuntu, thanks to Sebastien Bacher and other
      Ubuntu guys (LP: #810907).
  * Remove the dummy package gir1.2-accountservice-1.0, the previous version
    has already reached Wheezy and there is no reverse dependencies.

 -- Alessio Treglia <alessio@debian.org>  Mon, 25 Jul 2011 12:17:33 +0200

accountsservice (0.6.12-5) unstable; urgency=low

  [ Martin Pitt ]
  * debian/control: Add missing Breaks/Replaces: to
    gir1.2-accountsservice-1.0 for the package renaming.

 -- Alessio Treglia <alessio@debian.org>  Sat, 09 Jul 2011 09:18:25 +0200

accountsservice (0.6.12-4) unstable; urgency=low

  * Fix mistake in the name of a runtime package:
    - Rename gir1.2-accountservice-1.0 to gir1.2-accountsservice-1.0.
    - Introduce a transitional dummy package for a tiny-and-smooth transition.
  * Enable parallel building.

 -- Alessio Treglia <alessio@debian.org>  Thu, 30 Jun 2011 10:38:40 +0200

accountsservice (0.6.12-3) unstable; urgency=low

  * Add accountsservice.{postinst,prerm} scripts to properly shut down
    the daemon on package upgrade and removal (Closes: #630577);
    thanks to Rodrigo Moya for the patch.

 -- Alessio Treglia <alessio@debian.org>  Thu, 16 Jun 2011 11:09:34 +0200

accountsservice (0.6.12-2) unstable; urgency=low

  * Disable 0005-gdm_config_file_path.patch in debian/patches/ubuntu.series as
    it doesn't apply to Ubuntu.
  * On Ubuntu apply 0002-create-and-manage-groups-like-on-a-ubuntu-system.patch
    instead of 0002-create-and-manage-groups-like-on-a-debian-system.patch

 -- Alessio Treglia <alessio@debian.org>  Sun, 05 Jun 2011 12:40:37 +0200

accountsservice (0.6.12-1) unstable; urgency=low

  * New upstream bugfix release.
  * Update symbols.
  * Fix path to the GDM configuration file, which is different
    in Debian (Closes: #627311).
  * Refresh patches.

 -- Alessio Treglia <alessio@debian.org>  Sun, 22 May 2011 10:21:10 +0200

accountsservice (0.6.10-1) unstable; urgency=low

  * New upstream release:
    - An assortment of race fixes.
    - Translation updates.

 -- Alessio Treglia <alessio@debian.org>  Sat, 07 May 2011 13:02:07 +0200

accountsservice (0.6.9-2) unstable; urgency=low

  * Small change to reload_ck_history in order to make accountsservice
    filter by 'x11' session type (Closes: #624474);
    thanks to Josselin Mouette for the report and patch.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Thu, 28 Apr 2011 20:03:07 +0200

accountsservice (0.6.9-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Update symbols file.

 -- Alessio Treglia <alessio@debian.org>  Tue, 26 Apr 2011 08:20:11 +0200

accountsservice (0.6.8-2) unstable; urgency=low

  * Upload to unstable.
  * Add patch to prevent crash due to getpwnam returning a NULL pointer.
    Thanks to Mattias Eriksson for the patch.
  * Add symbols file.

 -- Alessio Treglia <alessio@debian.org>  Thu, 14 Apr 2011 11:01:37 +0200

accountsservice (0.6.8-1) experimental; urgency=low

  * Imported Upstream version 0.6.8.
  * Refresh patches.

 -- Alessio Treglia <alessio@debian.org>  Fri, 08 Apr 2011 09:51:48 +0200

accountsservice (0.6.6-4) experimental; urgency=low

  [ Josselin Mouette ]
  * 0002-create-and-manage-groups-like-on-a-debian-system.patch:
    - fixed  to not add user to useless group, and to use sudo instead of
      admin (Closes: #619914).

 -- Alessio Treglia <alessio@debian.org>  Tue, 29 Mar 2011 11:44:39 +0200

accountsservice (0.6.6-3) experimental; urgency=low

  * Pass systemd unit dir to the configure script to properly provide
    service file (Closes: #619796); thanks to Alban Browaeys for the
    report.

 -- Alessio Treglia <alessio@debian.org>  Sun, 27 Mar 2011 10:11:39 +0200

accountsservice (0.6.6-2) experimental; urgency=low

  * Rename 0001-buildsystem.patch -> 1001-buildsystem.patch
  * Match Debian user/groups system;
    thanks to Frederic Peters for the patchset (Closes: #618764):
    - 0001-do-not-consider-system-users-returned-from-consolekit.patch.
    - 0002-create-and-manage-groups-like-on-a-debian-system.patch.

 -- Alessio Treglia <alessio@debian.org>  Sat, 19 Mar 2011 10:39:28 +0100

accountsservice (0.6.6-1) experimental; urgency=low

  * New upstream release.

 -- Alessio Treglia <alessio@debian.org>  Fri, 18 Mar 2011 10:28:02 +0100

accountsservice (0.6.5-2) experimental; urgency=low

  * Switch libaccountsservice-dev to architecture 'any';
    also closes: #618643.

 -- Alessio Treglia <alessio@debian.org>  Thu, 17 Mar 2011 11:20:19 +0100

accountsservice (0.6.5-1) experimental; urgency=low

  * New upstream release.
  * Update build-dependencies.
  * Switch to dh-autoreconf.
  * Provide po/Makefile.in.in
  * Don't build static libraries
  * Split files in several packages:
    - accountsservice to provide the runtime service files.
    - libaccountsservice0 to provide the shared libraries.
    - libaccountsservice-dev to provide the development files.
    - gir1.0-accountservice-1.0 to provide GObject introspection
      data files.

 -- Alessio Treglia <alessio@debian.org>  Sun, 13 Mar 2011 11:10:25 +0100

accountsservice (0.6.1-1) unstable; urgency=low

  * Initial release (Closes: #606002).

 -- Alessio Treglia <alessio@debian.org>  Mon, 17 Jan 2011 10:14:35 +0100
