diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-19 12:37:17 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-19 12:37:17 +0000 |
commit | 29924a571b2123be1e23e65ae6b449d0af7ffcd4 (patch) | |
tree | 5069b1b17dc22512596c6339eb64edc355989ae7 | |
parent | 02fba5ea73067086f440e992a5d0fdc8f9a24ab4 (diff) | |
download | userdrake-29924a571b2123be1e23e65ae6b449d0af7ffcd4.tar userdrake-29924a571b2123be1e23e65ae6b449d0af7ffcd4.tar.gz userdrake-29924a571b2123be1e23e65ae6b449d0af7ffcd4.tar.bz2 userdrake-29924a571b2123be1e23e65ae6b449d0af7ffcd4.tar.xz userdrake-29924a571b2123be1e23e65ae6b449d0af7ffcd4.zip |
1.1-1mdk
-rw-r--r-- | userdrake.spec | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/userdrake.spec b/userdrake.spec index 747c115..54f9733 100644 --- a/userdrake.spec +++ b/userdrake.spec @@ -1,13 +1,13 @@ # Changed by Makefile of cvs. # Please change this file only in cvs! -%define version 1.0 +%define version 1.1 %define name userdrake Summary: A graphical interface for administering users and groups Name: %{name} Version: %{version} -Release: 3mdk +Release: 1mdk #cvs source # http://www.linuxmandrake.com/en/cvs.php3 Source0: %{name}-%{version}.tar.bz2 @@ -78,6 +78,21 @@ rm -rf %{buildroot} %{_liconsdir}/*.png %changelog +* Mon Jul 19 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1-1mdk +- Daouda: restore mouse cursor in sub dialogs +- Olivier Blin: + o do not crash in Delete when user is in non-existing group (#10242) + o stop the add process if an error happened when adding a user + o do not die when removing a non existent directory, just warn (#10241) + o fix dialogs (#10246): + * do not quit the whole program on success, + * wait for the answer to really return the choice made by the user + o really handle the group choice made by the user +- Thierry Vignaud: + o get rid of stock icons + o fix button layouts in dialogs + o set window icon + * Wed May 26 2004 Daouda LO <daouda@mandrakesoft.com> 1.0-3mdk - right mouse click on Treeview items to access menu (Edit, Delete) - don't allow more than 16 char to be consistent with groupadd (tvignaud) |