From aab0623893ab7979d030b856a7eb8ce70553b7ae Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jan 27 2005 15:52:00 +0000 Subject: - pam-panel-icon has popup menu to choose to forget/keep authentization by right clicking as usual for other panel applets (#75845) - fix race condition (#142254) --- diff --git a/.cvsignore b/.cvsignore index e760be1..573e897 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ usermode-1.74.tar.bz2 usermode-1.75.tar.bz2 usermode-1.76.tar.bz2 usermode-1.77.tar.bz2 +usermode-1.78.tar.bz2 diff --git a/sources b/sources index 38ba0a8..3c18c84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -225a32a5a82be99ae52762027c204a40 usermode-1.77.tar.bz2 +07df49dc423391510e0b89ec33b6cf90 usermode-1.78.tar.bz2 diff --git a/usermode.spec b/usermode.spec index 0c153a2..6465a06 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.77 +Version: 1.78 Release: 1 License: GPL Group: Applications/System @@ -115,6 +115,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Thu Jan 27 2005 Jindrich Novy 1.78-1 +- pam-panel-icon has popup menu to choose to forget/keep + authentization by right clicking as usual for other panel applets (#75845) +- fix race condition (#142254) + * Thu Jan 20 2005 Jindrich Novy 1.77-1 - preserve LANGUAGE environment variable in userhelper (#82300) - use badge instead of keyring icon for pam-panel-icon (#122487)