- Fix file locking on some architectures
- Rename sr@Latn.po to sr@latin.poResolves: #426584
- Address issues from a review by Jason Tibbitts:
- Remove default.-c, moving the provided functions to libuser proper
- Remove the WITH_SELINUX build option
- Move Python library test to %%check Resolves: #226054
- Fix pattern matching in lu_*_enumerate_full in the files and shadow
modules
- Add more error reporting, return non-zero exit status on error from utils
- Use the skeleton directory specified in libuser.conf by Python
admin.createHome and admin.addUser, add parameter skeleton= to
admin.addUser (#189984)
- 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
- 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
ADMIN.{addUser,modifyUser,deleteUser} (#119812)
- Add man pages for lchfn and lchsh
- LDAP fixes, first round
- Avoid file conflict on multilib systems
- Call ldconfig correctly
Fri Sep 03 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.10-1
- Don't attempt to lookup using original entity name after entity
modification (rename in particular) (#78376, #121252)
- Fix copying of symlinks from /etc/skel (#87572, original patch from
gLaNDix)
- Make --enable-quota work, and fix the quota code to at least compile
(#89114)
- Fix several bugs (#120168, original patch from Steve Grubb)
- Don't hardcode python version in spec file (#130952, from Robert Scheck)
- Properly integrate the SELinux patch, it should actually be used now,
even though it was "enabled" since 0.51.7-6
Wed Aug 25 2004 Miloslav Trmac <mitr@volny.cz> - 0.51.8-1
- Update to build with latest autotools and gtk-doc
- Update ALL_LINGUAS and POTFILES.in
- Rebuild to depend on newer openldap
Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.51.7-7
- fix is_selinux_enabled call
Sun Dec 14 2003 Jeremy Katz <katzj@redhat.com> 0.51.7-6
- rebuild against python 2.3
- enable SELinux
Mon Sep 08 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-5
- Turn off SELinux
Wed Aug 06 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-3
- Add SELinux support