- 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:
parent
ca41e24b25
commit
521ffb2c0d
@ -1 +1 @@
|
||||
libuser-0.53.8.tar.gz
|
||||
libuser-0.54.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user