Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b8e78ae61 | |||
| 7d1ecad376 | |||
| 37f99cae90 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.59.tar.gz
|
||||
usermode-1.62.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
d0212538372c68d56e4abdb35030242f usermode-1.59.tar.gz
|
||||
439a28bf08cc4aea576d2ba243557f45 usermode-1.62.tar.gz
|
||||
|
||||
+24
-2
@@ -1,8 +1,8 @@
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.59
|
||||
Release: 2
|
||||
Version: 1.62
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}.tar.gz
|
||||
@@ -107,9 +107,31 @@ 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
|
||||
* 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)
|
||||
- translation update
|
||||
|
||||
* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-2
|
||||
- change "forget password" to "forget authorization", because we don't actually
|
||||
remember the password (that would be scary, #71476)
|
||||
- translation update
|
||||
|
||||
* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-1
|
||||
- pam-panel-icon: overhaul, change the 'locked' icon to keyring-small, nix the
|
||||
|
||||
Reference in New Issue
Block a user