From 9062e42624b98914aa02f520d5c62db8ff4de594 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Nov 10 2004 15:34:54 +0000 Subject: - make pam-panel-icon using localized strings (#138609) - update translations - fix usermount to use "-I" option only for vfat and msdos fs - fix Makefile.am to not to use "Release" from spec to name dist tarballs --- diff --git a/.cvsignore b/.cvsignore index 34c771d..f1f530c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ usermode-1.72.tar.gz usermode-1.73.tar.bz2 usermode-1.74.tar.bz2 +usermode-1.75.tar.bz2 diff --git a/sources b/sources index f4787ce..0e9c636 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c78136b3274e6d85f10343c075a8494 usermode-1.74.tar.bz2 +6f5e0b16e6e1a8b6a4c851d0423f494b usermode-1.75.tar.bz2 diff --git a/usermode.spec b/usermode.spec index d868ea2..e638556 100644 --- a/usermode.spec +++ b/usermode.spec @@ -5,7 +5,7 @@ %define build6x 0 Summary: Tools for certain user account management tasks. Name: usermode -Version: 1.74 +Version: 1.75 Release: 1 License: GPL Group: Applications/System @@ -45,7 +45,6 @@ graphical tools for certain account management tasks. %prep %setup -q -./autogen.sh %build %configure \ @@ -115,7 +114,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog -* Wed Oct 20 2004 Jindrich Novy 1.74-1 +* Wed Nov 10 2004 Jindrich Novy 1.75-1 +- make pam-panel-icon using localized strings (#138609) +- update translations +- fix usermount to use "-I" option only for vfat and msdos fs +- fix Makefile.am to not to use "Release" from spec to name dist tarballs + +* Wed Oct 20 2004 Jindrich Novy 1.74-1 - add patch from Mathew Miller (mattdm@mattdm.org) to use own user's password instead of root's in authentization (the user must be a member of specific group to enable it)