From bcc73fff6f9e9b32fd81b4be21f12d9104ce24ca Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Feb 23 2007 15:37:16 +0000 Subject: - When changing passwords, only silently ignore know shadow markers, not all invalid hashes Resolves: #225495 --- diff --git a/.cvsignore b/.cvsignore index 7e0bc3a..60e9453 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.56.tar.bz2 +libuser-0.56.1.tar.bz2 diff --git a/libuser.spec b/libuser.spec index 4c6c660..c21f456 100644 --- a/libuser.spec +++ b/libuser.spec @@ -4,7 +4,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libuser -Version: 0.56 +Version: 0.56.1 Release: 1 Group: System Environment/Base License: LGPL @@ -94,6 +94,11 @@ popd %{_datadir}/gtk-doc/html/* %changelog +* Fri Feb 23 2007 Miloslav Trmac - 0.56.1-1 +- When changing passwords, only silently ignore know shadow markers, not all + invalid hashes + Resolves: #225495 + * Sat Feb 17 2007 Miloslav Trmac - 0.56-1 - Tighten the API and implementation to avoid corrupting number-like strings; the module interface ABI has changed diff --git a/sources b/sources index ce05423..d8fdf14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3888c07af738dd970aa47ccf8188c707 libuser-0.56.tar.bz2 +05578ae8b44e2c80de2e72252b5d65aa libuser-0.56.1.tar.bz2