Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d14eecbbaf | |||
| 3b8e78ae61 | |||
| 7d1ecad376 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.60.tar.gz
|
||||
usermode-1.63.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
0f05a2f9f9deb2a08b803dc204416046 usermode-1.60.tar.gz
|
||||
7029be0523133853c37e75a1149150cf usermode-1.63.tar.gz
|
||||
|
||||
+21
-1
@@ -1,7 +1,7 @@
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.60
|
||||
Version: 1.63
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@@ -107,6 +107,26 @@ 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
|
||||
* Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-1
|
||||
- userhelper: swallow the exec'd program's exit stauts, which would be
|
||||
misinterpreted by consolehelper anyway
|
||||
|
||||
* Tue Sep 3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.62-1
|
||||
- consolehelper: suppress dialog on successful execution
|
||||
- userhelper: return 0 on success, not 1 (what was I *thinking*?)
|
||||
|
||||
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 1.60-1
|
||||
- reconnect the "cancel" and "ok" buttons in userinfo
|
||||
- heed the cancel button when prompting for passwords in userinfo (#68578)
|
||||
|
||||
Reference in New Issue
Block a user