diff options
-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) |