From 0e99601789dc6a8d995838f9e9ef16fe9ccb2570 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Mon, 11 Oct 2004 22:06:04 +0000 Subject: [PATCH] - Fix home directory renaming in ADMIN.modifyUser (#135280) - Further Python reference counting fixes --- .cvsignore | 2 +- libuser.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index ec38ae7..077c565 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.52.4.tar.gz +libuser-0.52.5.tar.gz diff --git a/libuser.spec b/libuser.spec index c10024c..61f8065 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.52.4 +Version: 0.52.5 Release: 1 Group: System Environment/Base License: LGPL @@ -94,6 +94,10 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Tue Oct 12 2004 Miloslav Trmac - 0.52.5-1 +- Fix home directory renaming in ADMIN.modifyUser (#135280) +- Further Python reference counting fixes + * Sun Oct 10 2004 Miloslav Trmac - 0.52.4-1 - Fix memory leaks (#113730) - Build with updated translations diff --git a/sources b/sources index cdeb884..8326042 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21f858d1d2d3630f418fb96e8b343c75 libuser-0.52.4.tar.gz +bb2946c9406e50dd553091990b6ec81f libuser-0.52.5.tar.gz