diff --git a/.cvsignore b/.cvsignore index d4837f2..fd77f1f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -usermode-1.60.tar.gz +usermode-1.61.tar.gz diff --git a/sources b/sources index f2f5f3c..db82135 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f05a2f9f9deb2a08b803dc204416046 usermode-1.60.tar.gz +f82fd8b742a9c1a5bdd79e8e7ae16cdc usermode-1.61.tar.gz diff --git a/usermode.spec b/usermode.spec index aac139c..6202455 100644 --- a/usermode.spec +++ b/usermode.spec @@ -1,7 +1,7 @@ %define build6x 0 Summary: Tools for certain user account management tasks. Name: usermode -Version: 1.60 +Version: 1.61 Release: 1 License: GPL Group: Applications/System @@ -107,6 +107,18 @@ rm -rf $RPM_BUILD_ROOT # If you're updating translations, do me a favor and bump the RELEASE number, # and not the VERSION number. Version numbers indicate CODE changes. %changelog +* Mon Sep 2 2002 Nalin Dahyabhai 1.61-1 +- userinfo: exit properly on escape. handle site_info field properly. go + insensitive while running child process. +- userpasswd: exit properly on cancel. +- all of the above: reap the child instead of checking for pipe close -- this + way is more robust (#68578,72684). +- usermount: run mount/umount synchronously. capture stderr and display in a + dialog. desensitize action buttons when no filesystems are selected. +- consolehelper: display errors if we're attempting to run bogus programs + (#72127) +- translation updates (#70278) + * Wed Aug 14 2002 Nalin Dahyabhai 1.60-1 - reconnect the "cancel" and "ok" buttons in userinfo - heed the cancel button when prompting for passwords in userinfo (#68578)