Change logs for accountsservice source package in Precise

  • accountsservice (0.6.15-2ubuntu9.7) precise-proposed; urgency=low
    
      * debian/patches/0014-fix-double-free.patch
        Removes a second call to g_free (user->language) that caused
        a segfault. (LP: #1067414) (LP: #1004515)
     -- Margarita Manterola <email address hidden>   Mon, 08 Jul 2013 12:43:31 +0200
  • accountsservice (0.6.15-2ubuntu9.6.1) precise-security; urgency=low
    
      * No change rebuild in security pocket to fix language-selector
        when the updates pocket isn't enabled. (LP: #1231529)
     -- Marc Deslauriers <email address hidden>   Thu, 10 Oct 2013 11:10:22 -0400
  • accountsservice (0.6.15-2ubuntu9.6) precise-proposed; urgency=low
    
      * debian/patches/0010-set-language.patch:
        Run user_HOME_available() as user in order to prevent incorrect
        failures when HOME is on NFS (LP: #1083605, LP: #1156670).
     -- Gunnar Hjalmarsson <email address hidden>   Tue, 19 Mar 2013 08:32:00 +0100
  • accountsservice (0.6.15-2ubuntu9.5) precise-proposed; urgency=low
    
      * debian/patches/0009-language-tools.patch:
        Prevent language-options from listing items that don't correspond
        with an installed langpack, even if there is a matching locale
        (LP: #1134364).
     -- Gunnar Hjalmarsson <email address hidden>   Wed, 27 Feb 2013 15:48:00 +0100
  • 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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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 <email address hidden>   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)
     -- Sebastien Bacher <email address hidden>   Thu,  20 Oct 2011 11:42:29 +0000
  • accountsservice (0.6.14-1git1) oneiric; urgency=low
    
      Upload current Debian packaging git head to oneiric. I applied our Ubuntu
      changes to Debian.
    
      * 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.
    
    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.
     -- Martin Pitt <email address hidden>   Fri, 09 Sep 2011 17:47:23 +0200