diff --git a/.cvsignore b/.cvsignore index fd343ea..45eb657 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.53.8.tar.gz +libuser-0.54.tar.gz diff --git a/libuser.spec b/libuser.spec index 946b986..189df3d 100644 --- a/libuser.spec +++ b/libuser.spec @@ -4,7 +4,7 @@ %define python %(%{__python} -c "import sys; print sys.version[:3]") Name: libuser -Version: 0.53.8 +Version: 0.54 Release: 1 Group: System Environment/Base License: LGPL @@ -95,6 +95,12 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Tue Sep 13 2005 Miloslav Trmac - 0.54-1 +- Make sure attributes with no values can never appear +- Fix crash in the "files" module when an attribute is missing +- Use hidden visibility for internal functions, remove them from + libuser/user_private.h; this changes module interface ABI + * Wed Jun 8 2005 Miloslav Trmac - 0.53.8-1 - Permit "portable" user and group names as defined by SUSv3, plus trailing $ (#159452) diff --git a/sources b/sources index 9a9ca94..86d9098 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb79f74dbe5ae2318742e5077284e853 libuser-0.53.8.tar.gz +03af14fa0b020e56195955b5a38155f5 libuser-0.54.tar.gz