- 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
This commit is contained in:
Miloslav Trmac 2005-09-13 00:28:51 +00:00
parent ca41e24b25
commit 521ffb2c0d
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
libuser-0.53.8.tar.gz
libuser-0.54.tar.gz

View File

@ -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 <mitr@redhat.com> - 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 <mitr@redhat.com> - 0.53.8-1
- Permit "portable" user and group names as defined by SUSv3, plus trailing $
(#159452)

View File

@ -1 +1 @@
fb79f74dbe5ae2318742e5077284e853 libuser-0.53.8.tar.gz
03af14fa0b020e56195955b5a38155f5 libuser-0.54.tar.gz