- Support UID and GID values larger than LONG_MAX (#124967)

- Fix updating of groups after user renaming in lusermod
- Allow setting a shadow password even if the current shadow password is
    invalid (#131180)
- Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has
    changed
- Miscellaneous bug and memory leak fixes
This commit is contained in:
Miloslav Trmac 2004-11-14 22:41:12 +00:00
parent 68b0f2168b
commit fb4a05db43
3 changed files with 13 additions and 4 deletions

View File

@ -1 +1 @@
libuser-0.52.6.tar.gz libuser-0.53.tar.gz

View File

@ -4,8 +4,8 @@
%define python %(%{__python} -c "import sys; print sys.version[:3]") %define python %(%{__python} -c "import sys; print sys.version[:3]")
Name: libuser Name: libuser
Version: 0.52.6 Version: 0.53
Release: 2 Release: 1
Group: System Environment/Base Group: System Environment/Base
License: LGPL License: LGPL
Source: libuser-%{version}.tar.gz Source: libuser-%{version}.tar.gz
@ -94,6 +94,15 @@ popd
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Sun Nov 14 2004 Miloslav Trmac <mitr@redhat.com> - 0.53-1
- Support UID and GID values larger than LONG_MAX (#124967)
- Fix updating of groups after user renaming in lusermod
- Allow setting a shadow password even if the current shadow password is
invalid (#131180)
- Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has
changed
- Miscellaneous bug and memory leak fixes
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 0.52.6-2 * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 0.52.6-2
- rebuild against python 2.4 - rebuild against python 2.4

View File

@ -1 +1 @@
e83c15e30ac9c0e229586e8d359b435b libuser-0.52.6.tar.gz 31996d526b9fedc6a11c17b2ff6d7b60 libuser-0.53.tar.gz