- Make error reporting more consistent, more verbose and always on stderr

(partly #133861, original patch by Pawel Salek)
- Mark strings previously blocked by string freeze for translation
This commit is contained in:
Miloslav Trmac 2004-11-01 23:29:29 +00:00
parent 0e99601789
commit 8407ceea55
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
libuser-0.52.5.tar.gz
libuser-0.52.6.tar.gz

View File

@ -4,7 +4,7 @@
%define python %(%{__python} -c "import sys; print sys.version[:3]")
Name: libuser
Version: 0.52.5
Version: 0.52.6
Release: 1
Group: System Environment/Base
License: LGPL
@ -94,6 +94,11 @@ popd
%{_datadir}/gtk-doc/html/*
%changelog
* Tue Nov 2 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.6-1
- Make error reporting more consistent, more verbose and always on stderr
(partly #133861, original patch by Pawel Salek)
- Mark strings previously blocked by string freeze for translation
* Tue Oct 12 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.5-1
- Fix home directory renaming in ADMIN.modifyUser (#135280)
- Further Python reference counting fixes

View File

@ -1 +1 @@
bb2946c9406e50dd553091990b6ec81f libuser-0.52.5.tar.gz
e83c15e30ac9c0e229586e8d359b435b libuser-0.52.6.tar.gz