Update to 0.6.39

- Fixes ListCachedUsers race at startup
This commit is contained in:
Ray Strode 2014-10-16 14:02:59 -04:00
parent 2e31e57135
commit 339de3b071
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/accountsservice-0.6.35.tar.xz
/accountsservice-0.6.37.tar.xz
/accountsservice-0.6.38.tar.xz
/accountsservice-0.6.39.tar.xz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: accountsservice
Version: 0.6.38
Version: 0.6.39
Release: 1%{?dist}
Summary: D-Bus interfaces for querying and manipulating user account information
@ -107,6 +107,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
%{_datadir}/gtk-doc/html/libaccountsservice/*
%changelog
* Thu Oct 16 2014 Ray Strode <rstrode@redhat.com> 0.6.39-1
- Update to 0.6.39
- Fixes ListCachedUsers race at startup
* Thu Sep 18 2014 Stef Walter <stefw@redhat.com> - 0.6.38-1
- Update to 0.6.38
- Fixes polkit policy rhbz#1094138

View File

@ -1 +1 @@
656572685ceeeb3081168382196bcfd8 accountsservice-0.6.38.tar.xz
7c4ad675547ff05d650c1a3acdbfd063 accountsservice-0.6.39.tar.xz