From 7dfd98933bd4ff6efa1904bc431b62a88c191e94 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 11 May 2005 12:14:38 +0000 Subject: [PATCH] - fix "Unknown error" when password is mistyped in userpasswd (#135500) - add icons to windows for usermode-gtk applications (#155867) - add missing checks for some PAM error codes - fix ungettextized error message - update translations --- .cvsignore | 1 + sources | 2 +- usermode.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 41a2f38..328733b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ usermode-1.76.tar.bz2 usermode-1.77.tar.bz2 usermode-1.78.tar.bz2 usermode-1.79.tar.bz2 +usermode-1.80.tar.bz2 diff --git a/sources b/sources index 9968d1f..17fead9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30e16b96558a31308bff9a95fd39914f usermode-1.79.tar.bz2 +46b55c4d1a5c879ca15b4445237a7e93 usermode-1.80.tar.bz2 diff --git a/usermode.spec b/usermode.spec index a02bc80..dde73f0 100644 --- a/usermode.spec +++ b/usermode.spec @@ -5,8 +5,8 @@ %define build6x 0 Summary: Tools for certain user account management tasks. Name: usermode -Version: 1.79 -Release: 2 +Version: 1.80 +Release: 1 License: GPL Group: Applications/System Source: usermode-%{version}.tar.bz2 @@ -116,6 +116,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Wed May 11 2005 Jindrich Novy 1.80-1 +- fix "Unknown error" when password is mistyped in userpasswd (#135500) +- add icons to windows for usermode-gtk applications (#155867) +- add missing checks for some PAM error codes +- fix ungettextized error message +- update translations + * Tue Mar 15 2005 Matthias Clasen 1.79-2 - rebuild against new libwnck