From fb4a05db43fc335d1353654e6cfd250124f730a1 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Nov 14 2004 22:41:12 +0000 Subject: - 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 --- diff --git a/.cvsignore b/.cvsignore index c84fdeb..ce10963 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.52.6.tar.gz +libuser-0.53.tar.gz diff --git a/libuser.spec b/libuser.spec index 2a8991c..b29c651 100644 --- a/libuser.spec +++ b/libuser.spec @@ -4,8 +4,8 @@ %define python %(%{__python} -c "import sys; print sys.version[:3]") Name: libuser -Version: 0.52.6 -Release: 2 +Version: 0.53 +Release: 1 Group: System Environment/Base License: LGPL Source: libuser-%{version}.tar.gz @@ -94,6 +94,15 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Sun Nov 14 2004 Miloslav Trmac - 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 - 0.52.6-2 - rebuild against python 2.4 diff --git a/sources b/sources index 4248d94..ab311d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e83c15e30ac9c0e229586e8d359b435b libuser-0.52.6.tar.gz +31996d526b9fedc6a11c17b2ff6d7b60 libuser-0.53.tar.gz