[ubuntu/raring-proposed] accountsservice 0.6.29-1ubuntu1 (Accepted)
Sebastien Bacher
seb128 at ubuntu.com
Thu Nov 29 17:25:17 UTC 2012
accountsservice (0.6.29-1ubuntu1) raring; urgency=low
* Resync on Debian, remaining diffs:
* 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)
* debian/libaccountsservice-dev.install:
- install vala directory
* debian/patches/0001-formats-locale-property.patch:
- readded bit of the patch that seems to not be in the debian version
* debian/patches/0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
- updated to gdbus
* debian/patches/0005-gdm_config_file_path.patch
- drop patch since it breaks setting automatic login. (LP: #1059090)
* debian/patches/0007-add-lightdm-support.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0008-nopasswdlogin-group.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0009-language-tools.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0010-set-language.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0011-add-background-file-support.patch:
- updated for the gdbus codebase
* debian/patches/0012-add-keyboard-layout-support.patch:
- updated for the gdbus codebase
* debian/patches/0013-add-has-message-support.patch:
- updated for the gdbus codebase
* debian/patches/git_correct_32bit_type.patch:
- backport upstream fix for a 32bit segfault issue
accountsservice (0.6.29-1) experimental; urgency=low
* New upstream release:
- Changes since 0.6.25:
+ Uninitialized variable fix
+ Typo fix
+ Create data dirs just-in-time
+ Ignore closing sessions for is_logged_in test
+ Disable NULL user for delete_user call
+ Translation updates
- Changes since 0.6.26:
+ Require libsystemd-login 186
+ Protect against deleting root user
+ Add LoginTime and LoginHistory properties
+ fix crash consolekit code
+ fix has_multiple_user property after removing user
- Changes since 0.6.27:
+ Fix warnings when the singleton user manager object is finalized
+ Generated docs for libaccountsservice
+ Initialize local_acount to TRUE
+ Add async api for user creation, caching and deletion
- Changes since 0.6.28:
+ Fix act_user_manager_delete_user_finish
+ Fix handling of LoginTime and LoginHistory properties
- Changes since 0.6.29:
+ Translate D-Bus errors to local errors in libaccountsservice
+ Fix a wrong property name n the login history support
* Refresh patches.
* Update symbols control file.
* Don't build gtk-docs for now.
accountsservice (0.6.24-1) experimental; urgency=low
* New upstream release:
- add User.Local property for identifying local users
- Fix up some debug output
- add new CacheUser and UncacheUser apis
- uncache user before deleting user
- Correct CVE-2012-2737, local file disclosure
- small memory leak fix
- exclude system accounts from ListCachedUsers
- make has-multiple-users properly only check non-system users
- remove icon when deleting user
- Revert usage of getpwent() as fallback for fgetpwent
- support consolekit call cancellation to prevent crashes caused
by shortlived sessions
* Refresh patches, removed those applied upstream:
- 9001-manage_pending_ck_calls_with_cancellable.patch
- 9002-memory_leak_actuser.c
- 9003-CVE-2012-2737.patch
* Refresh symbols file.
Date: Thu, 19 Jul 2012 19:00:43 +0200
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/accountsservice/0.6.29-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 19 Jul 2012 19:00:43 +0200
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev gir1.2-accountsservice-1.0 libaccountsservice-dbg
Architecture: source
Version: 0.6.29-1ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Description:
accountsservice - query and manipulate user account information
gir1.2-accountsservice-1.0 - GObject introspection data for AccountService
libaccountsservice-dbg - query and manipulate user account information - debug
libaccountsservice-dev - query and manipulate user account information - header files
libaccountsservice0 - query and manipulate user account information - shared libraries
Launchpad-Bugs-Fixed: 1021293 1059090
Changes:
accountsservice (0.6.29-1ubuntu1) raring; urgency=low
.
* Resync on Debian, remaining diffs:
* 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)
* debian/libaccountsservice-dev.install:
- install vala directory
* debian/patches/0001-formats-locale-property.patch:
- readded bit of the patch that seems to not be in the debian version
* debian/patches/0002-create-and-manage-groups-like-on-a-ubuntu-system.patch:
- updated to gdbus
* debian/patches/0005-gdm_config_file_path.patch
- drop patch since it breaks setting automatic login. (LP: #1059090)
* debian/patches/0007-add-lightdm-support.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0008-nopasswdlogin-group.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0009-language-tools.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0010-set-language.patch:
- used Ubuntu version, they are slightly different
* debian/patches/0011-add-background-file-support.patch:
- updated for the gdbus codebase
* debian/patches/0012-add-keyboard-layout-support.patch:
- updated for the gdbus codebase
* debian/patches/0013-add-has-message-support.patch:
- updated for the gdbus codebase
* debian/patches/git_correct_32bit_type.patch:
- backport upstream fix for a 32bit segfault issue
.
accountsservice (0.6.29-1) experimental; urgency=low
.
* New upstream release:
- Changes since 0.6.25:
+ Uninitialized variable fix
+ Typo fix
+ Create data dirs just-in-time
+ Ignore closing sessions for is_logged_in test
+ Disable NULL user for delete_user call
+ Translation updates
- Changes since 0.6.26:
+ Require libsystemd-login 186
+ Protect against deleting root user
+ Add LoginTime and LoginHistory properties
+ fix crash consolekit code
+ fix has_multiple_user property after removing user
- Changes since 0.6.27:
+ Fix warnings when the singleton user manager object is finalized
+ Generated docs for libaccountsservice
+ Initialize local_acount to TRUE
+ Add async api for user creation, caching and deletion
- Changes since 0.6.28:
+ Fix act_user_manager_delete_user_finish
+ Fix handling of LoginTime and LoginHistory properties
- Changes since 0.6.29:
+ Translate D-Bus errors to local errors in libaccountsservice
+ Fix a wrong property name n the login history support
* Refresh patches.
* Update symbols control file.
* Don't build gtk-docs for now.
.
accountsservice (0.6.24-1) experimental; urgency=low
.
* New upstream release:
- add User.Local property for identifying local users
- Fix up some debug output
- add new CacheUser and UncacheUser apis
- uncache user before deleting user
- Correct CVE-2012-2737, local file disclosure
- small memory leak fix
- exclude system accounts from ListCachedUsers
- make has-multiple-users properly only check non-system users
- remove icon when deleting user
- Revert usage of getpwent() as fallback for fgetpwent
- support consolekit call cancellation to prevent crashes caused
by shortlived sessions
* Refresh patches, removed those applied upstream:
- 9001-manage_pending_ck_calls_with_cancellable.patch
- 9002-memory_leak_actuser.c
- 9003-CVE-2012-2737.patch
* Refresh symbols file.
Checksums-Sha1:
ddaae5313834d3e617059e54079d5e773e22c541 1889 accountsservice_0.6.29-1ubuntu1.dsc
d44f61bb72af3b8100a2687bdeb0858c1850d483 107841 accountsservice_0.6.29.orig.tar.gz
fdbb06705921adf16ef59d50afc9cd0eeaa31b6e 37649 accountsservice_0.6.29-1ubuntu1.debian.tar.gz
Checksums-Sha256:
04b3e18d7566f8f5859e057ed0cb8029c434f66aba9dbd674cb34bd2f91cd948 1889 accountsservice_0.6.29-1ubuntu1.dsc
85183b054ea76deae4a545f1cb07b0d05774c0b8944b203f53290ad3194293f3 107841 accountsservice_0.6.29.orig.tar.gz
0f034c2f42bc90b52a1c7e9f57d3f84719ba34a566a2cf589a9433c65ef54355 37649 accountsservice_0.6.29-1ubuntu1.debian.tar.gz
Files:
9f8c67a74b294b6051aca4c5cde759bb 1889 admin optional accountsservice_0.6.29-1ubuntu1.dsc
4254e05de1cc37c2bd81457365a8a865 107841 admin optional accountsservice_0.6.29.orig.tar.gz
240c7be19355681a339fd0f86348fd6c 37649 admin optional accountsservice_0.6.29-1ubuntu1.debian.tar.gz
Original-Maintainer: Alessio Treglia <alessio at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAlC3mkwACgkQQxo87aLX0pLi4ACfZ5w0Z55HEA+ohwUmbHlNyh6g
CwUAn3dHUP3ZKaUAzOSqS4ff6L6riVfv
=e/Ld
-----END PGP SIGNATURE-----
More information about the Raring-changes
mailing list